From d6c93aadbf81a20779c019fcafcf7e3d1dd2c328 Mon Sep 17 00:00:00 2001 From: Krysztal Date: Sun, 4 Dec 2022 12:43:50 +0800 Subject: [PATCH] Named fileds of IntProperty (#3440) - `field_37655` to `min` - `field_37656` to `max` --- mappings/net/minecraft/state/property/IntProperty.mapping | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mappings/net/minecraft/state/property/IntProperty.mapping b/mappings/net/minecraft/state/property/IntProperty.mapping index 1ab957b3c5..a4c8ae6958 100644 --- a/mappings/net/minecraft/state/property/IntProperty.mapping +++ b/mappings/net/minecraft/state/property/IntProperty.mapping @@ -4,6 +4,8 @@ CLASS net/minecraft/class_2758 net/minecraft/state/property/IntProperty COMMENT

See {@link net.minecraft.state.property.Properties} for example COMMENT usages. FIELD field_12614 values Lcom/google/common/collect/ImmutableSet; + FIELD field_37655 min I + FIELD field_37656 max I METHOD (Ljava/lang/String;II)V ARG 1 name ARG 2 min