Work on a seeecret project
This commit is contained in:
parent
97b90eaf63
commit
6e4de4f6e9
58 changed files with 3504 additions and 42 deletions
|
@ -103,9 +103,7 @@ public class EnergyItems extends Item implements IBindable
|
|||
|
||||
public static boolean syphonWhileInContainer(ItemStack ist, int damageToBeDone)
|
||||
{
|
||||
SoulNetworkHandler.syphonFromNetwork(ist, damageToBeDone);
|
||||
|
||||
return true;
|
||||
return SoulNetworkHandler.syphonFromNetwork(ist, damageToBeDone)!=0;
|
||||
}
|
||||
|
||||
public static boolean canSyphonInContainer(ItemStack ist, int damageToBeDone)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue