Add toggle to axolotl to prevent attacking squids #903
-
Add toggle to axolotl to prevent attacking squids. (Toggle to prevent attacking all fish) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We've made a data pack that makes axolotls ignore passive aquatic mobs. https://modrinth.com/datapack/purpurpack-axolotls-ignore-passives If you'd like to configure it more to your liking, some guidelines are below. A direct link to the current default values for each entity type tag. The paths & contents of the json files as of
{
"replace": true,
"values": [
"minecraft:tropical_fish",
"minecraft:pufferfish",
"minecraft:salmon",
"minecraft:cod",
"minecraft:squid",
"minecraft:glow_squid"
]
}
{
"replace": true,
"values": [
"minecraft:drowned",
"minecraft:guardian",
"minecraft:elder_guardian"
]
} |
Beta Was this translation helpful? Give feedback.
We've made a data pack that makes axolotls ignore passive aquatic mobs. https://modrinth.com/datapack/purpurpack-axolotls-ignore-passives
If you'd like to configure it more to your liking, some guidelines are below.
A direct link to the current default values for each entity type tag.
https://minecraft.fandom.com/wiki/Tag#Entity_types
The paths & contents of the json files as of
1.18.2
./data/minecraft/tags/entity_types/axolotl_hunt_targets.json
/data/minecraft/tags/entity_types/axolotl_always_hos…