Advertisement
Guest User

TAItems

a guest
Sep 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. package net.mcreator.thaumic_armors.init;
  2.  
  3. import net.minecraft.item.Item;
  4. import net.minecraft.item.ItemStack;
  5.  
  6. /**
  7. * Contains all items added in Thaumic Armors
  8. *
  9. * @author hruk
  10. *
  11. */
  12.  
  13. public class TAItems {
  14. public static Item crimson_ranger_helm;
  15. public static Item crimson_ranger_chestplate;
  16. public static Item crimson_ranger_leggings;
  17. public static Item crimson_ranger_boots;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement