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. gardenapple

    Is there a way to prevent weapons from breaking grass?

    I made my own version if the modbecause tentacles. ...and because I was going to mess around with Forge events anyway. Code and .jar file here The main difference is that grass becomes harder only when you mine it with a sword. If you punch it with anything else, it's going to break instantly...
  2. gardenapple

    What cool little thing have you discovered today?

    If you harvest cotton when it's in pink stage, you get bonus seeds. Am I the only one who didn't know that before?
  3. gardenapple

    Really stupid things that people have said about Modded MC(Off topicness makes moderators tired)

    We could name it "AdvancedBudderTools" and say "hey, check out this new awesome mod I made it adds op armor made ot of blocks of budder lol i like buddddder"
  4. gardenapple

    New Section!

    Yay a place for me to put all of my annoying noob questions!
  5. gardenapple

    Code Snippets/Classes

    A class I find useful when working with the OreDictionary. Originally "taken" from Flaxbeard's Steam Power Mod. public class OreHelper { public static boolean isItemThisOre(ItemStack item, String ore){ for (int o : OreDictionary.getOreIDs(item)) { if...
  6. gardenapple

    Simple Modding Q&As

    Here's my question: I've heard that Minecraft has a "Debug Mode" that allows you to edit code in real-time without having to restart it every time. But how do I do it? (using Idea)
  7. gardenapple

    That one acronym game

    Cannon Airships are Flying Electronic "Technological Ecology Research and Inventigation" Adverisments easyright
  8. gardenapple

    That one acronym game

    OKTHX
  9. gardenapple

    That one acronym game

    Planet Number Eight Unifies Monster's and Oni's Nations, Obliterating the NanoOrbital UltraLight Terrorist Raptor Alliance Manager, the Irritated Cosmic Ring Omega Sees Cats in Orbit as Potenial Invincibility Carriers, Super Irish Legal Idiot Council Outmatches the Vulgar Objects, Levitatation...
  10. gardenapple

    Modular Word Ladder

    Dangle
  11. gardenapple

    Ask a stupid question...

    Because worlds are built with Buildcraft installed. Why do humans make tyos sometimes?
  12. gardenapple

    Clipboard.

    Afterwards they ran 4 the election 4 the president Stupid forum games...
  13. gardenapple

    1 word leads into a story of a word.

    Just beacuse it's hilarious: Afterwards they ran for the election for the president of the island of SPARTAAAAAA KICK your dubstep out of the Nancy's hardware box. buckets
  14. gardenapple

    That one acronym game

    Dear Easter Hare, You Dumb Raptor, Abandon the Terrorist Implosion Observatory Now! clubstepgeometrydash
  15. gardenapple

    That one acronym game

    Custom Adventure Race Absolute Version Alpha Nope arcadevegas
  16. gardenapple

    Any ways to recycle tools and armor?

    If adding mods is no problem for you, then go check out http://forum.feed-the-beast.com/threads/simple-recycling-gregtech-like-tool-recycling-without-the-greg.35212/
  17. gardenapple

    Mod creation

    I'm not skipping steps. "Copper Tools" is very basic, and I'm not going to move on to super complicated mods any time soon. About releasing the mod: I'm still not sure if I will release it. I always thought that some people could use an alternative to iron tools and craft...
  18. gardenapple

    Mod creation

    I consider my copper tools mod baby steps. Just saying that it's not a test mod that I'll forget about after a week or two.
  19. gardenapple

    [1.7.10] [Forge] BloodMagicHacks b1.0-2

    I just realised that this mod almost copies the Ritual of Feathered Knife or whatever it's called. But hey, can't judge mods.
  20. gardenapple

    Mod creation

    One thing I can tell you is that you should set a goal for yourself: "I want to make a legit mod that people would actually use" and not just an ExampleMod that adds one item and one block. Because then you'll actually have motivation to improve your code, do some research on how Forge and other...