Posted September 24, 20196 yr [15:34:12] [Server-Worker-8/WARN] [minecraft/ModelBakery]: Unable to load model: 'ultagem_mod:ultagem_block' referenced from: ultagem_mod:ultagem_block#: java.io.FileNotFoundException: ultagem_mod:models/ultagem_block.json That is the error I've been getting for the past while and I can't figure out how to fix it. The block item in hand loads fine but not the block placed in the world. Blockstate: { "variants": { "": { "model": "ultagem_mod:ultagem_block" } } } Block Model: { "parent": "block/cube_all", "textures": { "all": "ultagem_mod:block/ultagem_block" } } Package explorer with block model location & texture location in attachments (dont know how to embed images)
September 24, 20196 yr 3 hours ago, GreenSuigi said: ultagem_mod:ultagem_block You need a block/ultagem_block VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
September 24, 20196 yr On your blockstate { "variants": { "": { "model": "ultagem_mod:block/ultagem_block" } } }
September 26, 20196 yr Author Thank you guys for helping me! I added block/ after ultagem_mod: in blockstate and it worked.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.