Flattening part 1
This commit is contained in:
@@ -104,7 +104,11 @@ public interface IItems
|
||||
|
||||
IItemDefinition facade();
|
||||
|
||||
IItemDefinition crystalSeed();
|
||||
IItemDefinition certusCrystalSeed();
|
||||
|
||||
IItemDefinition fluixCrystalSeed();
|
||||
|
||||
IItemDefinition netherQuartzSeed();
|
||||
|
||||
IItemDefinition dummyFluidItem();
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@ import appeng.api.networking.energy.IAEPowerStorage;
|
||||
*/
|
||||
public interface IAEItemPowerStorage
|
||||
{
|
||||
|
||||
/**
|
||||
* Inject amt, power into the device, it will store what it can, and return
|
||||
* the amount unable to be stored.
|
||||
@@ -72,4 +71,5 @@ public interface IAEItemPowerStorage
|
||||
* @return access restriction of network
|
||||
*/
|
||||
AccessRestriction getPowerFlow( ItemStack stack );
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user