Skip to content

Commit

Permalink
Disable Villager Mantle Hoods default config setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ACGaming committed Feb 24, 2025
1 parent 21a41bd commit 87586bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public static class EntitiesCategory
@Config.RequiresMcRestart
@Config.Name("Villager Mantle Hoods")
@Config.Comment("Returns missing hoods to villager mantles")
public boolean utVillagerMantleToggle = true;
public boolean utVillagerMantleToggle = false;

public static class EntityDesyncCategory
{
Expand Down

0 comments on commit 87586bb

Please sign in to comment.