Skip to content

Commit

Permalink
Make obsidian ingots castable
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Aug 9, 2014
1 parent 7a42c03 commit ec5bd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/smeltery/TinkerSmeltery.java
Expand Up @@ -688,7 +688,7 @@ public void addOreDictionarySmelteryRecipes ()
Smeltery.addDictionaryMelting("nugget" + fluidTypeName, ft, -100, TConstruct.nuggetLiquidValue);

// Ingots, Dust
registerIngotCasting(ft, fluidTypeName);
registerIngotCasting(ft, "ingot" + fluidTypeName);
Smeltery.addDictionaryMelting("ingot" + fluidTypeName, ft, -50, TConstruct.ingotLiquidValue);
Smeltery.addDictionaryMelting("dust" + fluidTypeName, ft, -75, TConstruct.ingotLiquidValue / 4);

Expand Down

0 comments on commit ec5bd06

Please sign in to comment.