#(Resolved ✅) Any way to boil this down to a single entity?

1 messages · Page 1 of 1 (latest)

toxic matrix
#

I'm a bit of a neat freak and I feel that component groups could be used even more. I know how to do that, however, I would like to know if there is any way to detect which item it was generated with. Somehow bao_foxxo_pensive ?

For example... If entity "treasure_pod" was spawned with "treasure_pod_MKII_item" = Add component group "treasure_pod_MKII"

#

I forgot to specify that I try not to use experimental components

versed egret
#

event "minecraft:entity_spawned"

versed egret
#

Instead of treasure_pod_MKII_item
I think you would have to use the item identifier

toxic matrix
#

I was saying it as an example, as I said my entities worked, and now with the help you gave me it worked! This really saves me a lot of work and space. I am very grateful pLoveIt !