promotional bannermobile promotional banner

Left Forgotten

Once glory days of Minecraft, now buried beneath the void. Minecraft Alpha is still there, but left and abandoned ages ago.

File Details

1.1.2+mc1.20.1-Fabric

  • R
  • Jun 19, 2026
  • 23.52 MB
  • 22
  • 1.20.1
  • Fabric

File Name

LeftForgotten-1.1.2+mc1.20.1-Fabric.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:left-forgotten-1503350:8282276"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Left Forgotten - 1.1.2 Release

All changes apply for both 1.20.1 and 1.21.1 unless specified otherwise

BUG FIXES/TECHNICAL CHANGES

  • Fixed crash related to a missing refmap
  • Fixed block remodeling NullPointerException spam in logs at game loading
  • Fixed all HUD elements returning to normal when pressing F3
  • Fixed version overlay rendering on top of F3
  • Fixed Version Overlay text scaling to be perfect
  • The player is now only protected up to 512 points of fall damage in left_forgotten:alpha_minecraft dimension
  • [NEO-1.21.1] Added compatibility with MT Chunk Generation
  • Corrected vegetation feature placements

DEV STUFF

  • Removed redundant @OnlyIn(Dist.CLIENT) in ForgeClient class, Dist.CLIENT is already defined in @Mod
  • Removed some redundant number casts from HudModifier mixin in Fabric and class in Forge
  • Added PRECLASSIC_MINECRAFT Level ResourceKey to LFResources class for later 1.3 release
  • Updated Runtime Exception message when True End is found to be installed along side Left Forgotten
  • Renamed common class VersionOverlay to CommonVersionOverlay
  • Added ResourceUtil, ClientUtil and CommonHudModifier class
  • Optimized Fabric VersionOverlay mixin and Forge VersionOverlay class by moving common code to CommonVersionOverlay
  • Optimized Fabric HudModifier mixin and Forge HudModifier class by moving common code to CommonHudModifier
  • Renamed event class DimChange to MoveToAlpha
  • Renamed method LFResurces.getBlocks() to LFResources.getBlocksFromRegistry() and added toy it a nonNull Objects filter to it
  • Moved Forge's VersionOverlay and HudModifier classes from gui.forge package to forge.client package
  • Updated onDatagenSetup in LeftForgottenForge class so every .include...() is its own variable
  • Updated variable names in FabricDatagen class to more resemble ones in LeftForgottenForge.onDatagenSetup(...) method
  • Updated VERSIONS String[] to contain all most recognized/played/modded versions of Minecraft
  • Renamed method MoveToAlpha.onEntityHurt1(...) to MoveToAlpha.onHurtByDimensionEntry(...)
  • Optimized Leaves block class, making it extend LeavesBlock instead of Block implements SimpleWaterloggedBlock and removing method overrides.
    • This also fixes randomly decaying leaves and gives the leaves texture a fast video setting variant

Upcoming - 1.2 Release

  • Cave fog
  • Configuration of certain features (Fog, Cave fog, Farlands generation etc.)

Upcoming - 1.3 Release

  • "More than Alpha"

Dev notes
Heya! I'm currently almost done with the 1.21.1 port of Left Forgotten, should release maybe like 1-2h after 1.20.1 releases for this mod version :D