From 63c5b42013721ff9bde98a11dc03d36960c37246 Mon Sep 17 00:00:00 2001 From: Chocohead Date: Thu, 2 Jan 2025 08:28:53 +0000 Subject: [PATCH] Fix misleading `LEVEL_3_MIN` field (#4074) `LEVEL_3` is 1 - 3, so a constant field of zero isn't its minimum --- mappings/net/minecraft/state/property/Properties.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/state/property/Properties.mapping b/mappings/net/minecraft/state/property/Properties.mapping index 79effed0db..ffe8208ec1 100644 --- a/mappings/net/minecraft/state/property/Properties.mapping +++ b/mappings/net/minecraft/state/property/Properties.mapping @@ -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