texture wont load

Get help and support for using Cubik Studio.
Post Reply

texture wont load

Post by Jenthe » 21 Feb 2019, 20:44

Dear cubik model makers

I have made / converted a model for a gamemode a friend is making.
I can load the model ingame. It is set to diamond_ore.JSON
the texture is currently loaded as texture and it is placed in the texture/block folder.
Could anyone help me find why i can't get the texture to load.

Kindest regards
Jenthe

files in attachment
diamond_ore.json
(1.63 MiB) Downloaded 242 times
texture.png
x
User avatar
Jenthe
Posts: 4
Joined: 01 Aug 2017, 16:47

Re: texture wont load

Post by HanFox » 22 Feb 2019, 01:55

The top of your file for texture paths looks incorrect:

Code: Select all

	"textures": {
		"model_atlas": "texture",
		"particle": "texture"
	},
The "texture" part should be the relative path to the actual texture, using assets/minecraft/textures as the root (i.e. if the texture is assets/minecraft/textures/block/diamond_ore texture should be changed to block/diamond_ore).

The best way to make models is to actually do it within a valid structure, that way Cubik will read the paths correctly when you add files from the beginning.
x
Create your own thread for purchase/activation/key issues.

Please don't Private Message admins without prior permission. Your message may be missed.

Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
User avatar
HanFox
Web Admin
Posts: 1156
Joined: 16 Apr 2012, 00:46

Post Reply

Return to “Help Centre”