Industrial ladder recipe
This commit is contained in:
parent
0306ec6455
commit
a39bfd5a47
@ -412,6 +412,15 @@ fun addDecorativesRecipes(provider: MatteryRecipeProvider, consumer: RecipeOutpu
|
|||||||
.unlockedBy(MItems.METAL_MESH)
|
.unlockedBy(MItems.METAL_MESH)
|
||||||
.build(consumer, modLocation("decorative/metal_railing"))
|
.build(consumer, modLocation("decorative/metal_railing"))
|
||||||
|
|
||||||
|
MatteryRecipe(MItems.INDUSTRIAL_LADDER, count = 6, category = RecipeCategory.BUILDING_BLOCKS)
|
||||||
|
.rowAC(MItems.METAL_MESH, MItems.METAL_MESH)
|
||||||
|
.row(MItems.METAL_MESH, MItems.METAL_MESH, MItems.METAL_MESH)
|
||||||
|
.rowAC(MItems.METAL_MESH, MItems.METAL_MESH)
|
||||||
|
.unlockedBy(Items.IRON_BARS)
|
||||||
|
.unlockedBy(Tags.Items.NUGGETS_IRON)
|
||||||
|
.unlockedBy(MItems.METAL_MESH)
|
||||||
|
.build(consumer, modLocation("decorative/industrial_ladder"))
|
||||||
|
|
||||||
// Голо табличка
|
// Голо табличка
|
||||||
MatteryRecipe(MItems.HOLO_SIGN, category = RecipeCategory.DECORATIONS)
|
MatteryRecipe(MItems.HOLO_SIGN, category = RecipeCategory.DECORATIONS)
|
||||||
.row(MItemTags.BASIC_CIRCUIT, MItemTags.TRITANIUM_PLATES, MItemTags.HARDENED_GLASS_PANES_COLORLESS)
|
.row(MItemTags.BASIC_CIRCUIT, MItemTags.TRITANIUM_PLATES, MItemTags.HARDENED_GLASS_PANES_COLORLESS)
|
||||||
|
Loading…
Reference in New Issue
Block a user