File Details
1.1.2+mc1.20.1-Forge
- R
- Jun 19, 2026
- 24.13 MB
- 48
- 1.20.1
- Forge
File Name
LeftForgotten-1.1.2+mc1.20.1-Forge.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
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_minecraftdimension - [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.CLIENTis already defined in@Mod - Removed some redundant number casts from
HudModifiermixin in Fabric and class in Forge - Added
PRECLASSIC_MINECRAFTLevel ResourceKey toLFResourcesclass for later 1.3 release - Updated Runtime Exception message when True End is found to be installed along side Left Forgotten
- Renamed common class
VersionOverlaytoCommonVersionOverlay - Added
ResourceUtil,ClientUtilandCommonHudModifierclass - Optimized Fabric
VersionOverlaymixin and ForgeVersionOverlayclass by moving common code toCommonVersionOverlay - Optimized Fabric
HudModifiermixin and ForgeHudModifierclass by moving common code toCommonHudModifier - Renamed event class
DimChangetoMoveToAlpha - Renamed method
LFResurces.getBlocks()toLFResources.getBlocksFromRegistry()and added toy it a nonNull Objects filter to it - Moved Forge's
VersionOverlayandHudModifierclasses fromgui.forgepackage toforge.clientpackage - Updated
onDatagenSetupinLeftForgottenForgeclass so every.include...()is its own variable - Updated variable names in
FabricDatagenclass to more resemble ones inLeftForgottenForge.onDatagenSetup(...)method - Updated
VERSIONSString[] to contain all most recognized/played/modded versions of Minecraft - Renamed method
MoveToAlpha.onEntityHurt1(...)toMoveToAlpha.onHurtByDimensionEntry(...) - Optimized
Leavesblock class, making it extendLeavesBlockinstead ofBlock implements SimpleWaterloggedBlockand removing method overrides.- This also fixes randomly decaying leaves and gives the leaves texture a
fastvideo setting variant
- This also fixes randomly decaying leaves and gives the leaves texture a
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

