Merge pull request #26 from GenuineSounds/patch-2
Incorrectly passing the IInventory of the extraction slot instead of the...
This commit is contained in:
commit
5a24f7f0d7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue