Blood Magic

Blood Magic

90M Downloads

Missing Models/Json Files

seanamor opened this issue ยท 6 comments

commented

Blood Magic: Alchemical Wizardry BloodMagic-1.8.9-2.0.0-17.jar
Minecraft Forge: forge-1.8.9-11.15.1.1747
Minecraft: 1.8.9

I tried to trim this log as much as I could to make this easier to skim
http://hastebin.com/imetujatuq.vhdl

In game the only texture that appears to be missing is are below, but never the less there are errors in the log on various other models/json files.
tile.bloodmagic.pedestal.name
tile.bloodmagic.plinth.name

commented

How are you even getting that to display? I don't see anything like that in dev.

commented

These logs occur when running minecraft with bloodmagic mod. The log is trimmed a bit I removed most of the thaumcraft information and tried to just show bloodmagic log.

The issues seem to be the item json errors. The only visible error I see in game so far though is the plinth and pedestal are not showing there textures at all

commented

Looking closer, this seems to be done on purpose by Forge.

https://github.com/MinecraftForge/MinecraftForge/blob/6b51665c42dc3d87594dff7635d045cb24537e0d/src/main/java/net/minecraftforge/client/model/ModelLoader.java#L256

It's simply a side effect of how we do our rendering. Ask them to remove the logging if you don't like it.

commented

That still doesnt fix the actual missing texture for plinth and pedestal

commented

They don't necessarily need a fix right now as they are unused.

commented

oh okay this is good to know, its just a creative block atm I guess. Thanks!