Metal beam recipe

Fixes #185
This commit is contained in:
DBotThePony 2022-10-25 20:53:50 +07:00
parent 3ea3dbd6b1
commit 5c85cdd4d0
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -125,6 +125,12 @@ fun addDecorativesRecipes(provider: MatteryRecipeProvider, consumer: Consumer<Fi
.unlockedBy(Tags.Items.DYES_BLACK)
.build(consumer)
MatteryRecipe(MItems.METAL_BEAM, 24)
.rowB(MItemTags.IRON_PLATES)
.row(MItemTags.TRITANIUM_PLATES, Tags.Items.COBBLESTONE, MItemTags.TRITANIUM_PLATES)
.rowB(MItemTags.IRON_PLATES)
.build(consumer)
MatteryRecipe(MRegistry.VENT.item, 24)
.rowB(MItemTags.TRITANIUM_PLATES)
.row(MItemTags.TRITANIUM_PLATES, Items.IRON_BARS, MItemTags.TRITANIUM_PLATES)