Fix some fields not being camelcase (#2739)

Fix #2673
Fix #2674
This commit is contained in:
YanisBft 2021-10-10 23:16:05 +02:00 committed by GitHub
parent a6ca18d69b
commit 751f892485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
CLASS net/minecraft/class_5542 net/minecraft/block/AmethystClusterBlock
FIELD field_27086 WATERLOGGED Lnet/minecraft/class_2746;
FIELD field_27087 FACING Lnet/minecraft/class_2753;
FIELD field_27088 NORTH_SHAPE Lnet/minecraft/class_265;
FIELD field_27089 SOUTH_SHAPE Lnet/minecraft/class_265;
FIELD field_27090 EAST_SHAPE Lnet/minecraft/class_265;
FIELD field_27091 WEST_SHAPE Lnet/minecraft/class_265;
FIELD field_27092 UP_SHAPE Lnet/minecraft/class_265;
FIELD field_27093 DOWN_SHAPE Lnet/minecraft/class_265;
FIELD field_27088 northShape Lnet/minecraft/class_265;
FIELD field_27089 southShape Lnet/minecraft/class_265;
FIELD field_27090 eastShape Lnet/minecraft/class_265;
FIELD field_27091 westShape Lnet/minecraft/class_265;
FIELD field_27092 upShape Lnet/minecraft/class_265;
FIELD field_27093 downShape Lnet/minecraft/class_265;
METHOD <init> (IILnet/minecraft/class_4970$class_2251;)V
ARG 1 height
ARG 2 xzOffset

View File

@ -5,7 +5,7 @@ CLASS net/minecraft/class_2429 net/minecraft/block/ConnectingBlock
FIELD field_11330 DOWN Lnet/minecraft/class_2746;
FIELD field_11331 SOUTH Lnet/minecraft/class_2746;
FIELD field_11332 NORTH Lnet/minecraft/class_2746;
FIELD field_11333 CONNECTIONS_TO_SHAPE [Lnet/minecraft/class_265;
FIELD field_11333 connectionsToShape [Lnet/minecraft/class_265;
FIELD field_11334 FACINGS [Lnet/minecraft/class_2350;
FIELD field_11335 EAST Lnet/minecraft/class_2746;
METHOD <init> (FLnet/minecraft/class_4970$class_2251;)V