This commit is contained in:
DarkGuardsman 2013-09-22 00:07:15 -04:00
parent 75b317d83a
commit c0b488795e
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,6 @@ import net.minecraft.item.ItemStack;
import net.minecraft.util.Icon;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import dark.core.common.DarkMain;
import dark.core.prefab.ModPrefab;
import dark.farmtech.FarmTech;

View file

@ -6,7 +6,7 @@ import dark.core.registration.ModObjectRegistry.BlockBuildData;
import dark.farmtech.FarmTech;
/** Prefab class for all farm blocks to remove the need for some configuration of the super class
*
*
* @author Darkguardsman */
public abstract class BlockFT extends BlockMachine
{