Skip to content

[Bug]: Kubejs recycling recipes added via .addMaterialInfo do not have greate recycling recipes generated #78

@Pyritie

Description

@Pyritie

Minecraft Version

1.20.1

Modloader

Forge

Modloader Version

47.4.2

Greate Version

0.0.48

What happened?

GT 7 has a new recycling system that lets you add recycling recipes just by calling .addMaterialInfo(...) in kubejs

Greate does not generate recycling recipes for these, however.

Make a recipe like this:

    event.recipes.gtceu.shaped('minecraft:dirt', true, [
        'BAB',
        'AAA',
        'BAB'
    ], {
        A: Ingredient.of('#forge:plates/steel', 1),
        B: Ingredient.of('#forge:rods/steel', 1)
    })

and see that it has macerator and arc furnace recycling recipes generated, but not greate ones (millstone/crushing wheel)

Image

Log/Crash Report

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions