Tags
Creators
Details
1.0.0-beta.2
Compatibility
Required content
Changes
Alpha Below 1.0.0 Beta 2
Second beta release of Alpha Below for Fabric 1.20.1.
This update adds optional horror content, ruby gear and ore, more config options, more complete Alpha visuals, and a round of general polish/fixes.
Changes Since Beta 1
Added
- Added Mod Menu (Optional, but recommended) / Cloth Config (Required Dependency) support for in-game settings.
- Added a config toggle for structure spawning.
- Added a config option for Far Lands distance.
- Added Dev House chest loot.
- Added additional Alpha texture replacements for snow, redstone ore, lapis ore, and chests.
- Added a subtle cooler lightmap look in the Alpha dimension.
- Added classic texture remaps for water, lava, crafting tables, and furnaces.
- Added the optional Lost Voyager system, disabled by default.
- Added the optional 2Char / Horror Mode system, disabled by default.
- Added rubies to the Alpha dimension, including ore, block, tools, armor, recipes, and world generation.
Fixed
- Fixed Dev House interior block facing.
- Fixed torches failing to generate correctly inside the Dev House.
- Fixed broader tint/foliage issues affecting unintended visuals.
- Fixed incomplete Alpha texture replacements.
- Fixed mounted entry softlocks.
- Fixed sleeping-player teleport conflicts.
Known Issues
-
Skybox can still bleed through the fog.
- This is a direct issue with Sodium and how it handles fog rendering.
- Using shaders (BSL recommended) or Single Fog: Off can help reduce or hide the issue.
-
The new chest latch can glitch through the old chest model.
- This is also a direct Sodium issue.
- There is currently no fix on our end.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:GcgPMwVa:i5yiGo8P"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GcgPMwVa:i5yiGo8P"
}

