Starter Cabin

Starter Cabin is a Minecraft mod that lets you save a player-built structure and automatically place it near the spawn point of any new world.

File Details

starter_cabin-1.0.1.jar

  • R
  • Jul 10, 2026
  • 37.38 KB
  • 13
  • 1.21.1
  • NeoForge

File Name

starter_cabin-1.0.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:starter-cabin-1603959:8403934"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

# Starter Cabin 1.0.1 Changelog

## Added

- Added support for generating Starter Cabin in non-Overworld dimensions.
- Added `generationDimension` config:
  - `template` uses the dimension where the cabin was saved.
  - A dimension id such as `minecraft:overworld` forces 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 = true` is recommended for dimensions such as the Nether.
- Existing `config/starter_cabin/template.nbt` files without dimension data will fall back to `minecraft:overworld`.