tameableMonsters - RedWirePlatinumTwo/RedWiresMinecraftMod GitHub Wiki
Description
Allows you to tame most monsters (except for slimes + magma cubes and the ender dragon) when enabled. The items needed to tame said monster mostly correspond with the item(s) they drop on death, but the list of entities/items are as such:
Monsters that get tamed will have their generic:movement_speed modified to 0.35 (if lower), will deal +2 damage (increases the generic:attack_damage attribute by 2), and also will have fire resistance applied with an infinite time (if undead).
When an Undead Monster is tamed, it won't attack players and iron golems, will not be seen as an enemy (by iron golems and other entities that attack enemies), and also won't prevent players from sleeping.
Tamed Monsters will not be able to convert to another entity to prevent losing its modded behavior (Ex: Zombie Villager to Villager, Zombie to Drowned, etc.)
5.2.1: Tamed monsters will not follow/teleport to you if attacking an entity that attacked you.
5.2.2: Tamed monsters will not follow/tp if in a different dimension and will not specifically tp to you if damaged recently.
5.2.3: Iron Golems and Snow Golems will (mostly) not target tamed monsters and will be unable to damage them (unless the monster is attacking it also).
5.2.3: A message will appear if any tamed monster dies.
5.2.5: Tamed entities will no longer target tamed monsters.
5.2.5: If you attack an entity (excludes naturally tamed entities + tamed monsters), your tamed monsters will also attack (instead of just being attacked).
5.2.5: If a tamed monster is attacked, it will fight back (excludes yourself).
5.2.6: If a tamed monster gets attacked, all of your other tamed monsters within a 16 block radius will also fight the entity that attacked.
5.2.6: Tamed monsters will now only attack an entity that you attacked if it is not tamed at all (instead of checking if you're not the owner of the entity you hit).
5.3.1: The death message for tamed monsters now includes custom item names.
5.4.0: Creepers can now be tamed, but Slimes and Magma Cubes can no longer be tamed.
6.0.0: Most entity checks for this gamerule will check if an entity actually exists instead of checking if a UUID string NBT tag is empty or not.
6.0.1: Replaced a couple other empty string checks to entity checks.
When taming a monster, a modified version of that entity will be spawned and the original will be despawned. The modified entity will not attack players and iron golems, will not burn in the sun, and also will not be seen as an enemy (by iron golems and such).
Tamed monsters will no longer despawn.
Tamed monsters will have their generic:movement_speed and generic:attack_damage attributes modified on tame instead of giving the strength and swiftness potion effects. This also no longer excludes creepers.
The display name for tamed monsters will also include the health stat.
Tamed monsters can be fed to increase their health. Rotten flesh will increase health by 8.
8.1.4: Tamed monsters will no longer (try to) attack themselves because they were previously attacking you.
Entities that are targeting you whilst your tamed monsters are attacking it will re-focus its attention on the monsters (based on whoever hits it first).
Tamed monsters will no longer attacked another tamed monster when it was previously untamed and attacking you.
Wardens can no longer be tamed.
Tamed monsters will no longer target you if you accidentally (or intentionally) attack it.
Soooo turns out the whole "modded entities can't burn in the sun" for tamed monsters only applies to zombies, so.. all undead tamed monsters will have the fire resistance effect applied for an infinite time when taming and reloading the world.
A handful of monsters will be able to attack creepers (all monsters that can use ranged attacks instead of melee).
Withers can no longer be tamed (hard to "control" and also makes the client laggy for some reason)
Hoglins/Zoglins can no longer be tamed (They don't attack when given a target)
8.2.0: Changed Enderman taming item from Ender Pearl to Carved Pumpkin.
8.3.2: Tamed monsters can no longer be converted to another entity.
8.4.5: Improved checking if a tamed monster has an owner + getting the owner.