#Entity doesnt load

1 messages · Page 1 of 1 (latest)

flint rapids
#

i created a custom mob i can summon it but it doesnt show his texture

spare flame
#

Is that the spawn egg?

tawny plume
edgy slate
#

That means there's an error with it's rp file

tawny plume
#

Quite likely, but having the code helps @flint rapids

edgy slate
#

Oh yeah, definitely. I actually didn't notice your message when I sent mine, mb

flint rapids
quiet estuary
#

how did you make the entity

#

or can you post the json

flint rapids
# quiet estuary 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]" ]
      }
    }
  }```
quiet estuary
#

hmm

quiet estuary
wicked axle
#

why are you using controller.render.enchant?

#

you have to show the entity client, when these errors happen