Skip to content

Commit

Permalink
update utFarmlandTrample comment
Browse files Browse the repository at this point in the history
  • Loading branch information
WaitingIdly committed Apr 6, 2024
1 parent e766237 commit 6de7a34
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ public static class BlocksCategory
@Config.Name("Farmland Trample")
@Config.Comment
({
"Controls how farmland can be trampled and turning it into dirt",
"Default: Farmland is trampled as normal",
"Never: Farmland is never trampled",
"Only Player: Farmland is only possible to trample by an EntityPlayer",
"Not Player: Farmland is only possible to trample by a non-EntityPlayer",
"Not Player Respect Mob Griefing: Farmland is only possible to trample by a non-EntityPlayer, if the mobGriefing gamerule is false",
"Feather Falling: Farmland is trampled if the entity does not have the Feather Falling enchantment on equipped boots",
"Controls when and if farmland can be trampled into dirt",
"Default: Farmland is trampled normally (vanilla default)",
"Never: Farmland can never be trampled",
"Only Player: Prevents farmland from being trampled by a non-EntityPlayer",
"Not Player: Prevents farmland from being trampled by an EntityPlayer",
"Not Player Respects Mob Griefing: Prevents farmland from being trampled by a non-EntityPlayer if the mobGriefing gamerule is false",
"Feather Falling: Prevents farmland from being trampled if the entity has the Feather Falling enchantment on equipped boots",
})
public TrampleOptions utFarmlandTrample = TrampleOptions.DEFAULT;

Expand Down

0 comments on commit 6de7a34

Please sign in to comment.