File Details
goety-3.0.6-neoforge-1.21.1.jar
- R
- Feb 27, 2026
- 69.99 MB
- 92
- 1.21.1
- NeoForge
File Name
goety-3.0.6-neoforge-1.21.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Version 3.0.6
Spawn Fixes
This version includes a fix for incorrect spawn behavior of Reapers.
Bug Fixes
- Fixed Reaper spawning in daylight: Resolved issue where Reapers were spawning in the middle of the day and inside lit areas (indoors)
- Updated Reaper spawn predicate to require darkness in Overworld dimensions
- Reapers now only spawn in dark areas in the Overworld, matching their sun-sensitive nature
- Reapers can still spawn in Nether/End dimensions regardless of light level (as intended)
- Reapers can still spawn in Soul Sand Valley regardless of light level (as intended)
- Prevents Reapers from spawning during daytime or in well-lit indoor areas
Technical Notes
- Spawn Predicate: Reaper spawn placement now uses the same dimension-aware logic as Wraiths
- Darkness Check: Uses
Monster.isDarkEnoughToSpawn()for Overworld spawns - Dimension Awareness: Properly checks dimension type to allow spawning in Nether/End without darkness requirements
- All spawn systems remain fully functional and compatible with NeoForge 1.21.1
Files Changed
src/main/java/za/co/infernos/goety/Goety.java- Fixed Reaper spawn predicate to require darkness in Overworld

