arpruss / raspberryjammod

Raspberry Jam Mod - a Mod Forge Minecraft mod implementing most of Raspberry Juice/Pi API
http://www.instructables.com/id/Python-coding-for-Minecraft/
Other
348 stars 94 forks source link

make sure to spawn entities of MOD #36

Open lanius opened 5 years ago

lanius commented 5 years ago

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.