Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 3 months ago
All versions
11.0.0
Beta
Artifacts NeoForge 11.0.02 years ago 134
Compatibility
Minecraft: Java Edition
1.20.6
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Updated to Minecraft 1.20.6
- Added new items:
- Charm of Shrinking: Shrinks the wearer
- Strider Shoes: Allows the wearer to sneak on lava, and grants immunity to hot floor damage
- Warp Drive: Causes ender pearls not to be consumed, but cost hunger instead. Also remvoves the damage from teleporting with an ender pearl.
- Withered Bracelet: Has a chance to inflict a wither effect when melee attacking an entity
- Updated items:
- The slipperiness reduction effect of the Snowshoes has been moved to the Steadfast Spikes
- The Snowshoes now increase the player's movement speed on snow
- The Bunny Hoppers no longer cancel all fall damage
- The Digging Claws now use the Block Break Speed entity attribute
- The Onion Ring now only applies haste for every food point actually restored
- Artifacts now determine their effects using the
artifacts:abilitiesitem component. This can be used to create custom artifacts or to add effects from artifacts to armor or non-artifact trinkets/curios. More information on how this works can be found on the wiki. - Updated the config:
- Artifacts' game rules have been replaced with an item config file and an associated in-game config screen
- Increased the granularity of the campsite count config option. (The default value has been increased to 40 from 4, but the actual spawn rate remains the same.)
- Increased entityEquipmentChance from 0.001 to 0.0015
- Decreased cloud_in_a_bottle.sprintJumpHorizontal/VerticalVelocity from 50 to 25
- Decreased feral_claws.attackSpeedBonus from 40% to 30%
- Decreased flippers.swimSpeedBonus from 100% to 70%
- Decreased golden_hook.experienceBonus from 75% to 50%
- Decreased rooted_boots.hungerReplenishingDuration from 15 seconds to 10 seconds
- Decreased villager_hat.reputationBonus from 100 to 75
- Various artifacts now use entity attributes to apply their effects
- The en_us.json language file is now datagenerated
- Added various entity attributes, a complete list can be found on the wiki.
- Artifacts that apply potion effects will now show the potion effect in their tooltip
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:PwoGGJe5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P0Mu4wcQ:PwoGGJe5"
}



