Fix lava crystal not syphoning LP (#1326)
This commit is contained in:
parent
22e8290921
commit
c8e42e3288
2 changed files with 3 additions and 5 deletions
|
@ -43,7 +43,7 @@ public class ItemLavaCrystal extends ItemBindableBase implements IVariantProvide
|
|||
if (binding == null)
|
||||
return -1;
|
||||
|
||||
if (NetworkHelper.canSyphonFromContainer(stack, 25))
|
||||
if (NetworkHelper.syphonFromContainer(stack, 25))
|
||||
return 200;
|
||||
else {
|
||||
EntityPlayer player = PlayerHelper.getPlayerFromUUID(binding.getOwnerId());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue