Page 1 of 1

Custom Texture's Not working?

Posted: 27 Mar 2017, 04:57
by Thane
Hey guys! So, to start off with, my server is 1.9+ using ViaVersion. All my custom assets that I used with the appropriate texture associated are completely broken, but show to be working in Cubik Studio. Don't know what I'm doing wrong, but here are some screenies.

Re: Custom Texture's Not working?

Posted: 27 Mar 2017, 05:15
by HanFox
Hard to tell without the JSON, but it's likely the paths in your models are wrong.

If your textures are in /assets/minecraft/textures/items then your models' JSON should have the paths as "textures/[nameofyourtexture.png]"

When you work with Cubik Studio you should place your resources in the correct structure as you go. It'll avoid broken textures when you move them in to place in a proper resourcepack.

Re: Custom Texture's Not working?

Posted: 27 Mar 2017, 05:44
by Thane
HanFox wrote: 27 Mar 2017, 05:15 Hard to tell without the JSON, but it's likely the paths in your models are wrong.

If your textures are in /assets/minecraft/textures/items then your models' JSON should have the paths as "textures/[nameofyourtexture.png]"

When you work with Cubik Studio you should place your resources in the correct structure as you go. It'll avoid broken textures when you move them in to place in a proper resourcepack.
They are in the proper place, though. But here's the json I guess. https://dl.dropboxusercontent.com/s/4yu ... .json?dl=0

Re: Custom Texture's Not working?

Posted: 27 Mar 2017, 06:08
by HanFox
Considering it's only the custom texture, cog2_palette.png, that isn't loading are you sure it's in the right place?

Have you restarted MC since moving the file?

It worked fine for me:
2017-03-27_07.07.40.png

Re: Custom Texture's Not working?

Posted: 27 Mar 2017, 06:22
by Thane
HanFox wrote: 27 Mar 2017, 06:08 Considering it's only the custom texture, cog2_palette.png, that isn't loading are you sure it's in the right place?

Have you restarted MC since moving the file?

It worked fine for me:
2017-03-27_07.07.40.png
Are you on version 1.9?

Re: Custom Texture's Not working?

Posted: 27 Mar 2017, 06:24
by HanFox
I tested that on MC1.12 (snapshots). It really shouldn't make a difference.

Re: Custom Texture's Not working?

Posted: 27 Mar 2017, 06:36
by Thane
HanFox wrote: 27 Mar 2017, 06:24 I tested that on MC1.12 (snapshots). It really shouldn't make a difference.
Hmm... weird. May I PM you the link to the entire texture pack and see where I'm going wrong?

Re: Custom Texture's Not working?

Posted: 27 Mar 2017, 06:38
by HanFox
Sure.

Re: Custom Texture's Not working?  [Solved]

Posted: 27 Mar 2017, 06:49
by Thane
Alright guys, my path was wrong, that's what the problem was. It was looking for the texture in 'textures/blocks' while it was in my, 'textures/customtexturesfolder' Thanks HanFox for clearing this up.