Epic Samurai's - Forge

Epic Samurai's - Forge

2M Downloads

[1.20.1]Unable to spawns monsters with mod TFC

Tollainmear opened this issue ยท 2 comments

commented

Hi, I've noticed that when this mod and the TerraFirmaCraft mod are loaded at the same time, no hostile mobs are being spawned in the overworld(TFC type). I've conducted a simple test; just having these two mods loaded together can reproduce the issue. Upon removing the EpicSamurai mod and restarting the game, hostile mobs begin to spawn. I think this issue should be fairly easy to replicate. So, if you have the time, could you please assess this problem? I really appreciate it. I am using the latest versions of the TFC and EpicSamurai mods on the Forge 47.2.20.

image

commented

Hi, the problem was solved after I deleted the files in the data/forge/tags/blocks/ores folder and data/forge/tags/blocks/ores.json file within epicsamurai.jar.

I'm happy to share the solution with you, and I hope this can help you pinpoint where the problem originated.

I believe this still counts as a compatibility issue. Due to my lack of understanding of the data packet creation rules, I can only circumvent the problem by deleting the files. Obviously, this is not the best solution. Of course, if you think this issue is not significant, please feel free to close this issue. Thank you once again.

commented

This is a bug in Epic Samurai's tag definitions, which just happens to affect TFC:

This bug becomes obvious when launching Epic Samurai, where the following errors are present in the log:

[13:55:48] [Worker-Main-15/ERROR] [minecraft/TagLoader]: Couldn't load tag eldritch_end:etyr_armor as it is missing following references: epicsamurai:etyrite_samurai_helmet (from epicsamurai-0.0.34.1-1.20.1-neo.jar), 
	epicsamurai:etyrite_samurai_chestplate (from epicsamurai-0.0.34.1-1.20.1-neo.jar), 
	epicsamurai:etyrite_samurai_leggings (from epicsamurai-0.0.34.1-1.20.1-neo.jar), 
	epicsamurai:etyrite_samurai_boots (from epicsamurai-0.0.34.1-1.20.1-neo.jar)
[13:55:48] [Worker-Main-7/ERROR] [minecraft/TagLoader]: Couldn't load tag forge:ores/amethyst as it is missing following references: minecraft:amethyst_shard (from epicsamurai-0.0.34.1-1.20.1-neo.jar)
[13:55:48] [Worker-Main-15/ERROR] [minecraft/TagLoader]: Couldn't load tag epicsamurai:dampens_vibrations as it is missing following references: epicsamurai:sculk_samurai_boots (from epicsamurai-0.0.34.1-1.20.1-neo.jar)
[13:55:48] [Worker-Main-15/ERROR] [minecraft/TagLoader]: Couldn't load tag deeperdarker:dampens_vibrations as it is missing following references: epicsamurai:sculk_samurai_boots (from epicsamurai-0.0.34.1-1.20.1-neo.jar)

Full log: https://paste.ee/p/Gbmj4

@Tollainmear you should be able to fix this by deleting just this file, without any other consequences.