Fixed Quartz Enriched Iron and the block form of it not having an oredictionary entry
This commit is contained in:
@@ -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)
|
||||
|
@@ -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));
|
||||
|
Reference in New Issue
Block a user