From 9acf6be8b286fe975d3bc0530ee4476b07782f80 Mon Sep 17 00:00:00 2001 From: DarkGuardsman Date: Fri, 20 Sep 2013 12:01:59 -0400 Subject: [PATCH] FixedIssuesWithRegistry --- src/dark/farmtech/FarmTech.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dark/farmtech/FarmTech.java b/src/dark/farmtech/FarmTech.java index c14a9937..ff46624b 100644 --- a/src/dark/farmtech/FarmTech.java +++ b/src/dark/farmtech/FarmTech.java @@ -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);