From 43cfd091ce542318bc80b3dd7e84afc6988be5f3 Mon Sep 17 00:00:00 2001 From: materus Date: Sun, 3 May 2026 03:57:43 +0200 Subject: [PATCH] Disable riding mobs --- config/enhancedai/common.toml | 2 +- index.toml | 2 +- pack.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/enhancedai/common.toml b/config/enhancedai/common.toml index 7dfae3a..75a7b1b 100644 --- a/config/enhancedai/common.toml +++ b/config/enhancedai/common.toml @@ -503,7 +503,7 @@ #Gives mobs a chance to negate damage when equipped with a shield. Only entity types in `enhancedai:mobs/can_equip_shield` tag will be equipped a shield. "Enable Shielding" = true #Makes mobs ride other mobs. Mobs in the `enhancedai:mobs/riding/can_be_mounted` tag will be able to be mounted, while mobs in the `enhancedai:mobs/riding/can_mount` tag will be able to mount other mobs. - "Enable Riding" = true + "Enable Riding" = false #Allows mobs to call reinforcements (like vanilla zombies can, but better) and have leaders that have a high chance to call reinforcements. Only entity types in the `enhancedai:mobs/leaders` tag can jump. PLEASE NOTE that this feature uses a custom attribute (enhancedai:spawn_reinforcements_chance) instead of the vanilla one. This feature has also an MPR condition `enhancedai:is_leader` to check if the mob is a leader. "Enable Leaders" = true #Make mobs angry when a block is broken. Check the mod's config folder Mobs/Break Anger/break_anger_config.json to change blocks and entities triggered. diff --git a/index.toml b/index.toml index 37ecbfb..1969149 100644 --- a/index.toml +++ b/index.toml @@ -66,7 +66,7 @@ hash = "f78b301f223be57085448a7ea605540bf4ebeaae36b15732addd9d3f2af8cdc2" [[files]] file = "config/enhancedai/common.toml" -hash = "0331ff52afe6e9c5bf223352663940618c083793cff6800774cc3093474b594d" +hash = "79c4f283972377ff99426c9527dc40e01fa7cb66d4de61ba10391d78c75c009d" [[files]] file = "config/fml.toml" diff --git a/pack.toml b/pack.toml index 875616a..4367cd0 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "293da7a492dd9d691c9c55786c2f68f7dfecdaa171691ca588e76fa89156a3ac" +hash = "1045ae3f1405ef6c43a49531f249d3b42dfcc5c3bba65d35fc160e26b681d0bf" [versions] minecraft = "1.21.1"