Fixed Quartz Enriched Iron and the block form of it not having an oredictionary entry

This commit is contained in:
raoulvdberge
2017-03-01 14:37:57 +01:00
parent f87448a38a
commit dc37a590e3
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
- Added integration for MCMultiPart, this is an optional dependency (raoulvdberge)
- Fixed a crash with the Constructor (raoulvdberge)
- Fixed Crafting Pattern model (pauljoda)
- Fixed Quartz Enriched Iron and the block form of it not having an oredictionary entry (raoulvdberge)
### 1.4.1
- Added Storage Monitor (raoulvdberge)

View File

@@ -210,6 +210,9 @@ public class ProxyCommon {
OreDictionary.registerOre("itemSilicon", RSItems.SILICON);
OreDictionary.registerOre("ingotQuartzEnrichedIron", RSItems.QUARTZ_ENRICHED_IRON);
OreDictionary.registerOre("blockQuartzEnrichedIron", RSBlocks.QUARTZ_ENRICHED_IRON);
// Processors
API.instance().getSoldererRegistry().addRecipe(new SoldererRecipePrintedProcessor(ItemProcessor.TYPE_PRINTED_BASIC, false));
API.instance().getSoldererRegistry().addRecipe(new SoldererRecipePrintedProcessor(ItemProcessor.TYPE_PRINTED_IMPROVED, false));