Flattening part 1

This commit is contained in:
Sebastian Hartte
2020-06-05 22:47:29 +02:00
parent c411a800f6
commit bb453b0d35
43 changed files with 492 additions and 594 deletions
@@ -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 );
}