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

    CoFH problem... again.

    http://jsonlint.com/ You're welcome.
  2. K

    Colorless input for Thermal Expansion? What is it?

    Open access. Allows any slot in the machine to be accessed from that side, but no automatic input or output.
  3. K

    Induction Smelter recipes config?

    Honestly not sure what to tell you. It works fine for me (just tested), and presumably everyone else as well. It's in common.cfg, under Dynamo, subcategory <whatever>.
  4. K

    Induction Smelter recipes config?

    You'll have to disable Steel making in the Induction Smelter. There's a direct config option for that. The issue is that IC2 considers refined iron to be steel. Welp.
  5. K

    autonomous activator not working in y-direction

    Known bug? Known by whom? It's new to me. Nobody has ever reported it. Then again, I probably know why. The AA works properly, I just tested it. The issue here is with the Draconic Shovel.
  6. K

    How do you like mods to be balanced?

    RF is whatever you want it to be.
  7. K

    How do you like mods to be balanced?

    Comparing straight to BC, this is a reasonable interpretation. Comparing to itself, however, it quickly becomes a tedious chore to have 1 dynamo per machine. Power usage in TE is way higher and the crafting a fair bit more involved, so the 1:1 comparison is accurate numerically but sort of...
  8. K

    How do you like mods to be balanced?

    Could you elaborate on this? I'm a bit confused since Limited Functionality is exactly the point of TE (you can't max-augment everything), so I'm not sure what the complaint is.
  9. K

    Best Minecraft mods for Minecraft 1.8.7

    I agree with you completely. Fact of the matter is that 1.8.7 is at the moment a giant leap backwards in a lot of ways. I mean just an absolutely colossal mis-step from Mojang. EnumFacing is in many ways a copy of a Forge class (ForgeDirection), except poorly thought out. BlockPos replaces the...
  10. K

    Thermal Expansion Bust

    You have the wrong version of something. That's it.
  11. K

    Changing Machine Mod bye bye IC2?

    Just as an interesting exercise, go back and read some of the old posts when I announced RF. There was a whole lot of, "But I liked TE, now I'll never play it again. :(" and, <insert xkcd standards comic here>. It's really sort of funny in retrospect, since RF exists exactly because I went out...
  12. K

    Changing Machine Mod bye bye IC2?

    Incorrect. IC2 easily reaches 1 operation per tick. The only machine in TE that does that is the Cyclic Assembler, and even in that case, it costs more energy and is actually far slower than the normal process - crafting things, which is free (energy-wise) and instant (shift-click). Also, please...
  13. K

    [SOLVED] ISpecialArmor ArmorProperties either gives invincibility or no protection

    Just specify CoFHLib. It ships with Core, but it still counts as being there. Also, https://github.com/CoFH/RedstoneArsenal/blob/master/src/main/java/cofh/redstonearsenal/item/armor/ItemArmorRF.java is how armor is done, in general.
  14. K

    Ore Generation

    CoFH jsons for generation. /cofh clearblocks to remove all the dirt, stone, whatever and get a good visual idea of what it looks like. /cofh countblocks can count them, but I don't believe it's in any current packs just yet. Will find out and let you know.
  15. K

    DW20: JABBA & Itemtuct system getting clogged?

    You're using a basic servo. The extraction rate is SUPER slow, as a heads up. Even so, this isn't a problem I can reproduce. I can have 20 layers of barrels and it's still fine. Have you tried using the wrench to break the connections somewhat? The way that the network functions, it shouldn't...
  16. K

    Does anybody have any info on Thermal Dynamics?

    New updates out for TD. Super-Laminar ducts are in. There's a small amount of "overhead" in a sense - the duct network needs to be *full* before you reach unlimited flow. As far as the Tesseracts, they're in sort of a "don't touch for fear of breaking" state. It's something we plan on...
  17. K

    COFH World Generation User's Manual

    Not super likely. The OreDictionary deals with ItemStacks, not blocks. The nonsense associated with a convoluted reverse lookup would be incredibly, amazingly slow.
  18. K

    Mod Feedback Thermal Series Design/Feedback

    Nobody ever said that those things are "done," they're just developed enough to be out there. TE machines got a pretty big overhaul with Augments. The same can and likely will happen to other things in the mod. As far as "fully disabling," I don't believe you have the correct perspective to...
  19. K

    Mod Feedback Thermal Series Design/Feedback

    The issue here is Ars Magicka 2 being poorly coded. Locked Strongboxes ARE invulnerable in all cases where the correct procedures are being followed. I can't do anything about mods that do things improperly, however. Sort of, yeah. I imagine the purpose of a Warp Fluiduct would be to carry...
  20. K

    Any way to make IC2 ingots not be the default?

    It's very feasible to have it automatically change, so long as it's in the player's inventory. However, the way I do it with the Lexicon has tremendous advantages: 1) It allows the player to choose *their* preferred ingot/nugget/ore/whatever for *every* oreName in the game. 2) It allows the...