parent
3ea3dbd6b1
commit
5c85cdd4d0
@ -125,6 +125,12 @@ fun addDecorativesRecipes(provider: MatteryRecipeProvider, consumer: Consumer<Fi
|
|||||||
.unlockedBy(Tags.Items.DYES_BLACK)
|
.unlockedBy(Tags.Items.DYES_BLACK)
|
||||||
.build(consumer)
|
.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)
|
MatteryRecipe(MRegistry.VENT.item, 24)
|
||||||
.rowB(MItemTags.TRITANIUM_PLATES)
|
.rowB(MItemTags.TRITANIUM_PLATES)
|
||||||
.row(MItemTags.TRITANIUM_PLATES, Items.IRON_BARS, MItemTags.TRITANIUM_PLATES)
|
.row(MItemTags.TRITANIUM_PLATES, Items.IRON_BARS, MItemTags.TRITANIUM_PLATES)
|
||||||
|
Loading…
Reference in New Issue
Block a user