changed the mod name for real

This commit is contained in:
2016-05-12 18:11:36 +02:00
parent 217cbcd30d
commit 10e5eedd78
173 changed files with 457 additions and 415 deletions

View File

@@ -8,7 +8,7 @@ public class BasicFluid extends Fluid {
private int color;
public BasicFluid(String fluidName, int color) {
super(fluidName, new ResourceLocation("tconstruct:com.sosnitzka.ztic_addon.blocks/com.sosnitzka.ztic_addon.fluids/molten_metal"), new ResourceLocation("tconstruct:com.sosnitzka.ztic_addon.blocks/com.sosnitzka.ztic_addon.fluids/molten_metal_flow"));
super(fluidName, new ResourceLocation("tconstruct:blocks/fluids/molten_metal"), new ResourceLocation("tconstruct:blocks/fluids/molten_metal_flow"));
this.color = color;
}