.
This commit is contained in:
parent
3868dde692
commit
e5ff931383
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ import universalelectricity.core.vector.Vector3;
|
||||||
|
|
||||||
import com.builtbroken.common.Pair;
|
import com.builtbroken.common.Pair;
|
||||||
import com.dark.IndustryTabs;
|
import com.dark.IndustryTabs;
|
||||||
import com.dark.helpers.ItemWorldHelper;
|
import com.dark.helpers.DarksHelper;
|
||||||
import com.dark.prefab.BlockMachine;
|
import com.dark.prefab.BlockMachine;
|
||||||
|
|
||||||
import dark.machines.CommonProxy;
|
import dark.machines.CommonProxy;
|
||||||
|
@ -101,7 +101,7 @@ public class BlockEnergyStorage extends BlockMachine
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ItemWorldHelper.dropItemStack(world, new Vector3(x, y, z), batBoxStack, false);
|
DarksHelper.dropItemStack(world, new Vector3(x, y, z), batBoxStack, false);
|
||||||
}
|
}
|
||||||
world.setBlockToAir(x, y, z);
|
world.setBlockToAir(x, y, z);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue