Jump to content

Recommended Posts

Posted

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

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.