In Control!

In Control!

72M Downloads

How do I set the display name of the monster?

PIPILAN opened this issue ยท 0 comments

commented

[
{
"mob": "minecraft:zombie",
"result": "allow",
"healthmultiply": 1,
"damagemultiply": 1,
"speedmultiply": 1,
"armorhelmet": "techguns:t1_miner_helmet",
"armorchest": "techguns:t1_miner_chestplate",
"armorlegs": "techguns:t1_miner_leggings",
"armorboots": "techguns:t1_miner_boots"
}
]

This is my new zombie generation rule, but I want to change his name at the same time, but I don't know how to do it. I saw a similar issus,but I didn't understand what it meant. I saw the writing method of the item NBT in the wiki example, but I didn't find out how to modify the biological name. Can you give an example about the modification of biological name?