Tags
Creators
Details
Licensed ARR
Published 4 months ago
Updated last month
All versions
1.0.3-fabric
Release
Alpha Below 1.0.3 - Fabriclast month 1,876
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Alpha Below 1.0.3
Patch release for Minecraft 1.20.1. I have not had time to personally test these fixes, so a hotfix might be necessary down the line.
Fixes
- Fixed a chunk generation crash when rare Alpha Steve house lore signs were written during Almost Normal House structure placement:
SignBlockEntity#setTextwas invoked while the sign’s block entity had no level yet (proto-chunk worldgen). Lore text is now applied via NBT on that path, with a try/catch so a sign failure cannot abort feature placement. - Hardened Alpha Steve structure lore generation to fail safe under retries and partial states:
- Added guardrails for missing/invalid block entities, best-effort cleanup of failed optional sign placements, and bounded warning logs to prevent retry spam.
- Wrapped the house lore trace path so any selection/sign placement exception returns safely instead of crashing generation.
- Restricted optional lore sign placement to candidates inside the active structure chunk slice to avoid cross-chunk partial writes during generation retries.
- Fixed renderer compatibility regressions with transformed modded clients by making brittle render redirects optional (
require = 0) in:FluidRendererForgeTintMixinInGameOverlayRendererFireMixin- Result: if another mod rewrites those targets, Alpha Below now disables only that visual remap instead of hard-crashing on startup/camera transitions.
- Fixed cross-dimension void transition compatibility by making Alpha Below’s void teleport dimension-aware and config-gated:
- Added
voidTransitionMode(whitelistdefault,blacklistsupported),voidTeleportWhitelist(default:minecraft:overworld),voidTeleportBlacklist, anddebugVoidTransitions. - Alpha Below now only claims void-fall transitions from explicitly allowed source dimensions; non-allowed dimensions are ignored so other mods can handle their own void mechanics.
- Preserved existing behavior for overworld entry and kept Alpha ceiling return scoped to
alpha_below:alpha_world.
- Added
Optional dependencies
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:LQHPqU26"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GcgPMwVa:LQHPqU26"
}




