Tags
Creators
Details
Licensed CC-BY-SA-4.0
Published 5 months ago
Updated last month
All versions
1.3.0
Release
Fiw Custom Items 1.3.0 (neoforge 1.21.11)last month 48
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
[1.3.0] - Minecraft 1.21.8 support and three new abilities
Added
- Minecraft 1.21.8 support — new
fabric-1.21.8andneoforge-1.21.8modules, backed by a newcommon-1.21.8implementation. 1.21.8 predates Mojang'sResourceLocation→Identifierrename (that lands at 1.21.9+), so it needed its own port rather than reusing 1.21.1 or 1.21.11 outright — seeAGENT.md's API-notes table for the exact divergences (particle option types, command permission API, theAbstractArrowpackage). Every existing item, ability, and system behaves identically on 1.21.8 as on 1.21.11. geyser_burst(Water) — a raycast counterpart totidal_surge: erupt a geyser at a targeted point up torangeblocks away, launching everything withinradiusupward, dealing light magic damage, and applying SOAKED. Good for launching a cluster off a ledge or setting up astorm_chainfollow-up. Seeexamples/items/tidewaker_trident.json.ember_burst(Fire) — on kill, a small fire nova erupts at the corpse and ignites nearby enemies. A follow-up payoff foron_killweapons — chain kills to clear a cluster.soul_lash(Soul) — spends one stored soul per hit (instead of draining the whole pool likesoul_surge) for a smaller, repeatable burst of bonus magic damage plus lifesteal. RequiressoulCapacityon the item; does nothing and costs no cooldown when the item holds too few souls. Seeexamples/items/soulforged_scythe.json.
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:VHLQczbA:4sl6y4FA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VHLQczbA:4sl6y4FA"
}

