diff --git a/CHANGELOG.md b/CHANGELOG.md index 145bd20d5..e958e1779 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### 0.7.12 **Bugfixes** +- Fixed creative storage blocks and disks not working - Fixed interface overflowing ### 0.7.11 diff --git a/src/main/java/refinedstorage/proxy/CommonProxy.java b/src/main/java/refinedstorage/proxy/CommonProxy.java index 4166482f3..27bb419ce 100755 --- a/src/main/java/refinedstorage/proxy/CommonProxy.java +++ b/src/main/java/refinedstorage/proxy/CommonProxy.java @@ -118,7 +118,6 @@ public class CommonProxy { registerItem(RefinedStorageItems.UPGRADE); OreDictionary.registerOre("itemSilicon", RefinedStorageItems.SILICON); - OreDictionary.registerOre("ingotQuartzEnrichedIron", RefinedStorageItems.QUARTZ_ENRICHED_IRON); // Processors SoldererRegistry.addRecipe(new SoldererRecipePrintedProcessor(ItemProcessor.TYPE_PRINTED_BASIC));