Skip to content

Commit

Permalink
Update config descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ACGaming committed Mar 15, 2024
1 parent e02544a commit 9413466
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public static class EntitiesCategory
public boolean utDestroyPacketToggle = true;

@Config.Name("Disconnect Dupe")
@Config.Comment("Fixes item duplications when players are dropping items and disconnecting")
@Config.Comment("Fixes item duplications when players are dropping items and disconnecting (singleplayer only)")
public boolean utDisconnectDupeToggle = true;

@Config.RequiresMcRestart
Expand Down Expand Up @@ -286,11 +286,7 @@ public static class EntityDesyncCategory
{
@Config.RequiresMcRestart
@Config.Name("[1] Entity Desync Toggle")
@Config.Comment
({
"Fixes entity motion desyncs most notable with arrows and thrown items",
"Incompatible with Immersive Vehicles"
})
@Config.Comment("Fixes entity motion desyncs most notable with arrows and thrown items")
public boolean utEntityDesyncToggle = true;

@Config.Name("[2] Entity Blacklist")
Expand Down

0 comments on commit 9413466

Please sign in to comment.