Crafting your machine
Add a recipe for crafting a custom machine item.
Last updated
Add a recipe for crafting a custom machine item.
Last updated
All the machines share the same item, with Id : custommachinery:custom_machine_item
the machine the item will be linked to is defined with an item component (new system from Minecraft 1.21 that replace old nbt system).
The component id is custommachinery:machine
and its value should be the machine id like: custommachinery:power_crusher
(the namespace should always be included).
Vanilla json recipes, KubeJS have different ways to handle items components so I will put an example of each below.
The recipe will be: