parent
4e07ceb8e8
commit
29cad18e2d
@ -52,8 +52,7 @@ fun addCraftingTableRecipes(consumer: Consumer<FinishedRecipe>) {
|
|||||||
.build(consumer)
|
.build(consumer)
|
||||||
|
|
||||||
MatteryRecipe(MBlocks.PLATE_PRESS)
|
MatteryRecipe(MBlocks.PLATE_PRESS)
|
||||||
.rowB(MItemTags.BASIC_CIRCUIT)
|
.rowB(MItems.MACHINE_FRAME)
|
||||||
.row(MItemTags.TRITANIUM_PLATES, MItems.MACHINE_FRAME, MItemTags.TRITANIUM_PLATES)
|
|
||||||
.rowAC(MItemTags.PISTONS, MItemTags.PISTONS)
|
.rowAC(MItemTags.PISTONS, MItemTags.PISTONS)
|
||||||
.unlockedBy(MItemTags.TRITANIUM_INGOTS)
|
.unlockedBy(MItemTags.TRITANIUM_INGOTS)
|
||||||
.unlockedBy(MItems.ELECTRIC_PARTS)
|
.unlockedBy(MItems.ELECTRIC_PARTS)
|
||||||
|
Loading…
Reference in New Issue
Block a user