#Entity doesnt load
1 messages · Page 1 of 1 (latest)
Is that the spawn egg?
Show us the code, both the rp and bp code
That means there's an error with it's rp file
Quite likely, but having the code helps @flint rapids
Oh yeah, definitely. I actually didn't notice your message when I sent mine, mb
this is the error
somethings wrong with render controller
how did you make the entity
or can you post the json
{
"format_version": "1.8.0",
"render_controllers": {
"controller.render.deer": {
"arrays": {
"textures": {
"array.skins": [
"Texture.default",
"Texture.doe"
]
},
"geometries": {
"Array.geo": [
"Geometry.default",
"Geometry.doe"
]
}
},
"geometry": "Array.geo[query.variant]",
"materials": [ { "*": "Material.default" } ],
"textures": [ "Array.skins[query.variant]" ]
}
}
}```
hmm
whats the default and doe