Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| ArmoreableMobs-forge-1.19.2-2.1.0.jar release | 11.87 KB | Oct 16, 2022 | 1.19.2 | 165 | Download |
| ArmoreableMobs-fabric-1.19.2-2.1.0.jar release | 13.37 KB | Oct 16, 2022 | 1.19.2 | 79 | Download |
| ArmoreableMobs-forge-1.18.2-1.0.7.jar release | 14.12 KB | Sep 12, 2022 | 1.18.2 | 318 | Download |
| ArmoreableMobs-fabric-1.18.2-1.0.7.jar release | 14.51 KB | Sep 12, 2022 | 1.18.2 | 68 | Download |
| ArmoreableMobs-fabric-1.18.2-1.0.6.jar release | 14.51 KB | Sep 12, 2022 | 1.18.2 | 6 | Download |
| ArmoreableMobs-forge-1.18.2-1.0.6.jar release | 14.12 KB | Sep 12, 2022 | 1.18.2 | 3 | Download |
| ArmoreableMobs-fabric-1.18.2-1.0.5.jar release | 14.51 KB | Jun 24, 2022 | 1.18.2 | 398 | Download |
| ArmoreableMobs-forge-1.18.2-1.0.5.jar release | 14.12 KB | Jun 24, 2022 | 1.18.2 | 3,444 | Download |
| ArmoreableMobs-forge-1.18.2-1.0.4.jar release | 12.06 KB | Apr 27, 2022 | 1.18.2 | 1,170 | Download |
| ArmoreableMobs-fabric-1.18.2-1.0.4.jar release | 13.57 KB | Apr 27, 2022 | 1.18.2 | 292 | Download |
| ArmoreableMobs-forge-1.18.2-1.0.3.jar release | 12.02 KB | Apr 24, 2022 | 1.18.2 | 67 | Download |
| ArmoreableMobs-fabric-1.18.2-1.0.3.jar release | 13.53 KB | Apr 24, 2022 | 1.18.2 | 41 | Download |
| ArmoreableMobs-fabric-1.18.2-1.0.2.jar release | 13.46 KB | Apr 24, 2022 | 1.18.2 | 9 | Download |
| ArmoreableMobs-forge-1.18.2-1.0.2.jar release | 11.95 KB | Apr 24, 2022 | 1.18.2 | 18 | Download |
| ArmoreableMobs-forge-1.18.2-1.0.1.jar release | 12.45 KB | Apr 23, 2022 | 1.18.2 | 56 | Download |
| ArmoreableMobs-fabric-1.18.2-1.0.1.jar release | 13.96 KB | Apr 23, 2022 | 1.18.2 | 18 | Download |
| armoreablemods-1.18.2-1.0.1.jar release | 10.24 KB | Apr 3, 2022 | 1.18.2 | 254 | Download |
| armoreablemobs-1.16.5-1.0.2.jar release | 9.01 KB | Nov 9, 2021 | 1.16.5 | 110,941 | Download |
| armoreablemods-1.16.5-1.0.1.jar release | 8.01 KB | Nov 8, 2021 | 1.16.5 | 41 | Download |
| armoreablemobs-1.12.2-1.1.8.jar release | 21.34 KB | Apr 7, 2019 | 1.12.2 | 4,033,069 | Download |
| armoreablemobs-1.12-1.1.7-5.jar release | 21.25 KB | May 7, 2018 | 1.12.2 | 453,900 | Download |
| armoreablemobs-1.12-1.1.6-4.jar release | 21.36 KB | Mar 30, 2018 | 1.12.2 | 1,530,427 | Download |
| armoreablemobs-1.1.5.jar release | 20.02 KB | Jan 6, 2018 | 1.12.2 | 144,258 | Download |
| armoreablemobs-1.1.4.jar release | 19.13 KB | Dec 15, 2017 | 1.12.2 | 1,657 | Download |
| armoreablemobs-1.1.3.jar release | 17.19 KB | Dec 11, 2017 | 1.12.2 | 351 | Download |
| armoreablemobs-1.1.2.jar release | 17.12 KB | Nov 14, 2017 | 1.12.2 | 899 | Download |
| armoreablemobs-1.1.1.jar release | 17.10 KB | Nov 11, 2017 | 1.12.2 | 115 | Download |
| armoreablemobs-1.1.jar release | 17.09 KB | Nov 9, 2017 | 1.12.2 | 109 | Download |
| ArmoreableMobs-fabric-1.19.2-2.1.2.jar +2 More+2 Others beta | 12.57 KB | Oct 27, 2022 | 1.19.2 | 0 | Download |
| ArmoreableMobs-forge-1.19.2-2.1.2-javadoc.jar +2 More+2 Others beta | 261 Bytes | Oct 27, 2022 | 1.19.2 | 0 | Download |
| armoreablemobs-1.0.jar beta | 15.68 KB | Nov 7, 2017 | 1.12.2 | 1,200 | Download |
Description
Give any item to any entity when it spawn using CraftTweaker.
Discord
Patreon
Twitter

