Tags
Creators
Details
Licensed ARR
Published last year
Updated yesterday
All versions
1.4.0+1.21.1-neoforge
Release
1.4.0+1.21.15 months ago 324
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
1.4.0 - Weapon Skills rework
DISCLAIMER: Reworked skill ID, and node IDs!
- Added new skill tree tab to host independent weapon skills:
- ID:
skill_tree_rpgs:weapon_skills - 16 new skills
- 1 static skill, and 1 choice out of 2, per weapon type
- default point cap of 6
- ID:
- Reworked skill tree tab ID:
skill_tree_rpgs:skill_tree_rpgs->skill_tree_rpgs:class_skills
- New skill ID formulas
- Spell modifiers:
class_tier_{tier}_spell_{choice}_modifier_{modifier}- for examplearcher_tier_3_spell_1_modifier_2 - Passive spells:
class_tier_{tier}_passive_{choice}- for examplearcher_tier_3_passive_1 - Also applies to skill tree node IDs
- Spell modifiers:
- Add conditional attributes feature
- Fixed missing cooldowns on some warrior passives
- Reworked warrior "Trample" skill, replaced by "Second Wind"
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:PjDhruSC:IZrrilPD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PjDhruSC:IZrrilPD"
}





