All versions
1.0.1
Release
Starter Cabin 1.0.13 months ago 206
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Starter Cabin 1.0.1 Changelog
Added
- Added support for generating Starter Cabin in non-Overworld dimensions.
- Added
generationDimensionconfig:templateuses the dimension where the cabin was saved.- A dimension id such as
minecraft:overworldforces generation in that dimension.
- Added localized config names and tooltips for config menu mods such as Configured.
- Added safer placement logic for ceiling dimensions such as the Nether.
Fixed
- Fixed Starter Cabin generation and first-join teleport being locked to the Overworld.
- Fixed generated cabin protection only checking the Overworld.
- Fixed a possible issue where ceiling dimensions could place the cabin near the bedrock roof.
- Fixed version metadata for the 1.0.1 release.
Changed
- Smart placement now scans for safe standing surfaces in ceiling dimensions instead of relying only on heightmaps.
- Spawn and respawn assignment now uses the actual target generation dimension.
- Updated documentation to explain dimension support and
generationDimension.
Notes
- Default behavior is
generationDimension = "template". smartPlacement = trueis recommended for dimensions such as the Nether.- Existing
config/starter_cabin/template.nbtfiles without dimension data will fall back tominecraft:overworld.
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:AUDYEYcf:ApGAxMBU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AUDYEYcf:ApGAxMBU"
}

