ExecutableItems
How to connect an ExecutableItem to an ItemsAdder custom item
Create the ItemsAdder item
Create your .yml file as usual and add all the properties for the ItemsAdder item
info:
namespace: example
items:
executableitem_test:
display_name: executableitem_test
permission: executableitem_test
executableitem:
id: Free_Spit
resource:
material: IRON_INGOT
generate: true
textures:
- item/executableitem_test.png
durability:
max_custom_durability: 1324Get the item

Last updated