Tags
Creators
Details
Licensed LGPL-3.0-only
Published 9 months ago
All versions
1.1.0-alpha.2+25w44a
Alpha
1.1.0-alpha.2 for Snapshot 25w44a8 months ago 47
Uploaded by
Compatibility
Minecraft: Java Edition
25w44a
Platform
Fabric
Supported environments
Client and server
Required content
Changes
[1.1.0-alpha.2] - 11/1/2025
Added
Blocks
- Added Block of Charcoal
- Works the same as a coal block
- Added Iron Grate
- Can be crafted or cut from iron blocks
- Is waterloggable
- Added Chiseled Polished Dripstone
- Added Chiseled Stone
- Added Polished Dripstone
- Added stair, slab, and wall variants
- Added Stone Pillar
- Added Stone Tiles
- Added stair, slab, and wall variants
- Added snow brick wall and snow brick family stonecutting recipes
Sounds
- Added sound for lighting a campfire with sticks
- Added new music
- Secrets in the Forest by Crispin Hands (Menu, Meadow, and Flower Forest)
- Cacti Canyon by Johan Johnson (Badlands)
- Creeper Pit by Peter Hont (Jungle)
- Desert Temple by Johan Johnson (Desert)
- Fizz by Johan Johnson (Dripstone Caves, Badlands, Eroded Badlands, Desert)
- Halland by Johan Johnson (Menu, Cherry Grove, Flower Forest, Old Growth, Meadow, Lush Caves)
- Haven by Johan Johnson (Deep Dark, Dripstone Caves)
- Intertile by Peter Hont (Dripstone Caves)
- Pumpkin Pastures by Johan Johnson (Badlands)
- Skogsstuga by Peter Hont (Desert and Badlands)
- Soggier Cave by Johan Johnson (Badlands)
- Soggy Swamp by Johan Johnson (Swamp, Jungle, Sparse Jungle)
- Squid Coast by Johan Johnson (Jagged Peaks, Stony Peaks, Dripstone Caves)
Splash Text
- Added "Pretty tents!"
- Added "R.I.P. trout.png"
- A developer inside joke, as it was decided to not add trouts to the mod
- Added "L-l-l-lava!"
- Added "Music by Peter Hont!"
- Added "Music by Crispin Hands!"
- Added "Music by Johan Johnson!"
- Added "Welcome back Dinnerbone!"
- Referencing the Mojang developer Dinnerbone's return to development, following a mental health leave
- Added "Windy!"
Changed
Items
- Tents can now be used as furnace fuel
- Can cook up to 3 items per tent
Textures
- Changed all tent entity textures
- Changed all tent item textures
- Changed default filled map texture
Sounds
- Howling winds are slightly less common
- Cliffs and Canyons by Crispin Hands now plays in the menu
- Wanderlust by Peter Hont now plays in the menu
- Adjusted biome specific track weights so that they play more often
Gamerules
- Changed "doArrowArson" to "arrow_arson"
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:c65QHwL5:gElhfzN1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c65QHwL5:gElhfzN1"
}

