Make door recipe craft 3 of them

This commit is contained in:
DBotThePony 2022-10-02 01:16:47 +07:00
parent aa23c66fc8
commit c4e42bcc34
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -43,7 +43,7 @@ fun addCraftingTableRecipes(consumer: Consumer<FinishedRecipe>) {
.unlockedBy("has_chest", has(Tags.Items.CHESTS)) .unlockedBy("has_chest", has(Tags.Items.CHESTS))
.save(consumer) .save(consumer)
MatteryRecipe(MBlocks.TRITANIUM_DOOR) MatteryRecipe(MBlocks.TRITANIUM_DOOR, 3)
.rowAB(MItemTags.TRITANIUM_PLATES, MItemTags.TRITANIUM_PLATES) .rowAB(MItemTags.TRITANIUM_PLATES, MItemTags.TRITANIUM_PLATES)
.rowAB(MItemTags.TRITANIUM_PLATES, MItemTags.TRITANIUM_PLATES) .rowAB(MItemTags.TRITANIUM_PLATES, MItemTags.TRITANIUM_PLATES)
.rowAB(MItemTags.TRITANIUM_PLATES, MItemTags.TRITANIUM_PLATES) .rowAB(MItemTags.TRITANIUM_PLATES, MItemTags.TRITANIUM_PLATES)