Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 3 months ago
All versions
12.1.0
Release
Artifacts NeoForge 12.1.0last year 4,148
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Dragon-Seeker: Added support for Accessories as an alternative to Curios or Trinkets
- [Fabric] Removed the option to toggle an artifact's visibility by right-clicking it. Transmog or Accessories can be used as a replacement.
- Increased the default duration of the Snorkel's water breathing effect from 15 to 30 seconds
- The Rooted Boots will now restore the player's hunger on moss, podzol and dirt paths in addition to grass
- Snapshot_light: Update zh_cn.json
- MerchantPug: Fixed an issue causing major TPS lag when many entities are loaded
- eggohito: [Fabric] Fixed and simplified Apoli/Origins compatibility impl.
- turtton: Fixed an issue preventing the Obsidian Skull from working when wearing armor
- Fixed a ConcurrentModificationException crash related to the thorn pendant
- Fixed shock pendant not working as intended
- Fixed hats sometimes rendering below the outer skin layer
- Fixed gloves not rendering in first person when not in a hand slot
- [Fabric] Fixed an issue causing multiple errors to be logged when Porting Lib is loaded
- Added an april fools easter egg
Optional dependencies
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:m4gab3h2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P0Mu4wcQ:m4gab3h2"
}




