FixedIssuesWithRegistry
This commit is contained in:
parent
d530f10f08
commit
9acf6be8b2
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ public class FarmTech extends ModPrefab
|
||||||
{
|
{
|
||||||
CONFIGURATION.load();
|
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();
|
//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);
|
//DecayMatterList.parseConfigString(compostList);
|
||||||
|
|
Loading…
Reference in a new issue