
Default configs error: `Invalid entry "tconstruct:blue_slime" in Associated Mobs`
Krutoy242 opened this issue ยท 0 comments
Default configs have this lines:
"id": "tinker_slime",
...
"associatedMobs": [
"tconstruct:blue_slime"
],
...
"deepLearnerDisplay": {
...
"entity": "tconstruct:blue_slime",
But this is mistake, because Tinkers' Construct entity ID is tconstruct:blueslime
.
This config caused two errors in debug.log:
[15:28:23] [Client thread/WARN] [deepmoblearning]: Invalid entry "tconstruct:blue_slime" in Associated Mobs list for Data Model: tinker_slime. No registered entity of this name found!
[15:28:23] [Client thread/ERROR] [deepmoblearning]: No valid Associated Mob entries for Data Model: tinker_slime. Model will not be able to gain data!