#entity nickname position
1 messages · Page 1 of 1 (latest)
마인크래프트 업뎃때매 엔티티 보셔야 위에 닉보여요
||translate: Due to a Minecraft update, it only appears when you are looking at an entity.||
질문을 안보셨나요?
아ㅏㅏㅏㅏ
내가 대충 봤네
눈높이 기준으로 되는거라서
저렇게 뜨는거에요
@white onyx
"minecraft:collision_box": {
"width": 1.0,
"height": 3.0
},
"minecraft:scale": {
"value": 2.0
}
이건가
히트박스 바꾸셔야함
감사합니다
"always_show": true
},```
always_show를 true로 하면 항상 보입니다!

doesn't work for me
Would you like to assign name tags to entities and test them?
I have summoned them with a name
Would you like to try attaching a name tag anyway? That's all I tested.
no name
Could you show me the internal code?
"format_version": "1.20.80",
"minecraft:entity": {
"description": {
"identifier": "codek327:creature_crafter", //entity name
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false,
"aliases": {}
},
"component_groups": {},
"components": {
"minecraft:nameable": {
"always_show": true
},
"minecraft:physics": {
"has_collision": true,
"has_gravity": true
},
"minecraft:knockback_resistance": {
"value": 1
}
},
"events": {}
}
}```
This is the code for my entity. There are no other important components besides minecraft:nameable.
{
"format_version": "1.16.0",
"minecraft:entity": {
"description": {
"identifier": "me:floating_text",
"is_summonable": true,
"is_spawnable": false,
"is_experimental": false
},
"components": {
"minecraft:physics": {
"has_gravity": false,
"has_collision": false
},
"minecraft:pushable": {
"is_pushable": false,
"is_pushable_by_piston": false
},
"minecraft:damage_sensor": {
"triggers": {
"cause": "all",
"deals_damage": "no"
}
},
"minecraft:nameable": {
"allow_name_tag_renaming": true,
"always_show": true
},
"minecraft:fire_immune": true,
"minecraft:health": {
"value": 100
}
}
}
}```
I also tried newer and older versions
Does it not work even if I attach a name tag?
it doesn't work
Did the add-on apply properly? Is the add-on in development?
yes
Or would you like to apply the format version, description, etc. in the same way as the code I provided? Remove everything except “minecraft:nameable.”
it doesn't even work when I copy your entity
Could it be a problem with other settings?
but which?
Would you like to try summoning it with a name tag on another vanilla entity? If it still doesn't appear, there may be another issue.
that works