floppaxd / DeepMobEvolution

DML rewrite adding new features and improvements.
4 stars 6 forks source link

Default configs error: `Invalid entry "tconstruct:blue_slime" in Associated Mobs` #22

Closed Krutoy242 closed 1 year ago

Krutoy242 commented 1 year ago

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!