Skip to content

Commit

Permalink
Actually update UU value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunstrike committed Dec 19, 2013
1 parent 2fbeb7f commit 2ed4c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/plugins/ic2/IC2.java
Expand Up @@ -41,7 +41,7 @@ public void init() {
//ItemStack ingotCast = new ItemStack(TRepo.metalPattern, 1, 0);
//ItemStack gemCast = new ItemStack(TRepo.metalPattern, 1, 26);
//FluidStack fluidStack = new FluidStack(fluidUUM, 1);
FluidStack fluidStackBlock = new FluidStack(fluidUUM, 9);
FluidStack fluidStackBlock = new FluidStack(fluidUUM, 4500);
//LiquidCasting tableCasting = TConstructRegistry.getTableCasting();
LiquidCasting basinCasting = TConstructRegistry.getBasinCasting();

Expand Down

0 comments on commit 2ed4c11

Please sign in to comment.