FakeACat / FromAnotherWorld-Architectury

Minecraft mod based on The Thing, for both Forge and Fabric using Architectury!
4 stars 5 forks source link

Crashing from ticking entity, problem copying mob from another mod, no config to exclude that mob. #5

Open LavanGrimwulff opened 8 months ago

LavanGrimwulff commented 8 months ago

Seems to have a problem with vampirism mod after it copies one of their mobs, was hoping to just exclude that mob but I'm not seeing any exclusion options in the configs. Adding something to the config to let us exclude problematic mobs like this would really help.

crash-2024-01-15_09.29.03-server.txt

FakeACat commented 8 months ago

Everything regarding what mobs are attacked/assimilated is controlled by tags so they can be modified with data packs. The vampirism compat data pack was fan-made and I didn't test it much before adding it, I'll investigate the problem in a future update but in the meantime you should be able to exclude them just by disabling the vampirism compat data pack.

If that doesn't work, there is a simple brute-force method - you can open FAW's jar file, navigate to resourcepacks\fromanotherworld_compat_vampirism\data\fromanotherworld\tags\entity_types and delete humanoids.json to completely delete the vampirism compat from the mod.