The Meaning of Life, the Universe, and Everything.
Join Date:
8/16/2014
Posts:
84
Minecraft:
MrGarretto
Member Details
Today I created entity id converter for the new snapshot: https://mrgarretto.com/entityconverter
This tool will automatically update your 1.10 commands to work with Minecraft version 1.11!
It works for just about every situation it can come across, such as changing this:
Will this make 1.9 and 1.10 one command creations update to 1.11 whilst staying with the same features (e.g. if I have a one command that adds new mobs, and I put it in this tool, will it still work in the next update?)
Today I created entity id converter for the new snapshot: https://mrgarretto.com/entityconverter
This tool will automatically update your 1.10 commands to work with Minecraft version 1.11!
It works for just about every situation it can come across, such as changing this:
/summon ArmorStand ~ ~ ~ {Passengers:[{id:Zombie,ZombieType:4}]}
to this:
/summon armor_stand ~ ~ ~ {Passengers:[{id:zombie_villager,Profession:3}]}
And here's another example:
/summon Zombie ~ ~ ~ {ZombieType:2}
becomes:
/summon zombie_villager ~ ~ ~ {Profession:1}
I have 3 kids and no money. Why can't I have no kids and 3 money?
Will this make 1.9 and 1.10 one command creations update to 1.11 whilst staying with the same features (e.g. if I have a one command that adds new mobs, and I put it in this tool, will it still work in the next update?)