ExecutableItems
UPDATE ITEMSADDER TO 2.2.20+
UPDATE ExecutableItems to 4.2.3.5+
In this example I will connect an ItemsAdder item called
executableitem_test
to the example spit
item from ExecutableItem example files.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: 1324
As you can see I set a new attribute called **
executableitem
**and id
.
These are used to connect the two items.Run
/iaget executableitem_test
and get the item!
Last modified 2mo ago