Guest User

Untitled

a guest
Jun 15th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. This code is all done in my Blocks class with all my other blocks, just posted it seperatly so you could see which line i am talking about.
  2.  
  3. lemon_crop = new BlockLemonCrop().setCreativeTab(SlurpiesDongles.tabSlurpiesDongles).setUnlocalizedName("lemon_crop");
  4. GameRegistry.registerBlock(lemon_crop, lemon_crop.getUnlocalizedName().substring(5));
  5. registerRender(lemon_crop);
Advertisement
Add Comment
Please, Sign In to add comment