Page 2 of 2

Re: Failed Texture

Posted: 20 Sep 2017, 15:17
by KarliosoHD
I'm using the Minecraft 1.11.2 version

Re: Failed Texture

Posted: 20 Sep 2017, 15:32
by KarliosoHD
Her if you can help xD I don't understand anything of this but maybe you :)



[+] Show

Code: Select all

Unable to load definition minecraft:pink_stained_glass
java.lang.RuntimeException: Encountered an exception when loading model definition of 'minecraft:pink_stained_glass' from: 'minecraft:blockstates/pink_stained_glass.json' in resourcepack: 'Map Resourcepack 0.26-Beta'
	at cbk.a(SourceFile:308) ~[cbk.class:?]
	at cbk.a(SourceFile:293) ~[cbk.class:?]
	at cbk.a(SourceFile:282) ~[cbk.class:?]
	at cbk.b(SourceFile:206) [cbk.class:?]
	at cbk.a(SourceFile:182) [cbk.class:?]
	at cbl.a(SourceFile:23) [cbl.class:?]
	at cae.c(SourceFile:105) [cae.class:?]
	at cae.a(SourceFile:93) [cae.class:?]
	at bes.f(SourceFile:726) [bes.class:?]
	at bes.c(SourceFile:1856) [bes.class:?]
	at bes.az(SourceFile:1739) [bes.class:?]
	at bes.t(SourceFile:1626) [bes.class:?]
	at bes.av(SourceFile:970) [bes.class:?]
	at bes.a(SourceFile:398) [bes.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
	at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) [launchwrapper-1.7.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:27) [launchwrapper-1.7.jar:?]
Caused by: com.google.gson.JsonParseException: Neither 'variants' nor 'multipart' found
	at brj$a.a(SourceFile:126) ~[brj$a.class:?]
	at brj$a.deserialize(SourceFile:117) ~[brj$a.class:?]
	at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:58) ~[TreeTypeAdapter.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
	at com.google.gson.Gson.fromJson(Gson.java:741) ~[Gson.class:?]
	at brj.a(SourceFile:39) ~[brj.class:?]
	at cbk.a(SourceFile:306) ~[cbk.class:?]
	... 20 more

Re: Failed Texture

Posted: 20 Sep 2017, 15:43
by HanFox
That to me suggests that Minecraft can't find the model called pink_stained_glass.json in the models/block folder.

Your issue is getting confusing because you haven't really explained what you've done to break everything up to this point.

You might want to post a small resourcepack that includes the files you've changed in regards to the pink glass so I can take a proper look.

Re: Failed Texture

Posted: 21 Sep 2017, 12:42
by KarliosoHD
I would like to send the resourcepack, but it's too large :(

Re: Failed Texture

Posted: 21 Sep 2017, 16:56
by KarliosoHD
I've just created a new model with wooden planks textures and rotated/moved it (In Rotations/Positions that MC should accept) saved it as .cubik file and then exported it as .JSON file into the resourcepack, then it showed the failure texture and I've written this thread... That's what I've done to break it up to this point...

Re: Failed Texture

Posted: 21 Sep 2017, 17:21
by HanFox
What you say seems unlikely as your model works fine.

A resourcepack which has the changed files relating to this model would be helpful.

Re: Failed Texture

Posted: 22 Sep 2017, 13:35
by KarliosoHD
I would like to send it, but how I've said, it's too big

Re: Failed Texture  [Solved]

Posted: 12 Nov 2017, 19:07
by KarliosoHD
Finally I've found the reason, sorry that I'm so stupid xD! I've put it into the blockstates folder, not the models/blocks folder, however, thx for helping :P