The original implementation has the bug that fails to spawn entities of MOD. For example, if I try to spawn the entity of MOD my_mod:my_entity, rename111 method returns ID minecraft:my_mod:my_entity and fail to do. So, I treat entity IDs of MOD that contains : as special.
The original implementation has the bug that fails to spawn entities of MOD. For example, if I try to spawn the entity of MOD
my_mod:my_entity
,rename111
method returns IDminecraft:my_mod:my_entity
and fail to do. So, I treat entity IDs of MOD that contains:
as special.