|
|
装甲套装奖励 (Armor Set Bonuses)Github |相关wiki |源站链接支持: fabric , forge装甲套装奖励添加了高度可配置的装甲套装到游戏中。当以特定组合装备护甲时,您将获得特定的奖励。这个模组非常适合modpack创建者,可以进一步改进装备和游戏性。
     
About
装甲套装奖励添加了高度可配置的装甲套装到游戏中。当以特定组合装备护甲时,您将获得特定的奖励。这个模组非常适合modpack创建者,可以进一步改进装备和游戏性。
配置选项允许您创建任何类型的装甲套装奖励,使用任何您想要的护甲?想要混搭吗?尽管去!想要一个给予20颗心的奖励?当然,为什么不(但您必须配置它)!
这个模组通过读取config/armor sets目录下的JSON配置文件来运作。当您第一次启动模组时,该目录将会被创建,并包含一些默认的套装。
游戏内,您可以通过查看其工具提示来识别一件装备是否是某个套装的一部分。
Features
第一次加载时生成默认的装甲套装可以创建任意数量的装甲套装,以及任意组合(您不必指定所有护甲槽)多套装支持,一件护甲可以是多个套装的一部分“混合搭配”护甲部件,您可以使用多个物品完成一套(详细请见下文)完整和部分套装奖励工具提示!按住Shift键进行交互实时工具提示更新,指示当前穿戴的套装中的护甲药水效果支持属性支持支持的模组:药水、属性和物品与其他生物的互动支持(攻击和互动)自我互动,应用效果并对效果施加免疫专用Curios(仅Forge)和Trinkets(仅Fabric)支持LivingEntity支持,任何生物如果满足要求就可以获得奖励自定义工具提示条件,奖励可以基于指定的条件激活,比如“在水中”
Wiki
来自Modrinth所有游戏版本1.20.11.20.21.20.31.20.41.19.21.18.21.16.5所有类型forgefabric20.14.0spacecatasb-forge-20.14.0.jar下载20.14.0#ReleaseFixed inBiome condition wordingFixed inBiome condition not invertingFixed onBlock condition not applying when the player is on a block that is not full sizeFixed hideBonusDescription not applying to partial set bonusesFixed issue when there is only one enchantment and shouldHave = falseAdded new conditions:- onFire - is the entity on fire?- isRiding - is the entity riding another entity?- yLevelRange - is the entity between y1,y2? (\"extra\": \"y1,y2\")- healthRange - is the entity\'s health between x,y? (\"extra\": \"x,y\")- armorRange - is the entity\'s armor between x,y? (\"extra\": \"x,y\")Updated existing conditions:- inBiome - now supports tags (eg: #forge:is_forest, #c:forest)Added \"percentageChance\" feature, when applying any bonus you can set it to apply with chance. This number should be between 0 (exclusive) and 100 (exclusive).Added \"tagData\" field to SetPiece objects. You can now define a tag that the equipped item must have in order for the effect to apply. This can be in \"or\" or \"and\" mode. The tag must be an escaped JSON.Example tagData:\"boots\": {\"itemKey\": \"minecraft:leather_boots\",\"mustBeEmpty\": false,\"tagData\": {\"orMode\": false,\"tags\": [\"{\\\"Reforge\\\":\\\"quality_equipment.quality.crumbling\\\"}\",\"{\\\"test\\\":\\\"data\\\"}\"]}}展开版本: 20.14.0支持游戏: 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:ForgeRelease下载次数: 31820.14.0spacecatasb-fabric-20.14.0.jar下载20.14.0#ReleaseFixed inBiome condition wordingFixed inBiome condition not invertingFixed onBlock condition not applying when the player is on a block that is not full sizeFixed hideBonusDescription not applying to partial set bonusesFixed issue when there is only one enchantment and shouldHave = falseAdded new conditions:- onFire - is the entity on fire?- isRiding - is the entity riding another entity?- yLevelRange - is the entity between y1,y2? (\"extra\": \"y1,y2\")- healthRange - is the entity\'s health between x,y? (\"extra\": \"x,y\")- armorRange - is the entity\'s armor between x,y? (\"extra\": \"x,y\")Updated existing conditions:- inBiome - now supports tags (eg: #forge:is_forest, #c:forest)Added \"percentageChance\" feature, when applying any bonus you can set it to apply with chance. This number should be between 0 (exclusive) and 100 (exclusive).Added \"tagData\" field to SetPiece objects. You can now define a tag that the equipped item must have in order for the effect to apply. This can be in \"or\" or \"and\" mode. The tag must be an escaped JSON.Example tagData:\"boots\": {\"itemKey\": \"minecraft:leather_boots\",\"mustBeEmpty\": false,\"tagData\": {\"orMode\": false,\"tags\": [\"{\\\"Reforge\\\":\\\"quality_equipment.quality.crumbling\\\"}\",\"{\\\"test\\\":\\\"data\\\"}\"]}}展开版本: 20.14.0支持游戏: 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 4319.14.0spacecatasb-forge-19.14.0.jar下载19.14.0#ReleaseFixed inBiome condition wordingFixed inBiome condition not invertingFixed onBlock condition not applying when the player is on a block that is not full sizeFixed hideBonusDescription not applying to partial set bonusesFixed issue when there is only one enchantment and shouldHave = falseAdded new conditions:- onFire - is the entity on fire?- isRiding - is the entity riding another entity?- yLevelRange - is the entity between y1,y2? (\"extra\": \"y1,y2\")- healthRange - is the entity\'s health between x,y? (\"extra\": \"x,y\")- armorRange - is the entity\'s armor between x,y? (\"extra\": \"x,y\")Updated existing conditions:- inBiome - now supports tags (eg: #forge:is_forest, #c:forest)Added \"percentageChance\" feature, when applying any bonus you can set it to apply with chance. This number should be between 0 (exclusive) and 100 (exclusive).Added \"tagData\" field to SetPiece objects. You can now define a tag that the equipped item must have in order for the effect to apply. This can be in \"or\" or \"and\" mode. The tag must be an escaped JSON.Example tagData:\"boots\": {\"itemKey\": \"minecraft:leather_boots\",\"mustBeEmpty\": false,\"tagData\": {\"orMode\": false,\"tags\": [\"{\\\"Reforge\\\":\\\"quality_equipment.quality.crumbling\\\"}\",\"{\\\"test\\\":\\\"data\\\"}\"]}}展开版本: 19.14.0支持游戏: 1.19.2类型:ForgeRelease下载次数: 7519.14.0spacecatasb-fabric-19.14.0.jar下载19.14.0#ReleaseFixed inBiome condition wordingFixed inBiome condition not invertingFixed onBlock condition not applying when the player is on a block that is not full sizeFixed hideBonusDescription not applying to partial set bonusesFixed issue when there is only one enchantment and shouldHave = falseAdded new conditions:- onFire - is the entity on fire?- isRiding - is the entity riding another entity?- yLevelRange - is the entity between y1,y2? (\"extra\": \"y1,y2\")- healthRange - is the entity\'s health between x,y? (\"extra\": \"x,y\")- armorRange - is the entity\'s armor between x,y? (\"extra\": \"x,y\")Updated existing conditions:- inBiome - now supports tags (eg: #forge:is_forest, #c:forest)Added \"percentageChance\" feature, when applying any bonus you can set it to apply with chance. This number should be between 0 (exclusive) and 100 (exclusive).Added \"tagData\" field to SetPiece objects. You can now define a tag that the equipped item must have in order for the effect to apply. This can be in \"or\" or \"and\" mode. The tag must be an escaped JSON.Example tagData:\"boots\": {\"itemKey\": \"minecraft:leather_boots\",\"mustBeEmpty\": false,\"tagData\": {\"orMode\": false,\"tags\": [\"{\\\"Reforge\\\":\\\"quality_equipment.quality.crumbling\\\"}\",\"{\\\"test\\\":\\\"data\\\"}\"]}}展开版本: 19.14.0支持游戏: 1.19.2类型:FabricRelease下载次数: 1218.14.0spacecatasb-forge-18.14.0.jar下载18.14.0#ReleaseFixed inBiome condition wordingFixed inBiome condition not invertingFixed onBlock condition not applying when the player is on a block that is not full sizeFixed hideBonusDescription not applying to partial set bonusesFixed issue when there is only one enchantment and shouldHave = falseAdded new conditions:- onFire - is the entity on fire?- isRiding - is the entity riding another entity?- yLevelRange - is the entity between y1,y2? (\"extra\": \"y1,y2\")- healthRange - is the entity\'s health between x,y? (\"extra\": \"x,y\")- armorRange - is the entity\'s armor between x,y? (\"extra\": \"x,y\")Updated existing conditions:- inBiome - now supports tags (eg: #forge:is_forest, #c:forest)Added \"percentageChance\" feature, when applying any bonus you can set it to apply with chance. This number should be between 0 (exclusive) and 100 (exclusive).Added \"tagData\" field to SetPiece objects. You can now define a tag that the equipped item must have in order for the effect to apply. This can be in \"or\" or \"and\" mode. The tag must be an escaped JSON.Example tagData:\"boots\": {\"itemKey\": \"minecraft:leather_boots\",\"mustBeEmpty\": false,\"tagData\": {\"orMode\": false,\"tags\": [\"{\\\"Reforge\\\":\\\"quality_equipment.quality.crumbling\\\"}\",\"{\\\"test\\\":\\\"data\\\"}\"]}}展开版本: 18.14.0支持游戏: 1.18.2类型:ForgeRelease下载次数: 13218.14.0spacecatasb-fabric-18.14.0.jar下载18.14.0#ReleaseFixed inBiome condition wordingFixed inBiome condition not invertingFixed onBlock condition not applying when the player is on a block that is not full sizeFixed hideBonusDescription not applying to partial set bonusesFixed issue when there is only one enchantment and shouldHave = falseAdded new conditions:- onFire - is the entity on fire?- isRiding - is the entity riding another entity?- yLevelRange - is the entity between y1,y2? (\"extra\": \"y1,y2\")- healthRange - is the entity\'s health between x,y? (\"extra\": \"x,y\")- armorRange - is the entity\'s armor between x,y? (\"extra\": \"x,y\")Updated existing conditions:- inBiome - now supports tags (eg: #forge:is_forest, #c:forest)Added \"percentageChance\" feature, when applying any bonus you can set it to apply with chance. This number should be between 0 (exclusive) and 100 (exclusive).Added \"tagData\" field to SetPiece objects. You can now define a tag that the equipped item must have in order for the effect to apply. This can be in \"or\" or \"and\" mode. The tag must be an escaped JSON.Example tagData:\"boots\": {\"itemKey\": \"minecraft:leather_boots\",\"mustBeEmpty\": false,\"tagData\": {\"orMode\": false,\"tags\": [\"{\\\"Reforge\\\":\\\"quality_equipment.quality.crumbling\\\"}\",\"{\\\"test\\\":\\\"data\\\"}\"]}}展开版本: 18.14.0支持游戏: 1.18.2类型:FabricRelease下载次数: 616.14.0spacecatasb-forge-16.14.0.jar下载16.14.0#ReleaseFixed inBiome condition wordingFixed inBiome condition not invertingFixed onBlock condition not applying when the player is on a block that is not full sizeFixed hideBonusDescription not applying to partial set bonusesFixed issue when there is only one enchantment and shouldHave = falseAdded new conditions:- onFire - is the entity on fire?- isRiding - is the entity riding another entity?- yLevelRange - is the entity between y1,y2? (\"extra\": \"y1,y2\")- healthRange - is the entity\'s health between x,y? (\"extra\": \"x,y\")- armorRange - is the entity\'s armor between x,y? (\"extra\": \"x,y\")Updated existing conditions:- inBiome - now supports tags (eg: #forge:is_forest, #c:forest)Added \"percentageChance\" feature, when applying any bonus you can set it to apply with chance. This number should be between 0 (exclusive) and 100 (exclusive).Added \"tagData\" field to SetPiece objects. You can now define a tag that the equipped item must have in order for the effect to apply. This can be in \"or\" or \"and\" mode. The tag must be an escaped JSON.Example tagData:\"boots\": {\"itemKey\": \"minecraft:leather_boots\",\"mustBeEmpty\": false,\"tagData\": {\"orMode\": false,\"tags\": [\"{\\\"Reforge\\\":\\\"quality_equipment.quality.crumbling\\\"}\",\"{\\\"test\\\":\\\"data\\\"}\"]}}展开版本: 16.14.0支持游戏: 1.16.5类型:ForgeRelease下载次数: 1516.14.0spacecatasb-fabric-16.14.0.jar下载16.14.0#ReleaseFixed inBiome condition wordingFixed inBiome condition not invertingFixed onBlock condition not applying when the player is on a block that is not full sizeFixed hideBonusDescription not applying to partial set bonusesFixed issue when there is only one enchantment and shouldHave = falseAdded new conditions:- onFire - is the entity on fire?- isRiding - is the entity riding another entity?- yLevelRange - is the entity between y1,y2? (\"extra\": \"y1,y2\")- healthRange - is the entity\'s health between x,y? (\"extra\": \"x,y\")- armorRange - is the entity\'s armor between x,y? (\"extra\": \"x,y\")Updated existing conditions:- inBiome - now supports tags (eg: #forge:is_forest, #c:forest)Added \"percentageChance\" feature, when applying any bonus you can set it to apply with chance. This number should be between 0 (exclusive) and 100 (exclusive).Added \"tagData\" field to SetPiece objects. You can now define a tag that the equipped item must have in order for the effect to apply. This can be in \"or\" or \"and\" mode. The tag must be an escaped JSON.Example tagData:\"boots\": {\"itemKey\": \"minecraft:leather_boots\",\"mustBeEmpty\": false,\"tagData\": {\"orMode\": false,\"tags\": [\"{\\\"Reforge\\\":\\\"quality_equipment.quality.crumbling\\\"}\",\"{\\\"test\\\":\\\"data\\\"}\"]}}展开版本: 16.14.0支持游戏: 1.16.5类型:FabricRelease下载次数: 7Armor Set Bonuses (Forge) 20.13.1spacecatasb-forge-20.13.1.jar下载20.13.1#ReleasearmorSetName now supports translationsFixed description going funky when a bonus has a custom description applied展开版本: 20.13.1支持游戏: 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:ForgeRelease下载次数: 80,677Armor Set Bonuses (Fabric) 20.13.1spacecatasb-fabric-20.13.1.jar下载20.13.1#ReleasearmorSetName now supports translationsFixed description going funky when a bonus has a custom description applied展开版本: 20.13.1支持游戏: 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 11,122Armor Set Bonuses (Forge) 19.13.1spacecatasb-forge-19.13.1.jar下载19.13.1#ReleasearmorSetName now supports translationsFixed description going funky when a bonus has a custom description applied展开版本: 19.13.1支持游戏: 1.19.2类型:ForgeRelease下载次数: 24,510Armor Set Bonuses (Fabric) 19.13.1spacecatasb-fabric-19.13.1.jar下载19.13.1#ReleasearmorSetName now supports translationsFixed description going funky when a bonus has a custom description applied展开版本: 19.13.1支持游戏: 1.19.2类型:FabricRelease下载次数: 339Armor Set Bonuses (Forge) 18.13.1spacecatasb-forge-18.13.1.jar下载18.13.1#ReleasearmorSetName now supports translationsFixed description going funky when a bonus has a custom description applied展开版本: 18.13.1支持游戏: 1.18.2类型:ForgeRelease下载次数: 9,687Armor Set Bonuses (Fabric) 18.13.1spacecatasb-fabric-18.13.1.jar下载18.13.1#ReleasearmorSetName now supports translationsFixed description going funky when a bonus has a custom description applied展开版本: 18.13.1支持游戏: 1.18.2类型:FabricRelease下载次数: 556Armor Set Bonuses (Forge) 16.13.1spacecatasb-forge-16.13.1.jar下载16.13.1#ReleasearmorSetName now supports translationsFixed description going funky when a bonus has a custom description applied展开版本: 16.13.1支持游戏: 1.16.5类型:ForgeRelease下载次数: 319Armor Set Bonuses (Fabric) 16.13.1spacecatasb-fabric-16.13.1.jar下载16.13.1#ReleasearmorSetName now supports translationsFixed description going funky when a bonus has a custom description applied展开版本: 16.13.1支持游戏: 1.16.5类型:FabricRelease下载次数: 219Armor Set Bonuses (Forge) 20.13.0spacecatasb-forge-20.13.0.jar下载20.13.0#Releasev13Added \"inverted\" option to conditions. If set to true, the bonus will apply when the condition is NOT metAdded \"indimension\" condition. Works the same as \"inbiome\" except it is for dimensions.Improved tooltip display - if description field is declared but empty, it will not add anything to the tooltipFixed moon phase condition checkFixed moon phase condition tooltip textFixed time condition checkReworked internal code for better backwards-compatibilityReworked translation code to make it more efficientBackported V13 to LTS versions.- Please note that the inBiome condition **is not available in 1.16.5**展开版本: 20.13.0支持游戏: 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:ForgeRelease下载次数: 73Armor Set Bonuses (Fabric) 20.13.0spacecatasb-fabric-20.13.0.jar下载20.13.0#Releasev13Added \"inverted\" option to conditions. If set to true, the bonus will apply when the condition is NOT metAdded \"indimension\" condition. Works the same as \"inbiome\" except it is for dimensions.Improved tooltip display - if description field is declared but empty, it will not add anything to the tooltipFixed moon phase condition checkFixed moon phase condition tooltip textFixed time condition checkReworked internal code for better backwards-compatibilityReworked translation code to make it more efficientBackported V13 to LTS versions.- Please note that the inBiome condition **is not available in 1.16.5**展开版本: 20.13.0支持游戏: 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 327Armor Set Bonuses (Forge) 19.13.0spacecatasb-forge-19.13.0.jar下载19.13.0#Releasev13Added \"inverted\" option to conditions. If set to true, the bonus will apply when the condition is NOT metAdded \"indimension\" condition. Works the same as \"inbiome\" except it is for dimensions.Improved tooltip display - if description field is declared but empty, it will not add anything to the tooltipFixed moon phase condition checkFixed moon phase condition tooltip textFixed time condition checkReworked internal code for better backwards-compatibilityReworked translation code to make it more efficientBackported V13 to LTS versions.- Please note that the inBiome condition **is not available in 1.16.5**展开版本: 19.13.0支持游戏: 1.19.2类型:ForgeRelease下载次数: 85Armor Set Bonuses (Fabric) 19.13.0spacecatasb-fabric-19.13.0.jar下载19.13.0#Releasev13Added \"inverted\" option to conditions. If set to true, the bonus will apply when the condition is NOT metAdded \"indimension\" condition. Works the same as \"inbiome\" except it is for dimensions.Improved tooltip display - if description field is declared but empty, it will not add anything to the tooltipFixed moon phase condition checkFixed moon phase condition tooltip textFixed time condition checkReworked internal code for better backwards-compatibilityReworked translation code to make it more efficientBackported V13 to LTS versions.- Please note that the inBiome condition **is not available in 1.16.5**展开版本: 19.13.0支持游戏: 1.19.2类型:FabricRelease下载次数: 50Armor Set Bonuses (Forge) 18.13.0spacecatasb-forge-18.13.0.jar下载18.13.0#Releasev13Added \"inverted\" option to conditions. If set to true, the bonus will apply when the condition is NOT metAdded \"indimension\" condition. Works the same as \"inbiome\" except it is for dimensions.Improved tooltip display - if description field is declared but empty, it will not add anything to the tooltipFixed moon phase condition checkFixed moon phase condition tooltip textFixed time condition checkReworked internal code for better backwards-compatibilityReworked translation code to make it more efficientBackported V13 to LTS versions.- Please note that the inBiome condition **is not available in 1.16.5**展开版本: 18.13.0支持游戏: 1.18.2类型:ForgeRelease下载次数: 62Armor Set Bonuses (Fabric) 18.13.0spacecatasb-fabric-18.13.0.jar下载18.13.0#Releasev13Added \"inverted\" option to conditions. If set to true, the bonus will apply when the condition is NOT metAdded \"indimension\" condition. Works the same as \"inbiome\" except it is for dimensions.Improved tooltip display - if description field is declared but empty, it will not add anything to the tooltipFixed moon phase condition checkFixed moon phase condition tooltip textFixed time condition checkReworked internal code for better backwards-compatibilityReworked translation code to make it more efficientBackported V13 to LTS versions.- Please note that the inBiome condition **is not available in 1.16.5**展开版本: 18.13.0支持游戏: 1.18.2类型:FabricRelease下载次数: 52Armor Set Bonuses (Forge) 16.13.0spacecatasb-forge-16.13.0.jar下载16.13.0#Releasev13Added \"inverted\" option to conditions. If set to true, the bonus will apply when the condition is NOT metAdded \"indimension\" condition. Works the same as \"inbiome\" except it is for dimensions.Improved tooltip display - if description field is declared but empty, it will not add anything to the tooltipFixed moon phase condition checkFixed moon phase condition tooltip textFixed time condition checkReworked internal code for better backwards-compatibilityReworked translation code to make it more efficientBackported V13 to LTS versions.- Please note that the inBiome condition **is not available in 1.16.5**展开版本: 16.13.0支持游戏: 1.16.5类型:ForgeRelease下载次数: 61Armor Set Bonuses (Fabric) 16.13.0spacecatasb-fabric-16.13.0.jar下载16.13.0#Releasev13Added \"inverted\" option to conditions. If set to true, the bonus will apply when the condition is NOT metAdded \"indimension\" condition. Works the same as \"inbiome\" except it is for dimensions.Improved tooltip display - if description field is declared but empty, it will not add anything to the tooltipFixed moon phase condition checkFixed moon phase condition tooltip textFixed time condition checkReworked internal code for better backwards-compatibilityReworked translation code to make it more efficientBackported V13 to LTS versions.- Please note that the inBiome condition **is not available in 1.16.5**展开版本: 16.13.0支持游戏: 1.16.5类型:FabricRelease下载次数: 49Armor Set Bonuses (Forge) 20.12.0spacecatasb-forge-20.12.0.jar下载20.12.0#ReleaseFixed conditions not appearing on tooltips (despite applying correctly)Fixed custom descriptions hiding the conditions tooltip textAdded \"tooltipDescription\" property for conditions, allows you to specifically override the conditions text with your own string/translation key.Added new conditions (see wiki for uses):- Time Range- Moon Phase展开版本: 20.12.0支持游戏: 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:ForgeRelease下载次数: 137Armor Set Bonuses (Fabric) 20.12.0spacecatasb-fabric-20.12.0.jar下载20.12.0#ReleaseFixed conditions not appearing on tooltips (despite applying correctly)Fixed custom descriptions hiding the conditions tooltip textAdded \"tooltipDescription\" property for conditions, allows you to specifically override the conditions text with your own string/translation key.Added new conditions (see wiki for uses):- Time Range- Moon Phase展开版本: 20.12.0支持游戏: 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 196Armor Set Bonuses (Forge) 20.11.0spacecatasb-forge-20.11.0.jar下载20.11.0#ReleaseAdded new condition (see wiki on how to use):- In specific biomeAdded check for enchantments (see wiki on how to use)Changed all tooltips to use translation files. You can now translate!- Bonus descriptions and custom tooltips also support translation keys. See the wiki on how to use.- Take a look at this feature, even if you use english it allows you to change some of the tooltip textFixed armor set detectionFixed amount of loaded/error sets reportingFabric only - changed how tooltips are added, should improve mod compatibility.Improved error reporting - config issues now also appear ingame展开版本: 20.11.0支持游戏: 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:ForgeRelease下载次数: 74Armor Set Bonuses (Fabric) 20.11.0spacecatasb-fabric-20.11.0.jar下载20.11.0#ReleaseAdded new condition (see wiki on how to use):- In specific biomeAdded check for enchantments (see wiki on how to use)Changed all tooltips to use translation files. You can now translate!- Bonus descriptions and custom tooltips also support translation keys. See the wiki on how to use.- Take a look at this feature, even if you use english it allows you to change some of the tooltip textFixed armor set detectionFixed amount of loaded/error sets reportingFabric only - changed how tooltips are added, should improve mod compatibility.Improved error reporting - config issues now also appear ingame展开版本: 20.11.0支持游戏: 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 112Armor Set Bonuses (Forge) 19.10.2spacecatasb-forge-19.10.2.jar下载19.10.2#ReleaseLTS versions (10.2):Fixed armor set detectionFixed amount of loaded/error sets reporting展开版本: 19.10.2支持游戏: 1.19.2类型:ForgeRelease下载次数: 179Armor Set Bonuses (Fabric) 19.10.2spacecatasb-fabric-19.10.2.jar下载19.10.2#ReleaseLTS versions (10.2):Fixed armor set detectionFixed amount of loaded/error sets reporting展开版本: 19.10.2支持游戏: 1.19.2类型:FabricRelease下载次数: 57Armor Set Bonuses (Forge) 18.10.2spacecatasb-forge-18.10.2.jar下载18.10.2#ReleaseLTS versions (10.2):Fixed armor set detectionFixed amount of loaded/error sets reporting展开版本: 18.10.2支持游戏: 1.18.2类型:ForgeRelease下载次数: 81Armor Set Bonuses (Fabric) 18.10.2spacecatasb-fabric-18.10.2.jar下载18.10.2#ReleaseLTS versions (10.2):Fixed armor set detectionFixed amount of loaded/error sets reporting展开版本: 18.10.2支持游戏: 1.18.2类型:FabricRelease下载次数: 548Armor Set Bonuses (Forge) 16.10.2spacecatasb-forge-16.10.2.jar下载16.10.2#ReleaseLTS versions (10.2):Fixed armor set detectionFixed amount of loaded/error sets reporting展开版本: 16.10.2支持游戏: 1.16.5类型:ForgeRelease下载次数: 64Armor Set Bonuses (Fabric) 16.10.2spacecatasb-fabric-16.10.2.jar下载16.10.2#ReleaseLTS versions (10.2):Fixed armor set detectionFixed amount of loaded/error sets reporting展开版本: 16.10.2支持游戏: 1.16.5类型:FabricRelease下载次数: 33Armor Set Bonuses (Fabric) 20.10.1spacecatasb-fabric-20.10.1.jar下载20.10.1#Releasev10.1Fixed mainHand validation logic.Added another message to log detailing number of armor sets loaded and how many failed.展开版本: 20.10.1支持游戏: 1.20.1, 1.20.2, 1.20.4类型:FabricRelease下载次数: 314Armor Set Bonuses (Fabric) 19.10.1spacecatasb-fabric-19.10.1.jar下载19.10.1#Releasev10.1Fixed mainHand validation logic.Added another message to log detailing number of armor sets loaded and how many failed.展开版本: 19.10.1支持游戏: 1.19.2类型:FabricRelease下载次数: 80Armor Set Bonuses (Fabric) 18.10.1spacecatasb-fabric-18.10.1.jar下载18.10.1#Releasev10.1Fixed mainHand validation logic.Added another message to log detailing number of armor sets loaded and how many failed.展开版本: 18.10.1支持游戏: 1.18.2类型:FabricRelease下载次数: 55Armor Set Bonuses (Fabric) 16.10.1spacecatasb-fabric-16.10.1.jar下载16.10.1#Releasev10.1Fixed mainHand validation logic.Added another message to log detailing number of armor sets loaded and how many failed.展开版本: 16.10.1支持游戏: 1.16.5类型:FabricRelease下载次数: 41Armor Set Bonuses (Forge) 20.10.1spacecatasb-forge-20.10.1.jar下载20.10.1#Releasev10.1Fixed mainHand validation logic.Added another message to log detailing number of armor sets loaded and how many failed.展开版本: 20.10.1支持游戏: 1.20.1, 1.20.2, 1.20.4类型:ForgeRelease下载次数: 217Armor Set Bonuses (Forge) 19.10.1spacecatasb-forge-19.10.1.jar下载19.10.1#Releasev10.1Fixed mainHand validation logic.Added another message to log detailing number of armor sets loaded and how many failed.展开版本: 19.10.1支持游戏: 1.19.2类型:ForgeRelease下载次数: 850Armor Set Bonuses (Forge) 18.10.1spacecatasb-forge-18.10.1.jar下载18.10.1#Releasev10.1Fixed mainHand validation logic.Added another message to log detailing number of armor sets loaded and how many failed.展开版本: 18.10.1支持游戏: 1.18.2类型:ForgeRelease下载次数: 534Armor Set Bonuses (Forge) 16.10.1spacecatasb-forge-16.10.1.jar下载16.10.1#Releasev10.1Fixed mainHand validation logic.Added another message to log detailing number of armor sets loaded and how many failed.展开版本: 16.10.1支持游戏: 1.16.5类型:ForgeRelease下载次数: 72全部版本
文章类型:收录layui.use([\'form\'], function(){
var form = layui.form;
});
话题
未经允许禁止转载原创内容。
拉黑举报1星期前
电脑端阅读: 46
1楼
回复
装甲套装奖励 |
楼主
2025-8-10 16:34:23
回复(0)
收起回复
|