The World Remembers

The World Remembers is a vanilla+ mod that gives the world memory and life. Every step, every path, every habit leaves a mark… shaping evolving terrain.

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

NeoForge

implementation "curse.maven:the-world-remembers-1523141:7981716"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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`.