Jump to content

[SOLVED] [1.10] Custom walls model error


DBLouis

Recommended Posts

Hi!

 

How can I get rid of this error :

MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)

 

I think it's due to the fact that there isn't a default model in the blockstate file :

 

 

{

"forge_marker": 1,

"variants": {

"up": {

"true": {

"submodel": { "wall_up": { "model": "wall_post" } }

},

"false": {}

},

"north": {

"true": {

"submodel": { "wall_north": { "model": "wall_side", "uvlock": true } }

},

"false": {}

},

"east": {

"true": {

"submodel": { "wall_east": { "model": "wall_side", "y": 90, "uvlock": true } }

},

"false": {}

},

"south": {

"true": {

"submodel": { "wall_south": { "model": "wall_side", "y": 180, "uvlock": true } }

},

"false": {}

},

"west": {

"true": {

"submodel": { "wall_west": { "model": "wall_side", "y": 270, "uvlock": true } }

},

"false": {}

},

"type": {

"red_granite": {

"textures": {

"wall": "undergroundbiomes:blocks/red_granite"

}

},

"black_granite": {

"textures": {

"wall": "undergroundbiomes:blocks/black_granite"

}

},

"rhyolite": {

"textures": {

"wall": "undergroundbiomes:blocks/rhyolite"

}

},

"andesite": {

"textures": {

"wall": "undergroundbiomes:blocks/andesite"

}

},

"gabbro": {

"textures": {

"wall": "undergroundbiomes:blocks/gabbro"

}

},

"basalt": {

"textures": {

"wall": "undergroundbiomes:blocks/basalt"

}

},

"komatiite": {

"textures": {

"wall": "undergroundbiomes:blocks/komatiite"

}

},

"dacite": {

"textures": {

"wall": "undergroundbiomes:blocks/dacite"

}

}

},

"type=red_granite": [{ "model": "wall_inventory", "textures": { "wall": "undergroundbiomes:blocks/red_granite" } }],

"type=black_granite": [{ "model": "wall_inventory", "textures": { "wall": "undergroundbiomes:blocks/black_granite" } }],

"type=rhyolite": [{ "model": "wall_inventory", "textures": { "wall": "undergroundbiomes:blocks/rhyolite" } }],

"type=andesite": [{ "model": "wall_inventory", "textures": { "wall": "undergroundbiomes:blocks/andesite" } }],

"type=gabbro": [{ "model": "wall_inventory", "textures": { "wall": "undergroundbiomes:blocks/gabbro" } }],

"type=basalt": [{ "model": "wall_inventory", "textures": { "wall": "undergroundbiomes:blocks/basalt" } }],

"type=komatiite": [{ "model": "wall_inventory", "textures": { "wall": "undergroundbiomes:blocks/komatiite" } }],

"type=dacite": [{ "model": "wall_inventory", "textures": { "wall": "undergroundbiomes:blocks/dacite" } }]

}

}

 

 

 

 

Thanks in advance

Link to comment
Share on other sites

"missing" is the model used when you've screwed up the JSON stuff so that it doesn't know what model to use for a block. If missing is missing, then something is seriously wrong. Are you using a core mod? If not, then you may need to start over from setupDecompWorkspace.

 

However, before you go that far, it might help to post your entire log file (not console!) in a spoiler section.

 

 

The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.