Jump to content

RedMindZ

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by RedMindZ

  1. Well, the vanila bow enchantability is set to 1 so this also was what my bow's enchantability was set to, I tried to set it to 22, no diffrence, still only unbreaking applys to it. btw, the reason I asked about the registering of the item is that I remmeber RWTema (The author of Extra Utilites) talking once about the same problem: his sword wasn't enchantable, and when he fixed it he said that the problem was that the sword wasn't registered as a sword but as a item that heppend to do a lot of damage
  2. This is what I already did and its only allowing me to get the "Unbreaking" enchant, can it be a problem with registering the item? Do I have to register it as a bow? If so, I'm not sure how to do it, so it will be helpful if you will tell me how. I'm registering my items like this: GameRegistry.registerItem(flintBow, "flintBow"); And I saw vanila registering items like that: itemRegistry.addObject(261, "bow", (new ItemBow()).setUnlocalizedName("bow").setTextureName("bow"));
  3. I said MY Item class wich called ItemFB and have some methods that only MY items have
  4. Yes, there's difference, ItemBow is accepted by enchantment table and can be enchanted. No, java doesn't support multiple base classes If I will extandened the ItemBow class, what will I do with my Item class? there are methods there that I want all of my items to use so should I copy the methods from there? What should I do with those 2 classes?
  5. I extanded my items class but copied the bow's code so it will automatically have some methods that all of my items are using, is there any difrence? and btw, can I extanded both my items class and the bow class?
  6. I do watch his series but he is very slow, this is why I'm looking for a other source to learn from
  7. Hello, I'm starting with creating mods and I'm looking for a place to learn in, so if you know about videos, articles or anything else that I can learn mods from I will be happy to hear. Thank you for helping
  8. Hello, I'm new to creating mods and I'm in the peoccses of making my first mod, and I need some help with it. My mod currntly have 2 items: Flint Bow, and Gunpowder Arrow. I have a question about the Flint bow. I want the flint bow to be able to accept enchantments, and she already knows what to do with them and how to proccess them(e.g. light the arrow in fire if she have the enchant "Flame", etc.) and it have been tested. I don't know how to make her accept enchants in the enchanting table, and right now she only accepts Unbreaking and I don't know why. Thank you for helping.
×
×
  • Create New...

Important Information

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