From 04917a9a8ce372ec0bcf7712903a3d17783086b5 Mon Sep 17 00:00:00 2001 From: Brian Wiegand Date: Wed, 13 Jun 2012 15:17:33 -0700 Subject: [PATCH] Incorrectly passing the IInventory of the extraction slot instead of the crafting matrix, get back to me on why it's doing this instead of the default behavior of ModLoader and Forge. --- fml/patches/minecraft/net/minecraft/src/SlotCrafting.java.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fml/patches/minecraft/net/minecraft/src/SlotCrafting.java.patch b/fml/patches/minecraft/net/minecraft/src/SlotCrafting.java.patch index db333675d..a0b18a8b5 100644 --- a/fml/patches/minecraft/net/minecraft/src/SlotCrafting.java.patch +++ b/fml/patches/minecraft/net/minecraft/src/SlotCrafting.java.patch @@ -12,7 +12,7 @@ public void func_4103_a(ItemStack p_4103_1_) { -+ FMLClientHandler.instance().onItemCrafted(field_25015_e, p_4103_1_, field_1118_b); ++ FMLClientHandler.instance().onItemCrafted(field_25015_e, p_4103_1_, field_1125_c); this.func_48434_c(p_4103_1_); for (int var2 = 0; var2 < this.field_1125_c.func_469_c(); ++var2)