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
texture wont load
Re: texture wont load
The top of your file for texture paths looks incorrect:
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.
Code: Select all
"textures": {
"model_atlas": "texture",
"particle": "texture"
},
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.
0 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
Please don't Private Message admins without prior permission. Your message may be missed.
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
2 posts
• Page 1 of 1