FixedIssuesWithRegistry

This commit is contained in:
DarkGuardsman 2013-09-20 12:01:59 -04:00
parent d530f10f08
commit 9acf6be8b2

View file

@ -102,7 +102,7 @@ public class FarmTech extends ModPrefab
{
CONFIGURATION.load();
blockFarmSoil = ModObjectRegistry.createNewBlock(FarmTech.MOD_ID, BlockFarmSoil.class, ItemBlockHolder.class);
blockFarmSoil = ModObjectRegistry.createNewBlock("FTBlockFarmSoil", FarmTech.MOD_ID, BlockFarmSoil.class, ItemBlockHolder.class);
//String compostList = CONFIGURATION.get("DecayMatter", "List", "5::8000:1", "Items or blocks beyond the built in ones that can be turned into compost. Entries go BlockID:Meta:Time:Amount").getString();
//DecayMatterList.parseConfigString(compostList);