Problem [1.7.10] Problem adding Thaumcraft Aspects to Mobs via Modtweaker

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Cancun101

New Member
Jul 29, 2019
1
0
0
Hi all,

I'm trying to enhance Infinity Evolved by adding Thaumcraft aspects to mobs from several other mods (in this instance, Twilight Forest), but I'm running into issues. Here's a rundown of the problem using the Wild Deer mob as an example:

After a fresh game restart, I first use the command /mt entities and get a list of entities in my MineTweaker.log:
Code:
...
twilightforest.entity.passive.EntityTFBunny -- Forest Bunny
twilightforest.entity.passive.EntityTFDeer -- Wild Deer
twilightforest.entity.passive.EntityTFMobileFirefly -- Firefly
...

Next, here is a look at the relevant part of my aspects.zs:
Code:
...
mods.thaumcraft.Aspects.setEntity("twilightforest.entity.passive.EntityTFDeer", "besita 3, terra 3");
mods.thaumcraft.Aspects.setEntity("Wild Deer", "besita 3, terra 3");
mods.thaumcraft.Aspects.setEntity("Arrow", "telum 1");
...

After using /mt reload, I get these errors in both the game chat and minetweaker.log:
Code:
ERROR: No such entity twilightforest.entity.passive.EntityTFDeer
ERROR: No such entity Wild Deer

However, the arrow line works as intended, while neither of the lines referring to either deer string do anything but generate the error.

Is there anything I can do to fix this?

Many thanks,
Connor