Skip to content

Commit

Permalink
update fast/2d items description
Browse files Browse the repository at this point in the history
  • Loading branch information
MicrocontrollersDev committed Apr 26, 2024
1 parent afd14a1 commit 2644d59
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 2644d59

Please sign in to comment.