Jump to content

Recommended Posts

Posted

Exception loading model for variant greenvoidislands:double_tall_island_grass#facing=north,half=lower,variant=double_grass for blockstate "greenvoidislands:double_tall_island_grass[facing=north,half=lower,variant=double_grass]"

But I have the blockstate!

{
	"variants": {
		"facing=north,half=lower,variant=double_grass": {
			"model": "greenvoidislands:double_grass_bottom"
		},
		"facing=north,half=upper,variant=double_grass": {
			"model": "greenvoidislands:double_grass_top"
		},
		"facing=south,half=lower,variant=double_grass": {
			"model": "greenvoidislands:double_grass_bottom"
		},
		"facing=south,half=upper,variant=double_grass": {
			"model": "greenvoidislands:double_grass_top"
		},
		"facing=east,half=lower,variant=double_grass": {
			"model": "greenvoidislands:double_grass_bottom"
		},
		"facing=east,half=upper,variant=double_grass": {
			"model": "greenvoidislands:double_grass_top"
		},
		"facing=west,half=lower,variant=double_grass": {
			"model": "greenvoidislands:double_grass_bottom"
		},
		"facing=west,half=upper,variant=double_grass": {
			"model": "greenvoidislands:double_grass_top"
		}
	}
}

All the Errors:

  Reveal hidden contents

 

Posted
  On 3/2/2018 at 4:22 PM, creepersgalore said:

Caused by: java.io.FileNotFoundException: greenvoidislands:models/block/double_grass_top.json

Expand  

 

  On 3/2/2018 at 4:22 PM, creepersgalore said:

Caused by: java.io.FileNotFoundException: greenvoidislands:models/item/double_tall_island_grass.json

Expand  

 

  On 3/2/2018 at 4:22 PM, creepersgalore said:

Caused by: java.io.FileNotFoundException: greenvoidislands:models/block/double_grass_bottom.json

Expand  

 

Gotta scan through those logs, the actual issue isn't always right on the top. Looks like it's having trouble finding some files.

Posted

I forgot to mention that... I didn't make any files for those. I am ignoring those errors, and focusing on the missing blockstate thing. Missing files shouldn't cause that... Right?

I'll do some testing.

Posted
  On 3/2/2018 at 9:38 PM, creepersgalore said:

Strange... Adding the missing files fixed it. Well, I hope that my solution will help others!

Expand  

Ofcourse it will fix it. You get those errors because you don't have the models. That's what the error is referring to.

  Quote

Exception loading model for variant greenvoidislands:double_tall_island_grass#facing=north,half=lower,variant=double_grass for blockstate "greenvoidislands:double_tall_island_grass[facing=north,half=lower,variant=double_grass]"

Expand  

In simple english this is saying to you: I can't load this model for that blockstate.

It doesn't say "i don't have that blockstate"

A few lines later it is telling you that it can't find the file for those models. Because you did not add/create them

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.