Removed Farm
This commit is contained in:
parent
97d990e316
commit
081f16a533
17 changed files with 1 additions and 946 deletions
|
@ -1,9 +0,0 @@
|
|||
package techreborn.api.farm;
|
||||
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
||||
public interface IFarmLogicContainer {
|
||||
|
||||
public IFarmLogicDevice getLogicFromStack(ItemStack stack);
|
||||
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
package techreborn.api.farm;
|
||||
|
||||
import techreborn.tiles.TileFarm;
|
||||
|
||||
public interface IFarmLogicDevice {
|
||||
|
||||
public void tick(TileFarm tileFarm);
|
||||
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
@API(apiVersion = "@MODVERSION@", owner = "techreborn", provides = "techrebornAPI") package techreborn.api.farm;
|
||||
|
||||
import cpw.mods.fml.common.API;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue