
Individual mob mob-griefing configuration
Soham52 opened this issue ยท 6 comments
instead of only being able to disable each mob of each category, there should also be a config to disable individual mobs from griefing.
it can be similar to this mod (https://github.com/Judge40/BetterMobGriefingGameRule)
by having a format in-game like- /gamerule mobGriefing minecraft:creeper false
or in the config file
Agree for this feature, since both creeper and enderman are in the category "mobGriefing", preventing servers building enderman melon farm (harvesting melon block by enderman taking it) while keeping the annoying creeper away. It would be best if mob-griefing could be disabled individually for enderman.
I think that would be a bit out of scope for this mod as it's meant to only add a bit of granularity without being overwhelming with tons of rules, but I guess some kind of advanced mode where you can toggle individual rules would be nice
In other words: not planned for now but could be a thing in a distant future
I've used a forge mod before that does this by changing the mobGriefing gamerule to "/gamerule mobGriefing true|false". That way there's only one command and it still gives individual control over each mob. Would that be possible for this mod?
I'm referring to this mod
Simply trying to offer a possible solution that wouldn't require an individual gamerule for every mob.
I'm not sure what you mean exactly but a while ago I made a prototype that used /gamerule mobGriefingOverrides <action to override> <true|false|inherit>
(maybe replacing inherit
by default
would be better)