File Details
champions-neoforge-1.21.1-2.1.8.4-hotfix-1.jar
- R
- Nov 23, 2024
- 299.62 KB
- 66
- 1.21.1
- NeoForge
File Name
champions-neoforge-1.21.1-2.1.8.4-hotfix-1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
- backport changes from latest submit
- use AffixDataLoader to load custom datapack instance use datapack to registry affix.
- add new format to config affix setting. you can override config by using this path("world/datapacks/champions/data/champions/affix_setting/affixId.json")
{
"type": "champions:adaptable",
"category": "defence",
"enable": true,
"hasSub": false,
"mobList": [
"minecraft:pig",
"minecraft:creeper"
],
"mobPermission": "blacklist",
"tier": {
"max": 100,
"min": 1
}
}
- add affix setting data generation
- add SyncAffixSettingPacket to sync custom affix setting datapack
- change mod version to 2.1.8.4-hotfix-1
- Tips: you must delete old config file, otherwise the mod will not working.