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

    The slightly overdue updates

    Yeah, the MFR one is called the Unifier, and I think the Mariculture one is called Autodictionary or something. I'll usually just plop one down early-mid-game as soon as I can afford it, then once I start on automation I'll figure out how to hook it into the system.
  2. K

    Wither boss trap

    Yeah, interesting that it just happened to be .375, which happens to be 3/8, which happens to divide evenly into 64.
  3. K

    The slightly overdue updates

    Looks viable. Personally I enjoy figuring out how to automate it by automatically piping stuff through an OreDict converter, like the MFR or Mariculture ones (if I can find a pearl...).
  4. K

    Wither boss trap

    64 × .375 = 24 In some countries like the us, the dot is used to denote the decimal point, whereas the comma denotes thousands separator - the complete opposite of many other countries.
  5. K

    I've never been scared.....

    That's testable.
  6. K

    I've never been scared.....

    Maybe it doesn't keep some of the data - such as the charge. Since quantum armor is pretty useless without a charge, might explain things.
  7. K

    Found this in the DW20 pack

    I've seen this in denLib.log. Not sure if that's just a general logfile that everyone uses or if it's specific to the denLib core - that would narrow it down. Possibly Plugins for Forestry.
  8. K

    I've never been scared.....

    I don't usually scare in Minecraft or FTB. First time playing on the newly released Horizons pack, I had a little bunker and underground farm right next to a tainted biome. Tainticles, tainted chickens and pigs, taint swarms - no problem. It's not until I'm harvesting some of my crops - mostly...
  9. K

    The slightly overdue updates

    Is there a way to get both BoP and Highlands without ATG - or does that always require enabling one or the other in default worlds in the config?
  10. K

    Surfacing and submerging a base

    Is qCraft in dw20? ;-)
  11. K

    Mob Spawner Help.

    Hoppers don't automatically push to pipes. If you're using BC pipes, stick an Autarchic Gate on it. With TE itemducts, apply a redstone signal or a Pneumatic Servo and make sure the pipe is wrenched to pull mode (with the red arrow).
  12. K

    Effiecient way to collect diamonds in D20 1.0.12

    Forestry Bees also can produce diamonds. Not sure if DW20 pack has Magic Crops, but there's a way to grow diamonds with that.
  13. K

    Multiple versions of the same ore?!

    Alternatively you can have them converted in an Ore-Dictionary device, like the MFR Unifier or the Mariculture Dictionary (I think it's called that)
  14. K

    Most Durable Tinkers Construct Pickaxe??

    Actually I think they fixed the Diamond-Emerald ordering, so now they both only modify the base durability, meaning that the order you apply them no longer matters, it always works as if you applied the emerald first.
  15. K

    This game sometimes...

    Can't make uranium out of UU unfortunately, though, I don't think, so that was always the biggest bottleneck, since you need it to make the uber-solar panels or to run a reactor.
  16. K

    Question about Tinkers Construct

    I've noticed that if you don't have the ratio quite right, or if you don't have enough in there. Look in the controller, and mouse over the bottom-most liquid. If should say the amount in there. I've noticed a bug where if you get the ratio/amounts wrong, you'll see Aluminum Brass at the bottom...
  17. K

    More mobs?

    If you're on a multiplayer server, that may affect it. Especially if someone's sitting at a mob spawner eating up the mob cap...
  18. K

    This game sometimes...

    I noticed before that animals really hate non-vanilla walls. Replace them with vanilla ones and they stop jumping.
  19. K

    Mock Block GUI?

    Type 14 in your nei search bar and see what comes up around it (eg 1409 and 1411)
  20. K

    PSA: Monster 1.0.6 and 1.0.7 Hotfix

    You would have to use more parenthesis in that case to enclose the comparison, since inversion (the !) gets evaluated first. if(!(id==0)) Which makes for more confusing code, but some programmers are more confusing. I'm a java, php, and C programmer, btw.