Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 19 hours ago
All versions
13.2.2
Release
Artifacts NeoForge 13.2.22 days ago 3,304
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- PrincessStellar: Update pt_br.json
- Updated the texture for the Curios feet slot
- Added a
showArtifactsOnPlayersclient-side config option - Added a config option to hide status effect particles while wearing the scarf of invisibility
- Removed hardcoded restrictions on which entities can spawn wearing artifacts, added an equipment loot table for Bogged
- Fixed scarf of invisibility not respecting the
hideWhenInvisibleconfig option if it was dropped by a zombie - Mimics will now use the default Lootr chest texture when Lootr is installed and the
useModdedMimicTexturesconfig option is disabled - Fixed helium flamingo & withered bracelet not being shown next to the hotbar when on cooldown
- [NeoForge] Fixed a crash with Origins
- Fixed Malum's scythes not triggering the vampiric glove
- Fixed an issue allowing some effects to persist when switching between different artifacts
- English language localisation fixes
- Fixed a possible crash when taking damage while wearing a pendant
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:PKwX7dEL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P0Mu4wcQ:PKwX7dEL"
}
