Skip to content

Commit

Permalink
Maybe slightly too trolly.
Browse files Browse the repository at this point in the history
...Keeping the rest though, it's just funny.
  • Loading branch information
Sunstrike committed Dec 4, 2013
1 parent 7290be2 commit 6b4309a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/tconstruct/plugins/ic2/IC2.java
Expand Up @@ -62,10 +62,11 @@ public void init() {

// Alloy Mixing
// 1mB Anything + 1mB UU = 2mB UU
/* Maybe a bit *too* trolly
for (Map.Entry<String, Fluid> ent : FluidRegistry.getRegisteredFluids().entrySet()) {
if (ent.getValue() != fluidUUM)
Smeltery.addAlloyMixing(new FluidStack(fluidUUM, 2), new FluidStack(fluidUUM, 1), new FluidStack(ent.getValue(), 1));
}
}*/
}

@Override
Expand Down

0 comments on commit 6b4309a

Please sign in to comment.