Buff advanced plate press recipe

Fixes #154
This commit is contained in:
DBotThePony 2022-10-26 21:31:40 +07:00
parent 4e07ceb8e8
commit 29cad18e2d
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -52,8 +52,7 @@ fun addCraftingTableRecipes(consumer: Consumer<FinishedRecipe>) {
.build(consumer)
MatteryRecipe(MBlocks.PLATE_PRESS)
.rowB(MItemTags.BASIC_CIRCUIT)
.row(MItemTags.TRITANIUM_PLATES, MItems.MACHINE_FRAME, MItemTags.TRITANIUM_PLATES)
.rowB(MItems.MACHINE_FRAME)
.rowAC(MItemTags.PISTONS, MItemTags.PISTONS)
.unlockedBy(MItemTags.TRITANIUM_INGOTS)
.unlockedBy(MItems.ELECTRIC_PARTS)