Advertisement
TitanChase

Untitled

Apr 13th, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public static Fluid myfluid= new Fluid("myfluid").setGaseous(true);
  2. public static Block myfluidblock = new myfluid(previous pastebin class)(myfluid, Material.water);
  3. public static void registerFluids()
  4. {
  5. FluidRegistry.registerFluid(myfluid);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement