Android station crafting recipe
This commit is contained in:
parent
d00338303e
commit
aca40e887d
@ -327,4 +327,11 @@ fun addCraftingTableRecipes(consumer: Consumer<FinishedRecipe>) {
|
|||||||
200
|
200
|
||||||
).unlockedBy("has_unrefined_block", has(MRegistry.UNREFINED_FLOOR_TILES.mappedColoredItems[color]!!)).save(consumer)
|
).unlockedBy("has_unrefined_block", has(MRegistry.UNREFINED_FLOOR_TILES.mappedColoredItems[color]!!)).save(consumer)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// станция андроида
|
||||||
|
MatteryRecipe(MItems.ANDROID_STATION)
|
||||||
|
.row(MItems.ELECTRIC_PARTS, MItemTags.ADVANCED_CIRCUIT, MItems.ELECTRIC_PARTS)
|
||||||
|
.row(MItemTags.PLATE_TRITANIUM, MItems.MACHINE_FRAME, MItemTags.PLATE_TRITANIUM)
|
||||||
|
.row(MItemTags.PLATE_TRITANIUM, MItems.ELECTRIC_PARTS, MItemTags.PLATE_TRITANIUM)
|
||||||
|
.build(consumer)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user