Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix misleading LEVEL_3_MIN field #4074

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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