Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.20.5' into 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixces committed May 2, 2024
2 parents 87824da + 2644d59 commit 56e594c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public static Screen configScreen(Screen parent) {
.build())
.option(Option.createBuilder(boolean.class)
.name(Text.literal("Fast/2D Items"))
.description(OptionDescription.of(Text.of("Reverts the projectile's positions back to the older style.")))
.description(OptionDescription.of(Text.of("Changes dropped items to always face towards the player.")))
.binding(defaults.fastItems, () -> config.fastItems, newVal -> config.fastItems = newVal)
.controller(TickBoxControllerBuilder::create)
.build())
Expand Down

0 comments on commit 56e594c

Please sign in to comment.