
Shareware mod Modification
This mod serves as a compilation of several popular modifications used by the Minecraft speedrunning community, designed for version 3D Shareware v1.34.
Core Functionality
The collection integrates several key speedrunning mods:
- Atum - automatically generates a new world after exiting the previous one
- Legacy Planar Fog - simulates the unavailability of GL_NV_fog_distance for more predictable fog behavior
- Force Port - consistently uses port 25565 for opening worlds to local network
Additional Features
Beyond the main modifications, the compilation includes:
- Voyager - fixes ConcurrentModificationException errors in Java 11 and newer
- MotioNO - disables field of view changes while sprinting
- Legacy Debug Pause - adds the ability to pause using F3 + ESC from newer Minecraft versions
Technical Details
For developers: due to created mappings between ancient official and named Fabric mappings, development of Fabric mods for 3D Shareware is now possible.
Development Plans
- Conditional world deletion upon exit (only with active Atum)
- Saving Atum state and conditional world deletion upon startup
- Multiplayer functionality
- Optimization of Atum file writing through RandomAccessFile usage