Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 4 months ago
All versions
9.5.0
Release
Artifacts Fabric 9.5.02 years ago 496
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
- Snapshot_light: update zh_cn.json
- Added new items
- Angler's Hat: Increases Lure and Luck of the Sea by 1 level
- Chorus Totem: A fatal hit teleports the player somewhere else instead
- Cowboy Hat: Increases the speed of ridden mounts
- Onion Ring: Applies a temporary haste effect after eating food
- Pickaxe Heater: Automatically smelts mined ores
- Rooted Boots: Slowly replenishes hunger while walking on grass
- Snowshoes: Allows walking on powdered snow and makes ice less slippery
- Zombies, Skeletons and Piglins now have a very small probability to spawn wearing an artifact
- The exact probability can be changed in the config
- Updated loot tables
- Artifacts can now be acquired through archaeology
- Updated the model of the Pocket Piston
- Reduced the strength of the Night Vision effect applied by the Night Vision Goggles
- This can be reverted by setting the
artifacts.nightVisionGoggles.strengthgame rule to 100
- This can be reverted by setting the
- Reduced the amount of light sources that spawn in campsites
- Added a config option to remove light sources from campsites
- Piglins are no longer hostile to players wearing a Golden Hook, Cross Necklace, Antidote Vessel or Universal Attractor
- The Aqua Dashers, Running Shoes and Rooted Boots will now adjust their model depending on whether the player is wearing boots
- Minor adjustments to the Feral Claws' and Digging Claws' models
- (Fabric) Fixed cosmetics tooltip being inverted
- Updated multiple mixins to improve compatibility
- Updated data pack format:
- Replaced
artifacts:everlasting_beef_chanceloot condition withartifacts:config_value_chance - Renamed
artifacts:configurable_random_chanceloot condition toartifacts:artifact_rarity_adjusted_chance
- Replaced
- Updated included version of ExpandAbility to 9.0.3
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:P0Mu4wcQ:DDQl0gcS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P0Mu4wcQ:DDQl0gcS"
}
