Shadows-of-Fire / Hostile-Neural-Networks

A Minecraft Forge mod about defeating hostile simulations to produce loot drops
MIT License
17 stars 19 forks source link

Failed parsing data_models file hostilenetworks #43

Closed Crayonan closed 8 months ago

Crayonan commented 9 months ago

A part of the data models are missing in my single player world, when right clicking a mob (which is already not showing in JEI/REI, it says: no known models exist for this specimen

image

When looking at the log it also says: Failed parsing data models file hostile networks:phantom (and for all the other mobs not present)

Here are the data models that do get loaded:

image

Here is the log from starting my modpack, loading the sp world and right clicking a data model on the mob.

Log on mclo.gs

Shadows-of-Fire commented 8 months ago

You are missing the entity key on your data model json file. Unfortunately the error is useless since it doesn't name the problem, so I can go update that.