Fixed assembling machine datagen.

This commit is contained in:
ayutac 2023-05-18 18:56:15 +02:00 committed by modmuss
parent 2b14e7246a
commit b90a4f521c

View file

@ -62,7 +62,7 @@ class AssemblingMachineRecipesProvider extends TechRebornRecipesProvider {
(Items.RED_WOOL): Items.RED_BED,
(Items.WHITE_DYE): Items.WHITE_BED,
(Items.YELLOW_DYE): Items.YELLOW_BED
].each {(wool, bed) ->
].each {wool, bed ->
offerAssemblingMachineRecipe {
ingredients stack(wool, 2), ItemTags.PLANKS
outputs bed