File Details
fromthecavespatch-1.2.0.jar
- R
- Apr 27, 2026
- 82.12 KB
- 6.3K
- 1.20.1
- Forge
File Name
fromthecavespatch-1.2.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Version 1.2.0
FTC's CatsEventsProcedure.findCats returns every cat in a 20-block radius. ALL_FLEE event adds a flee-from-player goal to them. Tamed cats run far enough that their chunk unloads, and they never come back. A new config option has been added to stop this from happening.
New Config:
"protectTamedCats" default = True.
- Code clean up.
- Renamed "reduceAudioSystemCalls" to "reduceAudioCalls" to match the PatchConfig.reduceAudioCalls.
- Changed Deprecated ResourceLocation(String, String) in PigSpawnRemover to ResourceLocation("from_the_caves:pig_possessed")
WARNING:
If you have reduceAudioSystemCalls = false, you have to delete and refresh your config file: "fromthecavespatch-common.toml" because it will default back to true. It's unlikely someone turned this performance fix off, but who knows!

