Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. P

    [1.6.2] Mob Tools

    I may just look into that
  2. P

    [1.6.2] Mob Tools

    I tend to play a more casual game so I made it a more casual mod. I appreciate the feedback though. I do encourage you to actually try it for yourself and see if it's like you think. I did put a lot of work into balancing and in my opinion it plays well.
  3. P

    [1.6.2] Mob Tools

    With all the mods offered today sacrificing an entire armor slot for regular effective armor just for that makes it fair I believe. I could make them harder to get but these are made to be used early game and replaced by bigger better mods. And if you don't have those, it's fair considering you...
  4. P

    [1.6.2] Mob Tools

    What in particular do you find needs balancing
  5. P

    [1.6.2] Mob Tools

    Mob Tools Mob Tools is a mod based around the idea of creating uses for mob drops. It adds many tools and armor and a few special items such as the omnitool and 4 magical wands. Each of these tool sets has a special property. Creeper-Extremely fast but very low durability Ender- About...
  6. P

    1.5.1 Mob Tools

    not at all :)
  7. P

    1.5.1 Mob Tools

    Add this line to the item file, this was taken from my blaze wand file public boolean hasEffect(ItemStack is){ return true; }
  8. P

    1.5.1 Mob Tools

    make sure that your files are showing up in the minecraft folder, what i have had to do in the past is copy my folders (as i keep them separate, check pahimar's video series) into the minecraft core folder, this lets the reobs. see it and get it ready for you. As i can not see your folder i can...
  9. P

    1.5.1 Mob Tools

    One would think, however if I recall correctly the naming of things in the forge library is kinda wonky. For instance, they use EMERALD as the tool material for diamond, and spade and shovel interchangeably. Block.blockSteel is just one of those weird notations that they use. I could be wrong...
  10. P

    1.5.1 Mob Tools

    All my code is open source. Go here to see it. For the Omnitool I created a new tool class and used that. You are welcome to use it as long as I am credited. The infinite use is simply setting the max uses of an item to negative one, this will allow the item to be used without using any...
  11. P

    1.5.1 Mob Tools

    Mob Tools Mob Tools is a mod based around the idea of creating uses for mob drops. It adds many tools and armor and a few special items such as the omnitool and 4 magical wands. Each of these tool sets has a special property. Creeper-Extremely fast but very low durability Ender-...
  12. P

    Texture pack suggestion (OCD by Disco based)

    Not sure. But his product his rules.
  13. P

    Texture pack suggestion (OCD by Disco based)

    He wants to control what products using his texture pack look like. It's just business. He has to control what goes out there under this product title
  14. P

    Texture pack suggestion (OCD by Disco based)

    Disco does not support this. K2b6s9j and cman333 and i were part of a group who wanted this pack to be completed. We had a lot of progress. However, i emailed Disco and he said that he did not want people using his pack as it is his image and he needs to preserve what people thing of his...
  15. P

    Simple Changes

    Didn't know that. Learn something new everyday. I still think my way makes more sense. Why have an armor in the game and make it next to impossible to get? I understand its history but still. I like chain mail.
  16. P

    Simple Changes

    That is a very good point. I agree the pack adds loads of options but the main thing I made this for was the chain mail. I haven't seen a way to make it in the pack but I could always have missed it. This just makes it easier. I do see your point though, it was written with vanilla in mind but I...
  17. P

    Simple Changes

    Hey guys I've been working on a mod to add a few recipes to minecraft. These just make some items that were previously unobtainable obtainable. Most notable the chain mail armor. And for you builders, the different stone bricks and mossy cobblestone. It also makes it possible to use sandstone to...