Advertisement
Guest User

Untitled

a guest
Aug 19th, 2015
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. package com.hlaaftana.mods.OlivicBlocks.blocks;
  2.  
  3. import com.hlaaftana.mods.OlivicBlocks.init.ModInit;
  4.  
  5. import net.minecraft.block.material.MapColor;
  6.  
  7. public class BlockFluids {
  8. public class BlockOliveOil extends BlockOBBaseFluid{
  9. public BlockOliveOil() {
  10. super(ModInit.oilOliveF, MapColor.yellowColor);
  11. setBlockName("oilOlive");
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement