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

    How do YOU make steel in FtB packs?

    If refined iron is oredicted as steel doesn't it work in recipes that want steel then just fine? I assume it just irks you that it is refined iron but it should work for most things as long as the recipe uses ore dictionary for steel. It's still bloody stupid on IC2's part, though.
  2. Z

    Ask a simple question, get a simple answer

    Do they actually have available modifiers without adding more when you have tweaks? If they have experience level I get why they wouldn't get the full 3 modifiers from the get-go. Then again if you have to level the armor by getting hit it's going to be a major pain. I'm only really using the...
  3. Z

    Ask a simple question, get a simple answer

    News to me that they have to be fully repaired to add modifiers. How did you try to add the modifiers, crafting station/tool forge/tinker table/regular crafting? Tool Forge and Tinker Table should work and you actually have to use Tinker Table for some of the modifiers. The only protection type...
  4. Z

    What cool little thing have you discovered today?

    It does kinda work but you still need to be able to place the block you're holding if you have one in the hand. It flashes the block as if you placed it and it gets taken out so it works but it doesn't let you harvest if you're standing in the way of the block or there's something else in the...
  5. Z

    What cool little thing have you discovered today?

    Does the ttCore right click harvest work with any item in hand? I might add it just for that if it does. Disabling depth fog is bonus which I will also do, though. I added Numina just to disable zooming with speed buffs because I got so many of them and they make the FOV way too big. It does...
  6. Z

    What cool little thing have you discovered today?

    GreenThumb requires an empty hand to do that, it kinda sucks in that regard. I found this line in harvestcraft.cfg, though: B:rightclickharvestCrop=true
  7. Z

    Botania after 1.8.2 Upgrade....

    Yeah, if you don't replace the configs with new ones it won't change.
  8. Z

    Ask a simple question, get a simple answer

    It needs two blocks of air above it because that's where you go to get teleported. If you have any invisible light blocks or somesuch they probably block it, too.
  9. Z

    Ask a simple question, get a simple answer

    Since redstone only operates 10 ticks a second normally a half tick pulse is actually a regular tick long. Minecraft doesn't process anything faster than 20 ticks a second. But it is different to get a pulse every tick instead of the signal being on every tick and it is possible to pulse every...
  10. Z

    Botania after 1.8.2 Upgrade....

    It shouldn't skip the timer when you sleep, it is 24000 ticks played exactly. Did you actually try it out? Nothing else skips ahead like that, day counter is the only thing and you don't even know about that without F3.
  11. Z

    FTB infinity baubles

    Forge Lexicon is a belt item but you don't have to equip it for it to work. Same thing for the Angel Ring. It's from Extra Utilities btw. There's only one, Miner's Ring, and it doesn't have a crafting recipe. The purpose for its existence is to act as a code reference for modders to add their...
  12. Z

    Ask a simple question, get a simple answer

    That only happens in an ME Interface. Elsewhere it won't do it. Nothing changed.
  13. Z

    Ask a simple question, get a simple answer

    You can set baby zombie chance to 0 in forge.cfg.
  14. Z

    [TC] Ultimate Tool Setup

    But how is the difference when you put 50 redstone on the one with paper because you have that extra modifier?
  15. Z

    Ask a simple question, get a simple answer

    My achievements have not reset and I am updating my mods every week.
  16. Z

    [TC] Ultimate Tool Setup

    I just don't get how you can see such a difference. I just tried it with two cobalt pickaxes with cobalt binding and paper binding and 300 redstone each. Mined rows of obsidian and it took pretty much the same time with both of them.
  17. Z

    [TC] Ultimate Tool Setup

    Are you playing with Iguana Tinker's Tweaks? Is that why paper binding is bad for you?
  18. Z

    Ask a simple question, get a simple answer

    INpureCore adds that hiding functionality, it is in a lot of packs by default. You can't really prevent the texture for an item from working in specific instances while having it still work for the inventory item. You can use that "cheat" even with pure vanilla by assembling the recipe but not...
  19. Z

    Ask a simple question, get a simple answer

    Yes, but you can still see them by looking up their crafting recipes through looking up uses for iron ingot/redstone dust/gold ingot so it's kind of pointless. Anyway, go to /minecraft/config/INpureProjects/custom_nei_filters and open the vanilla.js in a text editor (Notepad++ preferably, not...
  20. Z

    What cool little thing have you discovered today?

    The specials keys probably get "identified" by java as keycode 0 which is what the NONE option is. Does it cause other things bound to NONE happen, too, when pressing those keys or just the minimap?