From e5904d6de9959e01ca75b5c4284cb44250f5102e Mon Sep 17 00:00:00 2001 From: asie Date: Mon, 17 Dec 2018 11:36:56 +0100 Subject: [PATCH] fix #324 --- mappings/net/minecraft/container/ActionTypeSlot.mapping | 8 -------- mappings/net/minecraft/container/SlotActionType.mapping | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 mappings/net/minecraft/container/ActionTypeSlot.mapping create mode 100644 mappings/net/minecraft/container/SlotActionType.mapping diff --git a/mappings/net/minecraft/container/ActionTypeSlot.mapping b/mappings/net/minecraft/container/ActionTypeSlot.mapping deleted file mode 100644 index c937cc2753..0000000000 --- a/mappings/net/minecraft/container/ActionTypeSlot.mapping +++ /dev/null @@ -1,8 +0,0 @@ -CLASS ate net/minecraft/container/ActionTypeSlot - FIELD a CLICK Late; - FIELD b SHIFT_CLICK Late; - FIELD c HOTBAR_KEY Late; - FIELD d MIDDLE_CLICK Late; - FIELD e DROP Late; - FIELD f DRAG Late; - FIELD g DOUBLE_CLICK Late; diff --git a/mappings/net/minecraft/container/SlotActionType.mapping b/mappings/net/minecraft/container/SlotActionType.mapping new file mode 100644 index 0000000000..108a0547b0 --- /dev/null +++ b/mappings/net/minecraft/container/SlotActionType.mapping @@ -0,0 +1 @@ +CLASS ate net/minecraft/container/SlotActionType