Scarpet request: Add the `holds` featureModifier or accept string as slot in `inventory_*()`
BisUmTo opened this issue ยท 0 comments
BisUmTo commented
Some entities don't respect a fixed inventory enumeration, for this reason would be useful to be able to run modify(e, 'holds', <slot_name>, item_tuple)
or be able to use stringify slots in inventory_*() functions inventory_set(e, <slot_name>, count, item, nbt)