Advertisement
Guest User

Untitled

a guest
Aug 19th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. package com.hlaaftana.mods.OlivicBlocks.fluids;
  2.  
  3. import net.minecraftforge.fluids.Fluid;
  4.  
  5. public class FluidOliveOil extends Fluid{
  6. public FluidOliveOil() {
  7. super("oilOlive");
  8. setDensity(5000);
  9. setViscosity(3000);
  10. setUnlocalizedName("oilOlive");
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement