#entity nickname position

1 messages · Page 1 of 1 (latest)

white onyx
#

I modified the scale component to increase the size, but the nickname doesn't appear above the head; instead, it appears in the middle of the body. How can I fix this?

crimson lava
crimson lava
#

아ㅏㅏㅏㅏ

#

내가 대충 봤네

#

눈높이 기준으로 되는거라서

#

저렇게 뜨는거에요

#

@white onyx

#
"minecraft:collision_box": {
  "width": 1.0,
  "height": 3.0
},
"minecraft:scale": {
  "value": 2.0
}
#

이건가

#

히트박스 바꾸셔야함

white onyx
tepid osprey
#

always_show를 true로 하면 항상 보입니다!

balmy furnace
tepid osprey
balmy furnace
tepid osprey
tepid osprey
#
    "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.

balmy furnace
# tepid osprey This is the code for my entity. There are no other important components besides ...
{
    "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

tepid osprey
#

Does it not work even if I attach a name tag?

balmy furnace
tepid osprey
tepid osprey
#

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.”

balmy furnace
#

it doesn't even work when I copy your entity

tepid osprey
#

Could it be a problem with other settings?

balmy furnace
#

but which?

tepid osprey
#

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.

balmy furnace
#

that works