promotional bannermobile promotional banner

Living World Memory

Living World Memory gives Minecraft worlds a persistent memory system. Chunks remember player activity, battles, villages, roads, weather, nature and abandonment, then naturally evolve, recover or decay over time.

Living World Memory — Detailed Description

Living World Memory is a data-driven Minecraft Forge mod that makes the world remember what happens inside it. Instead of treating every chunk as static terrain, the mod records long-term activity and gradually transforms the environment based on what players, mobs, villages, weather, combat, construction, mining, farming, and nature have experienced.

Built for Minecraft 1.20.1 with Forge 47+, the mod creates persistent chunk-level memories that decay naturally over time. A frequently traveled area can develop a road, an intensely mined mountain can retain its mining history, a battlefield can become scarred, and an abandoned settlement can slowly return to nature.

Core Memory System

Each tracked chunk stores multiple independent memory statistics, including:

  • Player visits
  • Time spent in an area
  • Blocks mined
  • Blocks placed
  • Trees chopped
  • Animals killed
  • Animals bred
  • Explosions
  • Fire spread
  • Water placement
  • Lava placement
  • Crop farming
  • Nearby sleeping
  • Player deaths
  • Boss fights
  • Redstone usage
  • Village interaction
  • Mob spawning
  • Raid intensity
  • Mining intensity
  • Combat intensity
  • Building intensity
  • Footstep activity
  • Abandonment time
  • Rain frequency
  • Snow accumulation

These values are not permanent counters. Different memories have different decay behavior, allowing old events to gradually fade while repeated activity keeps memories strong.

Dynamic World Evolution

The stored memories drive several evolution systems.

🛤️ Road Formation

Repeated player movement and high footstep activity can cause frequently traveled routes to become recognizable paths. Long-term traffic creates a visual history of where players regularly travel.

🌲 Forest Memory

Forests respond to repeated tree cutting and environmental activity. Heavy logging can create visibly altered areas, while unused forests can gradually recover.

🌱 Nature Recovery

Abandoned locations can slowly become reclaimed by nature. Vegetation and environmental decorations can appear as an area remains unused.

🏘️ Village Memory

Villages remember player interaction and activity. Helpful long-term interaction can improve a location's remembered reputation, while destructive or hostile behavior can create negative memories.

⚔️ Battlefield Memory

Heavy combat, deaths, explosions, and other intense events can create battlefield-style environmental memories. Areas where major conflicts occurred can remain recognizable long after the fighting has ended.

⛰️ Mountain Memory

Mining and repeated activity around mountains can influence their remembered state. Deeply worked areas can become notable locations within the world's history.

🏞️ River Memory

Water-related activity contributes to river and environmental memory, allowing areas to retain a history of interaction with water.

❄️ Weather Memory

Rain and snow activity is tracked independently, allowing environmental history to influence remembered conditions and related effects.

🏚️ Abandonment

When an area stops receiving meaningful activity, abandonment memory increases. Long-abandoned locations can eventually transition toward nature recovery and ruin-like states.

✨ Ambient Effects

Certain remembered locations can receive atmospheric effects that help communicate their history without requiring the player to inspect statistics manually.

Data-Driven Evolution

The evolution system is designed around registries and external data files rather than hard-coded behavior alone.

Evolution thresholds are supplied through data resources for:

  • Abandonment
  • Battlefield memory
  • Forest density
  • Mountain cliffs
  • Mountain memory
  • Nature recovery
  • River memory
  • Road formation
  • Village memory
  • Weather memory

Decoration definitions are also data-driven, including examples such as:

  • Forest undergrowth
  • Mine debris lighting
  • Nature-recovery flowers
  • Ruin saplings
  • Village flowers

This architecture allows the evolution system to be expanded without redesigning the entire memory engine.

🧠 Player Reputation

The mod includes a player reputation system connected to remembered world activity.

A player can become:

  • Trusted — the area has come to rely on the player's presence.
  • Well-regarded — the player's actions have had a positive impact.
  • Unknown — the location has little meaningful opinion of the player.
  • Distrusted — negative actions have become part of the area's memory.
  • Notorious — the player's history has become strongly associated with the location.

This creates a persistent relationship between players and the places they interact with.

🔎 Chunk Inspection & Debugging

The mod includes tools for inspecting chunk memories and understanding how the evolution system is behaving.

Commands

Inspect the current chunk

/worldmemory inspect

Shows the memory information for the chunk where the player is currently located.

Inspect a specific chunk

/worldmemory chunkinfo <x> <z>

Displays stored memory information for the specified chunk coordinates.

Reset the current chunk

/worldmemory reset

Clears the remembered history of the player's current chunk.

Reload configuration

/worldmemory reload

Requests a configuration reload.

Export world memory

/worldmemory export

Exports the mod's stored memory data to:

livingworldmemory_export.json

Import world memory

/worldmemory import

Imports previously exported Living World Memory data.

Run a performance benchmark

/worldmemory benchmark

Benchmarks memory/evolution processing and reports timing information.

Benchmark a specific number of chunks

/worldmemory benchmark <chunkCount>

The supported benchmark range is 1–20,000 chunks.

Enable live debug HUD streaming

/worldmemory debug on

Disable live debug HUD streaming

/worldmemory debug off

The live debug system can automatically update as the player moves between chunks.

Find notable locations nearby

/worldmemory nearby

Search nearby locations using a custom radius

/worldmemory nearby <radius>

The command supports a radius of 1–64 chunks.

Check the player's local reputation

/worldmemory reputation

