Guest User

ModBlocks

a guest
Oct 14th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. package passage.extrafurniture.block;
  2.  
  3. import net.minecraftforge.fml.common.registry.GameRegistry;
  4.  
  5. public final class ModBlocks {
  6.  
  7. @GameRegistry.ObjectHolder("Main:blocktest")
  8. public static BlockTest blockTest;
  9.  
  10.  
  11. }
Add Comment
Please, Sign In to add comment