Yapi: Forgotten Echoes

Items lost to time don't disappear — they return. Forgotten Echoes captures items that vanish in the world and brings them back through mobs, creating unexpected encounters and emergent stories.

File Details

yapi_forgotten_echoes-1.0.0.jar

  • A
  • Mar 30, 2026
  • 41.84 KB
  • 21
  • 1.20.1
  • Forge

File Name

yapi_forgotten_echoes-1.0.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:yapi-forgotten-echoes-1500056:7848114")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v1.0.0 — Initial Release

Core Features

  • Captures items that expire naturally in the world
  • Stores items with full NBT data (enchantments, names, durability)
  • Items can reappear on mobs during spawn
  • Items are separated by dimension (Overworld / Nether / End)
  • Items receive additional durability damage before being equipped
  • Successfully equipped items are removed from storage

Mob Integration

  • Supports vanilla humanoid mobs (zombies, skeletons, pillagers, etc.)
  • Configurable mob whitelist
  • Configurable item type rules per mob
  • Optional main-hand replacement system

Item System

  • Supports armor, melee weapons, bows, and crossbows
  • Armor detection based on equipment slot (not limited to ArmorItem)
  • Extended melee detection (any item with attack damage)

Configuration

  • Fully configurable via config file:
    • spawn chance
    • mob whitelist
    • item type rules
    • durability modifiers
  • Dimension-based storage control
  • Debug mode for development and testing

Experimental Features

  • Optional support for modded bows and crossbows
  • Separate config for experimental mob compatibility
  • Blacklist support for problematic items

Compatibility

  • Works with modded items
  • Works with modded mobs that can naturally hold and use equipment

Notes

  • Does not modify mob AI
  • Only works with mobs that already support item usage