📊 Notable Locations

The nearby-location system can identify memorable areas such as:

  • Old battlefields
  • Raided villages
  • Heavily mined areas
  • Logged forests
  • Abandoned ruins
  • Well-tended villages
  • Boss battle sites
  • Well-worn paths
  • Snow-drift areas
  • Rain-soaked areas
  • Other highly notable locations

This turns the world into a discoverable historical map where important places emerge naturally from gameplay.

🖥️ Live Debug HUD

For development, testing, server administration, and modpack configuration, Living World Memory provides a live debugging system.

The HUD can stream chunk-memory information to the client as the player travels between chunks. A separate client configuration controls whether the visual debug overlay is displayed.

⚙️ Configuration

The mod provides separate common, server, and client configuration controls.

Common Controls

Individual evolution systems can be enabled or disabled:

  • Road formation
  • Nature recovery
  • Village memory
  • Forest memory
  • Mountain memory
  • River memory
  • Abandonment
  • Ambient effects
  • Battlefield memory
  • Weather memory
  • Debug mode

Server Controls

Server administrators can configure:

  • Memory decay-speed multiplier
  • Nature-recovery speed
  • Road-formation speed
  • Chunk processing budget per tick
  • Evolution scanning radius
  • Minimum evolution interval

This allows server owners to balance the mod for small worlds, large survival servers, modpacks, or performance-sensitive environments.

Client Controls

Client-side settings include:

  • Particle density
  • Ambient sound volume
  • Debug overlay visibility

🏆 Advancements

Living World Memory includes custom advancements that encourage players to interact with the evolving world.

Examples include:

  • Well-Trodden Path — create a frequently traveled route.
  • The Lumberjack — significantly thin a forest.
  • Blood Has Been Spilled Here — create a heavily combat-scarred area.
  • Nature Reclaims — discover an abandoned place reclaimed by nature.
  • A Village That Trusts You — earn lasting village goodwill.
  • Legends of This Land — leave a lasting mark from a major boss encounter.
  • Deep Delver — heavily carve into a mountain.
  • Snowbound — allow snow to accumulate in an undisturbed area.

🔌 API & Mod Compatibility

The mod includes a dedicated Living World Memory API, memory capability handling, compatibility management, registries, event integration, networking, and data-driven reload listeners.

This architecture is intended to allow other systems and future content to interact with world-memory data without directly depending on the internal implementation of every memory subsystem.

💾 Persistence & Performance

World memories are stored at the chunk level and processed through a scheduled evolution system. Processing is budgeted so that large numbers of remembered chunks do not need to be fully evaluated every game tick.

The benchmark command provides administrators and developers with performance information, including processing time per chunk and estimated workload based on the configured chunk budget.

🌍 The Goal

Living World Memory transforms Minecraft from a world that simply changes because blocks were placed or destroyed into a world that remembers why an area became the way it is.

A road exists because people repeatedly traveled there. A forest is scarred because it was heavily logged. A battlefield remains notable because major conflicts occurred there. A village remembers how players treated it. An abandoned settlement slowly disappears beneath nature. A mountain remembers where generations of miners worked.

Your actions become history. Your history becomes the world's memory.

The Living World Memory Team

profile avatar
  • 8
    Projects
  • 508
    Downloads

More from MineGamerView all

  • Sound Alert project image

    Sound Alert

    Sound Alert adds configurable audio notifications for low health, damage, durability, XP, watched-item pickups, and nearby hostile mobs, with per-alert sounds, volume, cooldowns, and client-side detection for Forge and Fabric.

    • 22
    • August 18, 2026
  • Mystic Enchantments VeinMinner project image

    Mystic Enchantments VeinMinner

    Mystic Enchantments 1.0.0 is a Forge mod for Minecraft 1.20.1 that introduces a custom Vein Miner enchantment, allowing players to mine connected ores and logs more efficiently. The mod is built for the Forge mod loader (JavaFML) and requires Forge

    • 216
    • August 13, 2026
  • Civilization AI project image

    Civilization AI

    A living Minecraft civilization where AI-driven NPCs build, trade, explore, remember, evolve, and react to the world.

    • 79
    • August 12, 2026
  • Magnet Item project image

    Magnet Item

    Item Magnet is a simple Forge 1.20.1 utility mod that pulls nearby dropped items toward the player, making mining, farming, and exploration smoother without changing vanilla gameplay.

    • 27
    • July 28, 2026
  • Sound Alert project image

    Sound Alert

    Sound Alert adds configurable audio notifications for low health, damage, durability, XP, watched-item pickups, and nearby hostile mobs, with per-alert sounds, volume, cooldowns, and client-side detection for Forge and Fabric.

    • 22
    • August 18, 2026
  • Mystic Enchantments VeinMinner project image

    Mystic Enchantments VeinMinner

    Mystic Enchantments 1.0.0 is a Forge mod for Minecraft 1.20.1 that introduces a custom Vein Miner enchantment, allowing players to mine connected ores and logs more efficiently. The mod is built for the Forge mod loader (JavaFML) and requires Forge

    • 216
    • August 13, 2026
  • Civilization AI project image

    Civilization AI

    A living Minecraft civilization where AI-driven NPCs build, trade, explore, remember, evolve, and react to the world.

    • 79
    • August 12, 2026
  • Magnet Item project image

    Magnet Item

    Item Magnet is a simple Forge 1.20.1 utility mod that pulls nearby dropped items toward the player, making mining, farming, and exploration smoother without changing vanilla gameplay.

    • 27
    • July 28, 2026