Jump to content

xInsidion

Members
  • Posts

    6
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

xInsidion's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. When i do this i get an Error. public ItemIceSword(ItemIceToolMaterial material) { super(material); this.pixyaMaterial = material; this.maxStackSize = 1; this.setMaxDamage(material.getMaxUses()); this.setCreativeTab(CreativeTabs.tabCombat); this.attackDamage = material.getDamageVsEntity();
  2. Hello i've made my own Weapons and Tools. But i can only enchant my Weapons with Unbreaking.. How can i fix this?
  3. Hm when i use EnumChatFormatting i can't implement multiple languagues..
  4. Hello How can i add a Color in a Name? I know how it works in 1.6 but this method don't work in 1.8 How can i do this?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.