Entity Types
Changing the type of Taterzen
You'l need to install DisguiseLib mod.
Taterzens mod supports all vanilla entities (except for fishing bober). Modded ones should work as well.
To change the type of the Taterzen, simply use the following command
/npc edit type <entity type>
Adding custom NBT
DisguiseLib supports disguises with nbt as well. To utilize it, append the nbt data at the end of the disguise command
/npc edit type <entity type> <nbt>
Examples
Getting custom NBT
Head over to mcstacker and select summon
category. Provide the entity and set the wanted NBT. After that, copy the NBT only (the part in {}
, including both brackets) and paste it after <entity type>
in command above.
Armorer villager from desert
/npc edit type minecraft:villager {VillagerData:{profession:"minecraft:armorer",type:"minecraft:desert"}}
Baby chicken
/npc edit type minecraft:chicken {Age:-1}
Custom armor stand
Easy armor stand customization
Patbox has made a cool armor stand editor that supports disguised entites as well. See Armor Stand Editor for more info.
/npc edit type minecraft:armor_stand {HasVisualFire:1b,Glowing:0b,ShowArms:1b,Small:1b,NoBasePlate:1b}