1.16
Compatibility
Required content
Changes
Sorry for the long delay in releasing updates to Modrinth. I'll aim to maintain parity between both Curseforge and here from now on.
This is a copy of v1.16 from Curseforge, which was my second release on Neoforge. What's below are is the full list of items, taken from changelogs from both v1.15 and 1.16, as those 2 updates contain all the items from the forge 1.19.2 versions ported over in full to Neoforge (Minus the crossover items, which have their own mod now; Weaver's Cosplay)
- Royal Crown
- The Mad Hat
- Miniature Fez
- Angelic Set (Wings and Halo)
- Fallen Angel Set (Wings and Halo)
- Wizard Hats (Plus a new colour!)
- Cattleman Hats
- Druid's Crown (now Animated!)
- Samurai Sets (Helmet and Torso)
- Ronin Sets (Helmet and Torso)
- Trickster Mask
- RGB Headphones
- RGB Cat-Ear Headphones
- Stylish Winter Sets (Hat and Scarf)
- Old School Party Hats
- Wolf Helm
- Fox Helm
- Spider Hood
- Thieves Hood
- Grim Helmet
- Guard's Helmet
- Titans Shroud
- Dragon sets (Wings and Helmets)
- Knight sets (Head, Torso, Legs and Boots)
- Luna Moth Wings
- Quadcopter Backpacks
- Froggy Hat
- Prismarine Diving Helmet
- Honeybee set (Wings and Helmet)
- Snorkel and Flippers sets
- Dino / Duck / Flamingo Floaties
- Lunar New Year set (torso, legs and boots)
- Swashbucklers set (Hat, Torso, and Legs)
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:PrA420KR:NxfsRSr9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PrA420KR:NxfsRSr9"
}


