Custom Block/Item
Create a custom block and item for your machine
By default all machines share the same block (id: custommachinery:custom_machine_block
) and the same item (id: custommachinery:custom_machine_item
) and are differentiated by their NBT tag (like enchanted books for example).
This can cause issue when some mod can't differentiate blocks/items by NBT (questing mods, guidebook, ponders...).
However you can use KubeJS to create a custom block and custom item for the machine.
The following script MUST be put on the startup_scripts
folder and be the same on both the server and the client.
Last updated