Links
Tags
Creators
Details
beta-1.4.4
Compatibility
Changes
Advancements Update
- Updated the names of two mastery ranks
- Added centurion rank after champion
- Added 17 new advancements
- Changed some advancements from have conditions to a craft condition
- Balanced mastery point values for some advancements
- Updated icons for some advancements
Path to Netherite Changes
- Nether gold ore now drops 2-3 raw gold clumps instead of 1 raw gold
- Increased netherite smithing template weight from piglin bartering from 5 → 8
The high return rate and frequency of nether gold ore has left overworld gold in a neglected state. These changes aim to keep the same return rates for netherite smithing templates while also reducing how much gold the player can farm purely from nether gold ore.
Piglin Bartering Changes
- Reduced nether alloy smithing template weight from 5 → 2
- Reduced raw hide drops from 2-4 → 1-2
- Reduced crying obsidian drops from 2-4 → 1-2
- Reduced string drops from 3-9 → 2-4
- Reduced nether quartz drops from 3-5 → 1-2
- Reduced iron nugget drops from 5-18 → 3-6
Bartering is the main path players will take for their path to netherite and with that they gain an excess amount of useful resources. While we want piglin trades to be useful, we don't want the other ways of obtaining these items to become obsolete.
Fortress Loot Changes
- Reduced diamond weight from 10 → 5
- Reduced quartz drops from 8-12 → 6-9
- Reduced gold drops from 8-12 → 4-6
- Reduced diamond drops from 2-4 → 1-2
With the extra roll being given to fortress loot, the amount of drops given has been reduced. Diamonds have also taken a bigger hit as we have seen too many of them generate from fortresses even before the loot buff.
Wandering Trader Changes
- Replaced resin clump trade with resin speck trade
- Added repair kits to the premium selling table
- Reduced most prices on item to emerald trades
Despite being a nuisance, we still want the wandering trader to have value to the player at all stages of the game. The constant need for repair kits should keep the player interested in checking the wandering trader.
Miscellaneous Changes
- Updated textures for phantom sinew, dreamcatcher, rhyolite, and polished rhyolite
- Added rhyolite bricks and its variants
- Slime block and slime ball recipes now match other compacted block recipes
- Bamboo block recipe now matches other compacted block recipes
- Reduced bamboo plank output from 2 → 1
- Raw ore blocks now drop their raw ore items when broken without silk touch
- Increased elytra cooldown when damaged from 8 → 12 seconds
- Increased flight rocket cooldown from 8 → 12 seconds
- Shift-using a stack of reverb compasses will now link the entire stack instead of just one
- Recovery compass now shows distance like other compasses
- Phantoms are now repelled by open eyeblossoms
Bug Fixes
- Fixed "Wax Off" advancement having the wrong icon
- Fixed shears not playing a break sound when they break in a loom
- Fixed loom consuming shears durability when used in creative
- Fixed loyalty being able to be applied onto a riptide trident in an enchanting table
- Fixed an inventory wipe when players die while blocking with a shield
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:t2tYNEC1:2rXFeDq2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:t2tYNEC1:2rXFeDq2"
}

