Skip to content

Commit

Permalink
update README and name with Mutable Machine Block Drops
Browse files Browse the repository at this point in the history
  • Loading branch information
WaitingIdly committed Apr 11, 2024
1 parent 3b106a5 commit 5d7af9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ All changes are toggleable via config files.
* **Disable Digger AI Debug:** Disables leftover debug logging inside the digger AI of the beta builds
* **Extra Utilities 2**
* **Duplication Fixes:** Fixes various duplication exploits
* **Mutable Machine Block Drops:** Fixes Machine Block drops being immutable, causing a crash on attempting to remove entries from the list.
* **Forestry**
* **Arborist Villager Trades:** Adds custom emerald to germling trades to the arborist villager
* **Disable Bee Damage Armor Bypass:** Disables damage caused by bees bypassing player armor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public static class ExtraUtilitiesCategory
public boolean utDuplicationFixesToggle = true;

@Config.RequiresMcRestart
@Config.Name("Mutable Block Drops")
@Config.Name("Mutable Machine Block Drops")
@Config.Comment("Fixes Machine Block drops being immutable, causing a crash on attempting to remove entries from the list")
public boolean utMutableBlockDrops = true;
}
Expand Down

0 comments on commit 5d7af9a

Please sign in to comment.