Modern Beta Forge

Generate Beta, Alpha, Infdev, and Indev terrain for Minecraft 1.12.2

File Details

Modern Beta 1.12.2-1.9.0.0

  • R
  • Nov 24, 2025
  • 852.88 KB
  • 1.3K
  • 1.12.2
  • Forge

File Name

modernbetaforge-1.12.2-1.9.0.0.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:modern-beta-forge-805719:7256356")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Add support for remapping world customization navigation keybinds (default: A/D).
  • Remove non-Beta biome check for Beta/PE color sampling.
  • Update various GUI elements.
  • Fix various GUI typos and issues.

Technical Changes

  • Add new ScreenProperty custom property. This is a client-side property that can be registered to the ModernBetaClientRegistries.GUI_PROPERTY registry to allow creation of custom screens for the Modern Beta world customization screen.
  • Add localization for ListProperty properties.
  • Update NoiseSurfaceBuilder; beach block selector methods are now public and have been renamed.
  • Update constructor for chunk sources to now also accept the chunk generator's BiomeSource to avoid needless duplication since some chunk sources require the biome source for terrain generation.
  • Update how certain custom property elements are localized.
  • Rename ClimateMap and ClimateType to BetaClimateMap and BetaClimateType, respectively.