#How to add entity model into a form with live horse renderer

1 messages ยท Page 1 of 1 (latest)

gusty oar
#

Hello ๐Ÿ‘‹ I want to make something like that

#

"entity_doll": {
"type": "custom",
"size": [
30,
30
],
"renderer": "live_horse_renderer",
"bindings": [
{
"binding_name": "#entity_id"
},
{
"binding_name": "#form_text",
"binding_name_override": "#entity_id"
}
]
}

#

I use this but entity doesn't load in My form how can I fix it can someone tell me? ๐Ÿค”

autumn plaza
gusty oar
gusty oar
wind ibex
#

Every entity has an id

#

it's a number

#

in script it's mentioned as string tho cause it's a bigint

gusty oar
# wind ibex No

you think my code will working? Because I think I wrote it wrong.

gusty oar