Guest User

Help

a guest
Jun 11th, 2015
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Here is the en.us.lang file
  2.  
  3. item.itemdruidicstavecore.name=Basic stave core
  4. item.itemAgilityrune.name=Agility Rune
  5. item.itemManaStone.name=Mana Stone
  6. item.itemHandofdeath.name=Nature's fist
  7. item.itemEagleamulet.name=Eagle Amulet
  8.  
  9. tile.BlockSau.name=Sau
  10.  
  11. Main file for block
  12.  
  13. BlockSau = new blockSau(Material.wood).setBlockName("Sau");
  14. GameRegistry.registerBlock(BlockSau, BlockSau.getUnlocalizedName().substring(5));
  15. System.out.println(BlockSau.getUnlocalizedName().substring(5));
Advertisement
Add Comment
Please, Sign In to add comment