PvE Optimization with "I dont see you!" Mod
This innovative mod significantly improves Minecraft performance through intelligent mob processing optimization. When creatures are outside the player's field of view, the game stops processing them, instantly restoring normal behavior when they return to sight.
To maintain gameplay balance, flexible settings are provided that allow hostile enemies to continue moving behind the character's back - this protects dangerous creatures like creepers, zombies, and spiders from losing their value.
The module's configuration file allows for fine-tuning exceptions:
# List of creature IDs that will be processed constantly (ignore the mod's action)
# Example: 'minecraft:zombie'
excluded_mobs = ["minecraft:zombie", "minecraft:skeleton", "minecraft:spider", "minecraft:creeper"]
Development is inspired by the concept of the "Does It Tick?" modification, offering a more advanced implementation of a similar mechanic.