Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1.  ModLoader.RegisterBlock(fossilStoneBlock);
  2.         ModLoader.AddName(fossilStoneBlock, "Fossil");
  3.         ToolUtils.registerBlocks(ToolUtils.Type.PICKAXE, new pj[] {
  4.             fossilStoneBlock
  5.         });
  6.         ToolUtils.registerHarvester(ToolUtils.Type.PICKAXE, new fossilHarvester());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement