Guest User

Untitled

a guest
Aug 23rd, 2015
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.36 KB | None | 0 0
  1. package com.piratecody.nethercraft.generation;
  2.  
  3. import net.minecraft.block.Block;
  4. import net.minecraft.init.Blocks;
  5. import net.minecraft.world.gen.feature.WorldGenMinable;
  6.  
  7. public class NetherMineable extends WorldGenMinable{
  8.    
  9.     public NetherMineable(Block p_i45459_1_, int p_i45459_2_) {
  10.         super(p_i45459_1_, p_i45459_2_, Blocks.netherrack);
  11.        
  12.     }
  13.  
  14.    
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment