#floating text not working

1 messages · Page 1 of 1 (latest)

honest matrix
#

BP - floating_text.json

{
    "format_version": "1.21.0",
    "minecraft:entity": {
        "description": {
            "identifier": "da:floating_text",
            "is_spawnable": true,
            "is_summonable": true,
            "is_experimental": false
        },
        "components": {
            "minecraft:type_family": {
                "family": [
                    "floatingtext"
                ]
            },
            "minecraft:health": {
                "value": 999999999,
                "max": 999999999
            },
            "minecraft:collision_box": {
                "width": 0.6,
                "height": 1.8
            },
            "minecraft:nameable": {
                "alwaysShow": true,
                "allowNameTagRenaming": true
            },
            "minecraft:damage_sensor": {
                "triggers": {
                    "cause": "all",
                    "deals_damage": false
                }
            },
            "minecraft:fire_immune": true,
            "minecraft:scale": {
                "value": 0
            },
            "minecraft:knockback_resistance": {
                "value": 1
            },
            "minecraft:physics": {
                "has_gravity": false
            },
            "minecraft:pushable": {
                "is_pushable": false
            }
        },
        "component_groups": {},
        "events": {}
    }
}```
#

RP - entity/floating_text.json - ^

I dont get an error, the entity just doesnt get a nametag or a shadow or anything visible

honest matrix
#

ill give it a go thanks!

#

it still doesnt work @tranquil sandal

tranquil sandal
honest matrix
#

wdym?

tranquil sandal
#

or you are invoking them with names

honest matrix
#

i typed /summon da:floating_text <name> in chat

#

which worked before the update

tranquil sandal
honest matrix
#

yh

#

and when i typed /kill @e it did get killed

honest matrix
#

ohhhh ty

tranquil sandal
sly condor
#

also when summoning try /summon <entity> ~~~ ~~ none <name> just to make sure

#

but i dont think its the command

honest matrix
#

also i already has always_show instead of alwaysShow in the updated version

sly condor
#

and? Its working?

honest matrix
#

no

sly condor
#

hmm

#

let me see

tranquil sandal
#

That should be the problem, it's something inexplicable, since it only needs that and hitbox for it to work

tranquil sandal
#

It also doesn't need entity client,right?

sly condor
#

that was the problem when i tried to do it, just the bp doesn't make the text appear

#

also is the format version 1.21.0 in client valid?

tranquil sandal
#

mmm isee, i will try to do a test with the entity client

sly condor
#

i use 1.10.0

tranquil sandal
#

Oh right, I only needed the entity client

tranquil sandal
sly condor
#

ye, that should work

tranquil sandal
#

You change the geometry and texture of this entity client

#

an empty geometry and a completely transparent or empty png texture

honest matrix
#

ty ill try it

honest matrix
tranquil sandal
#

RP/entity/floating_text.json

#

In your behavior pack change the "width" to 0 so that the shadow is not visible