forked from TAIGA/TAIGA
changed the mod name for real
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user