Recipes for essence storage and essence servo
This commit is contained in:
parent
c67add64e6
commit
a54104638a
@ -283,4 +283,16 @@ fun addCraftingTableRecipes(consumer: Consumer<FinishedRecipe>) {
|
|||||||
.unlockedBy(MItemTags.TRITANIUM_INGOTS)
|
.unlockedBy(MItemTags.TRITANIUM_INGOTS)
|
||||||
.unlockedBy(MItemTags.TRITANIUM_NUGGETS)
|
.unlockedBy(MItemTags.TRITANIUM_NUGGETS)
|
||||||
.save(consumer, modLocation("ingot_from_nuggets"))
|
.save(consumer, modLocation("ingot_from_nuggets"))
|
||||||
|
|
||||||
|
MatteryRecipe(MItems.ESSENCE_STORAGE, category = machinesCategory)
|
||||||
|
.row(MItems.MATTER_CAPACITOR_PARTS, Items.ENDER_EYE, MItemTags.ADVANCED_CIRCUIT)
|
||||||
|
.row(MItemTags.TRITANIUM_PLATES, MItems.MACHINE_FRAME, MItemTags.TRITANIUM_PLATES)
|
||||||
|
.row(MItemTags.GOLD_WIRES, MItemTags.HARDENED_GLASS, MItemTags.HARDENED_GLASS)
|
||||||
|
.build(consumer)
|
||||||
|
|
||||||
|
MatteryRecipe(MItems.ESSENCE_SERVO, category = RecipeCategory.TOOLS)
|
||||||
|
.row(MItemTags.TRITANIUM_PLATES, MItems.QUANTUM_TRANSCEIVER, MItemTags.TRITANIUM_PLATES)
|
||||||
|
.rowB(Tags.Items.RODS_WOODEN)
|
||||||
|
.rowB(Tags.Items.RODS_WOODEN)
|
||||||
|
.build(consumer)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user