robertwe

Zakladka.java

Oct 16th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. package com.Robsoon.MoWoods;
  2.  
  3. import net.minecraft.creativetab.CreativeTabs;
  4. import net.minecraft.item.Item;
  5.  
  6. public class Zakladka extends CreativeTabs{
  7.  
  8. public Zakladka(String lable) {
  9. super(lable);
  10. }
  11.  
  12. @Override
  13. public Item getTabIconItem() {
  14. return Item.getItemFromBlock(MoWoods.CzerwoneDeski);
  15. }
  16.  
  17. }
Add Comment
Please, Sign In to add comment