Skip to content

Commit

Permalink
Dense Ore support for the smeltery
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Aug 28, 2014
1 parent 4a0fddc commit 6e22b71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/tconstruct/smeltery/TinkerSmeltery.java
Expand Up @@ -956,6 +956,9 @@ public void addOreDictionarySmelteryRecipes ()
// NetherOres support
Smeltery.addDictionaryMelting("oreNether" + fluidTypeName, ft, 75, (int) (TConstruct.ingotLiquidValue * PHConstruct.ingotsPerOre * 2));

// DenseOres support
Smeltery.addDictionaryMelting("denseore" + fluidTypeName, ft, 75, (int) (TConstruct.ingotLiquidValue * PHConstruct.ingotsPerOre * 3));

// Blocks
registerBlockCasting(ft, "block" + fluidTypeName);
Smeltery.addDictionaryMelting("block" + fluidTypeName, ft, 100, TConstruct.blockLiquidValue);
Expand Down

0 comments on commit 6e22b71

Please sign in to comment.