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)
Log/Crash Report
No response