#How to add entity model into a form with live horse renderer
1 messages ยท Page 1 of 1 (latest)
"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? ๐ค
This code is right? and I use it in button panel
You mean for example Minecraft: Skelton?
No
Every entity has an id
it's a number
in script it's mentioned as string tho cause it's a bigint
you think my code will working? Because I think I wrote it wrong.
This code