Tags
Creators
Details
All versions
1.21-3.5.0-neoforge
Release
1.21-3.5.0-neoforge9 months ago 2,216
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
- added Plunderers
- added Plunderer ships
- added gold bars
- added barnacles
- added spider head
- villagers use confetti when celebrating a raid
- confetti poppers can be dyed
- fixed lumisene bucket and bottle not having forge cap
- fixed present stack more than 1
- turn table can rotate cannons in analog mode
- fixed sign recipe
- fixed fire pit loot
- more config for structure location
- fixed some missing textures
- fixed zombie head shader
- fixed dispenser enderpearl being broken
- improved the speed and accuracy of way sign and adventurer maps structure locations
- jei recipe displays will be hidden when their recipe is disabled
- notice boards dont conduct power and also give comparator output as their current page index
- confetti work in dispensers
- added recipe advancements
- improved rotation of cannons, buntings and sign posts in structure
- fixed some missing null checks in color providers
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:fFEIiSDQ:CFpEyMe4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fFEIiSDQ:CFpEyMe4"
}

