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
- 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
ScreenPropertycustom property. This is a client-side property that can be registered to theModernBetaClientRegistries.GUI_PROPERTYregistry to allow creation of custom screens for the Modern Beta world customization screen. - Add localization for
ListPropertyproperties. - 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
BiomeSourceto avoid needless duplication since some chunk sources require the biome source for terrain generation. - Update how certain custom property elements are localized.
- Rename
ClimateMapandClimateTypetoBetaClimateMapandBetaClimateType, respectively.