рецепт конфигуратора
This commit is contained in:
parent
93fea6394f
commit
257c5edacb
@ -585,4 +585,12 @@ fun addCraftingTableRecipes(consumer: RecipeOutput) {
|
|||||||
.unlockedBy(MItems.DILITHIUM_CRYSTAL)
|
.unlockedBy(MItems.DILITHIUM_CRYSTAL)
|
||||||
.unlockedBy(MItems.DILITHIUM_CRYSTAL_BLOCK)
|
.unlockedBy(MItems.DILITHIUM_CRYSTAL_BLOCK)
|
||||||
.save(consumer, modLocation("dilithium_crystal/from_block"))
|
.save(consumer, modLocation("dilithium_crystal/from_block"))
|
||||||
|
|
||||||
|
MatteryRecipe(MItems.CONFIGURATOR, category = RecipeCategory.TOOLS)
|
||||||
|
.rowA(MItemTags.IRON_PLATES)
|
||||||
|
.row(Tags.Items.GLASS_PANES, Tags.Items.DUSTS_REDSTONE, MItems.DISPLAY_SCREEN)
|
||||||
|
.row(MItemTags.IRON_PLATES, MItemTags.BASIC_CIRCUIT, MItems.DILITHIUM_CRYSTAL)
|
||||||
|
.unlockedBy(MItems.DILITHIUM_CRYSTAL)
|
||||||
|
.unlockedBy(MItems.DISPLAY_SCREEN)
|
||||||
|
.build(consumer)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user