promotional bannermobile promotional banner

SporeWithin

A tactical Spore prequel with an adaptive AI ecosystem. Built for perfect TPS/FPS with alternative surface-only infection and zero lag!
Back to Files

sporewithin-1.1.1.jar

File namesporewithin-1.1.1.jar
Uploader
starlings_sstarlings_s
Uploaded
Sep 6, 2026
Downloads
27
Size
458.4 KB
Mod Loaders
Forge
File ID
8820739
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:sporewithin-1673403:8820739")

Learn more about Curse Maven

What's new

🔥 SporeWithin v1.1.1 — "Nether Gate" Hotfix
"This code crashes the server upon entering the nether" — Thanks to the user who dropped this in the comments. You were 100% correct, and the bug is now eliminated.
We focused too much on testing the Overworld core mechanics and overlooked dimension scaling.
In version 1.1.0, the newly implemented skybase detector and heightmap surface scanner tried to scan for "open daylight" and surface layers straight through the solid bedrock ceiling at Y=127 in the Nether. This triggered a critical dimension exception and crashed the server on the spot.
📜 Changelog v1.1.1:
[Fixed]
  • Nether & End Dimension Server Crashes: Skybase altitude checks, smog triggers, floating foundation scans, and mound burrowing routines are now strictly bound to Level.OVERWORLD. The system will no longer execute heightmap or canSeeSky() queries in non-overworld dimensions, permanently fixing portal crashes.
  • Portal Transition Entity Safety: If a player enters a nether portal during an active raid, the server no longer hangs or leaks ghost entities. The assault squad correctly detects the dimension change, drops the target tracker, cleans up action bar debuffs, and initiates a clean burrow retreat.
  • Dimension-Safe Spawn Resolver: Implemented a findSafeDimensionSpawnPos fallback routine for non-overworld environments. It resolves spawn coordinates using local block checks for solid footing and a 3-block vertical headroom clearance, bypassing heightmap calculations entirely.
  • Nether Entity Isolation: Prevented Nether-specific mobs (Piglins, Hoglins, Wither Skeletons) from triggering hidden vessel infection mechanics or attempting to generate parasite mounds inside the Nether or End.