Skip to content

Commit

Permalink
Add 2x compressed sand to smelting. #880
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Aug 21, 2014
1 parent 6f5a923 commit 9490b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/tconstruct/smeltery/TinkerSmeltery.java
Expand Up @@ -1004,6 +1004,7 @@ public void addOreDictionarySmelteryRecipes ()
Smeltery.addDictionaryMelting("compressedCobblestone" + i + "x", FluidType.getFluidType("Stone"), 0, TConstruct.ingotLiquidValue / 18 * (int)Math.pow(9, i));
}
Smeltery.addDictionaryMelting("compressedSand1x", FluidType.getFluidType("Glass"), 175, FluidContainerRegistry.BUCKET_VOLUME * 9);
Smeltery.addDictionaryMelting("compressedSand2x", FluidType.getFluidType("Glass"), 175, FluidContainerRegistry.BUCKET_VOLUME * 9 * 9);
}

private void addRecipesForTableCasting ()
Expand Down

0 comments on commit 9490b1a

Please sign in to comment.