Crafting your machine
Add a recipe for crafting a custom machine item.
{
"type": "minecraft:crafting_shaped",
"pattern":
[
"xxx",
"x x",
"xxx"
],
"key":
{
"x":
{
"item": "minecraft:diamond"
}
},
"result":
{
"id": "custommachinery:custom_machine_item",
"count": 1,
"components": {"custommachinery:machine":"custommachinery:power_crusher"}
}
}Last updated
