Jump to content

[HELP!] Creating New Liquid 1.7.10


Setlock

Recommended Posts

I know this may seem like a noob question, but I'm new to modding(sort of) and I've been watching tutorial videos to help me by TheMchewy so I want to create a new liquid for my mod, but I cant find anything that will tell me how! This is all I have so far:

import net.minecraft.block.material.Material;

import net.minecraftforge.fluids.BlockFluidClassic;

import net.minecraftforge.fluids.Fluid;

 

public class LiquidNitrogen extends BlockFluidClassic{

 

public LiquidNitrogen(Fluid fluid, Material material) {

super(fluid, material);

 

}

 

}

 

If anyone can help me I will be so grateful.

                  Thank you,

                          Setlock

Link to comment
Share on other sites

Seconds thread, this one will be locked.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.