#multiple timers for a single entity
1 messages · Page 1 of 1 (latest)
I think you would be able to do that if you set the comp groups in the entity_spawned json "minecraft:entity_spawned": { "add": { "component_groups": [ "firstTimer", "secondTimer" ] } },
yea I tried that