BloodMagic icon indicating copy to clipboard operation
BloodMagic copied to clipboard

[1.20.1 Forge] Unable to load model for Spectral Block and Inversion Pillar Cap

Open TelepathicGrunt opened this issue 8 months ago • 0 comments

Using bloodmagic-1.20.1-3.3.2-44.jar, I am seeing these two block's models error out in the latest.log file. It might be a good idea to double check these blocks to make sure they are rendering properly for all of their blockstates and to silence this brief logspam if possible. (might be the item form erroring out instead of block)

Spectral Block model is having trouble finding bloodmagic:models/block/spectralblock.json file. Inversion Pillar Cap model is having trouble finding bloodmagic:models/item/inversion_pillar_cap.json file.

[10Oct2023 06:52:59.967] [Worker-Main-3/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'bloodmagic:block/spectralblock' referenced from: bloodmagic:spectral#inventory: java.io.FileNotFoundException: bloodmagic:models/block/spectralblock.json
[10Oct2023 06:52:59.968] [Worker-Main-3/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'bloodmagic:inversion_pillar_cap#inventory' referenced from: bloodmagic:inversion_pillar_cap#inventory: java.io.FileNotFoundException: bloodmagic:models/item/inversion_pillar_cap.json

TelepathicGrunt avatar Oct 10 '23 11:10 TelepathicGrunt