Fix chest model part names being swapped (#3036)

This commit is contained in:
enbrain 2022-02-25 17:52:30 +09:00 committed by GitHub
parent 7dfbb2f61b
commit 89f68384a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -2,12 +2,12 @@ CLASS net/minecraft/class_826 net/minecraft/client/render/block/entity/ChestBloc
FIELD field_20817 singleChestLid Lnet/minecraft/class_630;
FIELD field_20818 singleChestBase Lnet/minecraft/class_630;
FIELD field_20819 singleChestLatch Lnet/minecraft/class_630;
FIELD field_20820 doubleChestRightLid Lnet/minecraft/class_630;
FIELD field_20821 doubleChestRightBase Lnet/minecraft/class_630;
FIELD field_20822 doubleChestRightLatch Lnet/minecraft/class_630;
FIELD field_21479 doubleChestLeftLid Lnet/minecraft/class_630;
FIELD field_21480 doubleChestLeftBase Lnet/minecraft/class_630;
FIELD field_21481 doubleChestLeftLatch Lnet/minecraft/class_630;
FIELD field_20820 doubleChestLeftLid Lnet/minecraft/class_630;
FIELD field_20821 doubleChestLeftBase Lnet/minecraft/class_630;
FIELD field_20822 doubleChestLeftLatch Lnet/minecraft/class_630;
FIELD field_21479 doubleChestRightLid Lnet/minecraft/class_630;
FIELD field_21480 doubleChestRightBase Lnet/minecraft/class_630;
FIELD field_21481 doubleChestRightLatch Lnet/minecraft/class_630;
FIELD field_32825 BASE Ljava/lang/String;
FIELD field_32826 LID Ljava/lang/String;
FIELD field_32827 LATCH Ljava/lang/String;