#Java Block not appearing

9 messages · Page 1 of 1 (latest)

west wren
#

Hi. I'm currently developing a mod. I thought that I could just export the model as a JSON and implement it, but it had the null texture. Anything I can do to fix it? Or do I have to export it as a different format?

fervent blaze
#

No JSON is the correct format. Where in your resources folder are your textures located? Starting from assets
Could you also tell me the namespace of your mod?

west wren
#

resources\assets\idkididntcomeupwithaname\models\block\cone.json

fervent blaze
#

Can you send your json?

humble jay
#

Doesn't have a namespace? Then how are you checking/loading the json model.

fervent blaze
#

idkididntcomeupwithaname - that's their namespace

humble jay
#

Hmmm ppl usually don't change that when they don't know how it work or doesn't have one in mind...

fervent blaze
#

Mods have to have custom namespaces

humble jay
#

Ahh