File Details
[Neoforge] TWR 1.1.0
- R
- Apr 25, 2026
- 40.89 KB
- 37
- 1.21.1
- NeoForge
File Name
theworldremembers-1.1.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
The World Remembers — v1.1.0
Added weather interaction.
Rain can now transform worn terrain into Trampled Mud.
Affected blocks:
- dirt
- coarse_dirt
- dirt_path
Transformation is based on continuous rain duration, with different delays per block:
- dirt : 35–60s
- coarse_dirt : 20–45s
- dirt_path : 120–220s
Each position uses a stable delay to prevent all blocks from transforming at the same time.
New block added:
- theworldremembers:trampled_mud
- name: Trampled Mud
- custom texture
- slightly slows entities
Mud remains while it is raining, then dries gradually:
- drying delay: 12–30s
- result:
- 80% dirt
- 20% coarse_dirt
Renamed:
- Eternal Path → Eternal Dirt Path
- Eternal Sterile Earth → Eternal Coarse Dirt
Technical improvement:
- rain, mud, and drying logic are now handled in memory without desynchronization
### Technical
- Updated mod version to `1.1.0`.