Removed Farm

This commit is contained in:
Modmuss50 2015-09-23 18:58:38 +01:00
parent 97d990e316
commit 081f16a533
17 changed files with 1 additions and 946 deletions

View file

@ -1,9 +0,0 @@
package techreborn.api.farm;
import net.minecraft.item.ItemStack;
public interface IFarmLogicContainer {
public IFarmLogicDevice getLogicFromStack(ItemStack stack);
}

View file

@ -1,9 +0,0 @@
package techreborn.api.farm;
import techreborn.tiles.TileFarm;
public interface IFarmLogicDevice {
public void tick(TileFarm tileFarm);
}

View file

@ -1,4 +0,0 @@
@API(apiVersion = "@MODVERSION@", owner = "techreborn", provides = "techrebornAPI") package techreborn.api.farm;
import cpw.mods.fml.common.API;