AutoSync
This commit is contained in:
parent
75b317d83a
commit
c0b488795e
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue