Jump to content

MissingVarientException when variant is present?


drok0920

Recommended Posts

Hello i have created a block state file that throws an error stating that it cannot find a variant which exists in the file.  I cannot figure out why this is happening even after an hour of trying.

 

Error:

https://pastebin.com/9SRQnMJx

 

BlockState:

{
    "forge_marker": 1,
    "defaults": {
        "textures": {
			"#mat": "progressiveg:items/ak47_oak" //the identifier must be a name of a material defined by the "model" obj's .mtl file
        },
        "model": "progressiveg:ak47_0.obj"
     },
    "variants": {
        "acacia_0": [{
			"textures": {
				"#mat": "progressiveg:items/ak47_acacia" //the identifier must be a name of a material defined by the "model" obj's .mtl file
			},
			"model": "progressiveg:ak47_0.obj"
		}],
        "acacia_1": [{
            "textures": {
				"#mat": "progressiveg:items/ak47_acacia" //the identifier must be a name of a material defined by the "model" obj's .mtl file
			},
			"model": "progressiveg:ak47_1.obj"
        }]
    }
}

 

Link to comment
Share on other sites

Instead of a missing variant, I think you have a problem with model name or location. The error could be in JSON or file name or directory structure.  Umm... I think models are assumed to be JSON files, so no file extensions in the blockstates file. Has that custom changed since 1.10.2?

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.