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

    To design a Hardcore or Expert Mode pack

    I'm kinda worried that steel is going to become too much of a hurdle with early game immersive engineering. You need a pretty large investment of steel for the machines so it's far too easy to get stuck waiting for your steel to finish smelting before you can do anything further. Sevtec (sp?)...
  2. R

    Ask a simple question, get a simple answer

    message a mod directly about that, however if you have a lot of large image use spoiler tags, check the Community Showcase board for inspiration.
  3. R

    Ask a simple question, get a simple answer

    just about any self powered item-pipe will do, unless you want item entity pickup however you can pull from hoppers using pipes and you don't have to rely on the 1 item per tick speed to get the items elsewhere.
  4. R

    Those little things that irk you about Minecraft

    are you sure they aren't killed by random zombies/other hostiles?
  5. R

    Ask a simple question, get a simple answer

    add stack and speed upgrades
  6. R

    How do you automate Blood Magic alchemy with AE?

    For example enderIO where the there is a always extract on brown and a set of filtered insert triggered on redstone, one for each recipe and activated by the level emitter. Insert is done on green with a proxy chest.
  7. R

    How do you automate Blood Magic alchemy with AE?

    Another very helpful mechanic is the crafting card in a level emitter. That will let you activate a filtered extraction method based on which crafts are in progress
  8. R

    Applied Energistics exporting from second network

    Add an export bus, from A to B's interface and ad the items you want exported to it.
  9. R

    Modern Retro Project - Impossibru?

    Doing large-scale recipe overhauls for difficulty is only interesting when you craft a decent tech tree out of it. With appropriate gating of recipes based on machines/items/mobs needed to create certain materials bonus points for linking several techmods. But still making it so that you can...
  10. R

    (DW20 1.10.2-1.10.0): CPU throttling for no reason

    in a multicore machine a single thread going at 100% will show up as 100/<number of cores>. threads also get moved around the cpu by the kernel to move the load around. So it's still likely that a core is pegged.
  11. R

    Modern Retro Project - Impossibru?

    One thing that I've found disapointing is that there has never been a redpower2 computer equivalent. The only programming equivalents (computercraft, opencomputers, SFM, ...) have been high-level, none of them let you do stuff directly to the "hardware"
  12. R

    How are Block-Ids determined in 1.10+?

    The mapping of the string id to the numeric id should be in the meta data of the world save, most likely not, I believe that the mapping is filled based on the order the mods are loaded in the first time.
  13. R

    Direwolf20: DE Generators are underpowered

    The awesome DE generator isn't implemented yet. The dinky coal gen is just there in case you don't have any other power gen mods installed.
  14. R

    any measure taken in responce with cloudleak?

    https://blog.cloudflare.com/incident-report-on-memory-leak-caused-by-cloudflare-parser-bug/ cloudfare was compromised for a time in februari and leaked full https requests and replies (including log-in information). I also know that this site uses cloudfare having seen the default DoS page a...
  15. R

    Blood Magic in 1.8+: Beating the Grind

    You can also use a vanilla dark room as a mob spawner in case you haven't gotten to the auto spawner tech yet in the other mods. Though IIRC you need the mobs to be at full health at the killing station for maximal LP generation.
  16. R

    Those little things that irk you about Minecraft

    but efficient communication between C++ and JRE isn't going to be as efficient as pure java because the JRE can't jit optimize across the C++ api boundary
  17. R

    Ask a simple question, get a simple answer

    you can use a level emitter detecting the sand in the system to block placing the skulls until there is enough
  18. R

    Those little things that irk you about Minecraft

    Or the modder just give up asking for the feature because they just expect it never gets added
  19. R

    Can I move items from cell to cell (AE2)?

    Create a 64k cell put it in a drive pull out a full 16k and put it in the IO port set to pull items out of the cell and put it in the network. once the 16k is empty take it out and shift click it to separate the memory module and casing use the module and casing to build another 64k and repeat...
  20. R

    export buses and timing

    the redstone card has a pulse option then you just need a redstone timer