How to use:
You need craftweaker to use the mod and use it with a script. First of all import:
import mods.armoreablemobs.ArmorHandler;
import mods.armoreablemobs.ArmorEntity;
import mods.armoreablemobs.ArmorSlot;
import mods.armoreablemobs.ArmorGroup;
ArmorGroup
After that create an ArmorGroup with:var group = ArmorHandler.createArmorGroup("draconic", 0.5);. The group arguments are: (String name, double chanceToGetUsed) To an ArmorGroup you can add any amount of ArmorEntity you want with group.addEntity(entity); To an ArmorGroup you can add any amount of ArmorSlot you want with group.addArmor(armorSlot);
ArmorSlot
An ArmorSlot defines an item in a slot and can be created with ArmorHandler.createArmorSlot("head", <draconicevolution:draconic_helm>.withTag({Energy: 16000000}), 1, 0.5). The arguments are: (String slotName, IItemStack stack, int itemWeight, double chanceToDropOnDeath) The possible slots are: ["head", "chest", "legs", "feet", "feet", "mainhand", "offhand"]. You can add multiple ArmorSlots to each slot and it will randomly be choosen depending on the itemWeight, the bigger the number the bigger the chance. chanceToDropOnDeath is a number between 0 and 1 that defines the chance that the item has to drop on death.
ArmorEntity
An ArmorEntity defines information that an Entity needs to have to be given in the items defined with ArmorSlots. It can be created with var entity = ArmorHandler.createArmorEntity("minecraft:zombie"); where the argument is the Entity ID. You can add NBT checks to filter the entity with entity.withNBTCheck("Health", 10.0, "GREATER"); with arguments (String nbtId, Object value, String checkingMode), The checking modes can be ["LESS", "EQUAL", "GREATER", "CONTAINS", "TAG_EXISTS", "TAG_MISSING"].
GameStages Support
This mod provides GameStages to groups with group.addGameStage("testStage");. Nearby players need to have all the stages added to the group to be able to get used.
PackMode Support
Adding a pack mode to an ArmorGroup it will allow you to filter groups without the need of restarting the game. group.setPackMode("packMode");
Full Example
import mods.armoreablemobs.ArmorHandler;
import mods.armoreablemobs.ArmorEntity;
import mods.armoreablemobs.ArmorSlot;
import mods.armoreablemobs.ArmorGroup;
var group = ArmorHandler.createArmorGroup("draconic", 0.5);
var entity = ArmorHandler.createArmorEntity("minecraft:zombie").withNBTCheck("Health", 10.0, "GREATER");
group.addEntity(entity);
group.addArmor(ArmorHandler.createArmorSlot("head", <draconicevolution:draconic_helm>.withTag({Energy: 16000000}), 1, 0.5));
group.addArmor(ArmorHandler.createArmorSlot("chest", <draconicevolution:draconic_chest>.withTag({Energy: 16000000}), 1, 0.5));
group.addArmor(ArmorHandler.createArmorSlot("legs", <draconicevolution:draconic_legs>.withTag({Energy: 16000000}), 1, 0.5));
group.addArmor(ArmorHandler.createArmorSlot("feet", <draconicevolution:draconic_boots>.withTag({Energy: 16000000}), 1, 0.5));
group.addArmor(ArmorHandler.createArmorSlot("mainhand", <draconicevolution:draconic_sword>.withTag({Energy: 16000000}), 1, 0.5));
group.addGameStage("testStage");
Get 0.05 TON 💎
Download
Add a comment