aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/server/InputSlotCrafter.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-08-06 21:21:54 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-08-06 21:21:54 +0800
commit3025125c5dcc6181a873bd1062fde5d239d2aba5 (patch)
treecc1265ec52b79f882059a0f838dbe00bd2febaac /src/main/java/me/shedaniel/rei/server/InputSlotCrafter.java
parent1b7830412fe76557bbe688355861f96874ee0b1b (diff)
downloadRoughlyEnoughItems-3025125c5dcc6181a873bd1062fde5d239d2aba5.tar.gz
RoughlyEnoughItems-3025125c5dcc6181a873bd1062fde5d239d2aba5.tar.bz2
RoughlyEnoughItems-3025125c5dcc6181a873bd1062fde5d239d2aba5.zip
2x2 crafting
Diffstat (limited to 'src/main/java/me/shedaniel/rei/server/InputSlotCrafter.java')
-rw-r--r--src/main/java/me/shedaniel/rei/server/InputSlotCrafter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/me/shedaniel/rei/server/InputSlotCrafter.java b/src/main/java/me/shedaniel/rei/server/InputSlotCrafter.java
index 802e1b79a..77ca3e290 100644
--- a/src/main/java/me/shedaniel/rei/server/InputSlotCrafter.java
+++ b/src/main/java/me/shedaniel/rei/server/InputSlotCrafter.java
@@ -32,11 +32,11 @@ public class InputSlotCrafter<C extends Inventory> {
this.craftingContainer = craftingContainer_1;
}
- public static <C extends Inventory> void start(CraftingContainer<C> craftingContainer_1, ServerPlayerEntity player, Map<Integer, List<ItemStack>> map, boolean shifting) {
- new InputSlotCrafter<C>(craftingContainer_1).fillInputSlots(player, map, shifting);
+ public static <C extends Inventory> void start(CraftingContainer<C> craftingContainer_1, ServerPlayerEntity player, Map<Integer, List<ItemStack>> map, boolean hasShift) {
+ new InputSlotCrafter<C>(craftingContainer_1).fillInputSlots(player, map, hasShift);
}
- private void fillInputSlots(ServerPlayerEntity player, Map<Integer, List<ItemStack>> map, boolean boolean_1) {
+ private void fillInputSlots(ServerPlayerEntity player, Map<Integer, List<ItemStack>> map, boolean hasShift) {
this.inventory = player.inventory;
if (this.canReturnInputs() || player.isCreative()) {
// Return the already placed items on the grid