File Details
champions-neoforge-1.21.1-2.1.8.4-release.jar
- R
- Nov 19, 2024
- 289.18 KB
- 2.0K
- 1.21.1
- NeoForge
File Name
champions-neoforge-1.21.1-2.1.8.4-release.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
- Add language to data generation, removed useless language file.
- Make user can use datapack to override affix settings, you can make some files path to "world/datapack/champions/champions/affix_type/affixId.json" and will override affix setting, so say good by to old champions-affixes.toml;
{
"category": "cc", // this affix category, for now only can be: cc, offense, defence
"enabled": true, // will we enable this affix?
"hasSubscriptions": false, // cancel forge event registering, if you don't know what you are doing, better do not change this.
"mobList": ["minecraft:creeper","minecraft:end_dragon"], // Disable this affix apply to creeper and end_dragon
"mobPermission": "blacklist", // blacklist or whitelist for this affix can effect to mob.
"prefix": "affix.", // change prefix for language key
"tier": {
"min": 1
}
}
//You can set the entry to apply only to the minimum tier, or only to the maximum tier. If you want to set both, you can use:
"tier": {
"min": 1
"max": 50
}
- change version to: 2.1.8.4-release
- for more changes please see github