Spiders 1.999
This fork of the Spiders 2.0 mod is designed exclusively for Minecraft version 1.12.2 and includes several important fixes and improvements.
Key Changes
The issue with the generation of skeletons without artificial intelligence in the game world has been resolved. This error occurred when using the Spiders 2.0 mod together with Optifine.
An adjustable function has been added that allows you to completely disable or significantly reduce the number of spiders spawning in illuminated areas.
Technical Features for Developers
The problem with incorrect skeleton spawning was solved by removing a specific line of code:
replacement.readFromNBT(entity.writeToNBT(new NBTTagCompound()));
Now, when processing events and replacing standard spiders with modified versions, the NBT data of the original mob is not transferred to its modified version. This may affect the operation of other modifications if they use NBT data to assign special parameters before creatures appear in the game world.
The updates also affected the build.gradle configuration files, improving the mod's compatibility and performance.