RemovedRecipeLoaderFromBlocks
This commit is contained in:
parent
fc2d8ea1d5
commit
a019b6cd04
1 changed files with 1 additions and 7 deletions
|
@ -12,7 +12,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 implements IExtraObjectInfo
|
||||
{
|
||||
|
@ -41,12 +41,6 @@ public abstract class BlockFT extends BlockMachine implements IExtraObjectInfo
|
|||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void loadRecipes()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void loadOreNames()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue