Skip to content

Commit

Permalink
Fix misleading LEVEL_3_MIN field (#4074)
Browse files Browse the repository at this point in the history
`LEVEL_3` is 1 - 3, so a constant field of zero isn't its minimum
  • Loading branch information
Chocohead authored Jan 2, 2025
1 parent 05be47f commit 63c5b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mappings/net/minecraft/state/property/Properties.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ CLASS net/minecraft/class_2741 net/minecraft/state/property/Properties
COMMENT A property that specifies the amount of berries in a cave vines block.
FIELD field_28717 TILT Lnet/minecraft/class_2754;
COMMENT A property that specifies how a big dripleaf is tilted down.
FIELD field_31387 LEVEL_3_MIN I
FIELD field_31387 LEVEL_8_MIN I
FIELD field_31388 LEVEL_1_8_MIN I
FIELD field_31389 LEVEL_3_MAX I
FIELD field_31390 LEVEL_1_8_MAX I
Expand Down

0 comments on commit 63c5b42

Please sign in to comment.