1.2.0
Compatibility
Changes
Hollowmarch 1.2.0 — Content Update Changelog
Loot Balance Strongly reduced structure chest loot across multiple loot tables. Some rewards should now feel rarer and more earned, but feedback is very welcome if anything feels too weak or still too generous.
New Structure: Cloudbreaker Added the Cloudbreaker, a new large airship structure with its own loot, encounters, and atmosphere.
New Mob: Gearsmith Added the Gearsmith, a new hostile Create-themed mob found in Cloudbreaker-related encounters.
Engineer Villager Profession Added the Engineer villager profession, connected to Create-themed trading and engineering items.
New Functional Block: Launcher Added the Launcher, a new functional block that can launch fireworks using different modes.
Air Wool Added Air Wool, a new custom wool block type with unique falling-through behavior.
Loot Table and Structure Fixes Fixed multiple loot table issues and cleaned up several structure NBT problems.
Server and Debug Fixes Disabled debug behavior in several structures that could cause server timeouts and console spam. Sorry for the noise — this should now be much cleaner.
Minor Fixes Fixed various smaller recipe, resource, structure, and compatibility issues. The custom hoe enchantment is now incompatible with Mending.
Feedback Please report bugs and share balance feedback in Discord. It helps a lot, especially for loot balance and Cloudbreaker generation.
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:Umz3GfAQ:7C7ILNfV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Umz3GfAQ:7C7ILNfV"
}

