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

    Immibis's Macroblocks

    Re-uploaded to fix the missing names (I forgot to mark the language file to be included in the jar). Yes, bricks/tiles/etc have most of the properties of the original block.
  2. I

    Immibis's Macroblocks

    Yes, macro. Have you ever wanted to make your base out of melon bricks? Well, now you can! Download - Immibis Core is not required. This mod adds several texture variations of several vanilla blocks. Here's a bunch of them. This is not all of the available combinations: These variations...
  3. I

    The moment of truth has arrived...

    Java MC is surprisingly fast without mods.
  4. I

    Bug Ender Storage(?) Crash

    I edited my post.
  5. I

    Bug Ender Storage(?) Crash

    Relevant part: ava.lang.RuntimeException: java.util.zip.ZipException: Not in GZIP format at codechicken.enderstorage.api.EnderStorageManager.load(EnderStorageManager.java:109) ~[EnderStorageManager.class:?] at...
  6. I

    New Big Reactors simulator

    Fixed now, you'll want to download it again. Thanks for telling me about that.
  7. I

    Cross mod power generation

    An interesting point. If I think about it, that would have happened to BC power, but probably wouldn't have happened to IC2 power, because the value of IC2 power is tied to the built-in storage blocks and transformers.
  8. I

    New Big Reactors simulator

    You mean that if you try to save a 1x1x1 reactor, nothing happens? Works for me (H4sIAAAAAAAAAGNgYGBkQMJuALR92vYRAAAA is the code for a 1x1x1 reactor with just a fuel rod)
  9. I

    The Chicken Bones Mod - helps you pick up chicks! (Modjam 3)

    Have an update to 1.7.10 Some recipes tweaked to add in Chicken Chunks (as a crafting ingredient). Also, I couldn't see how to make a chicken chest duplicate items. Yes, it desyncs if you try to use your own chest, but if you open it again, or try to use the glitched items, it should go back...
  10. I

    Buildcraft builder : reactorcraft

    It might be added to ReactorCraft or to Buildcraft Compat if you ask nicely (not me).
  11. I

    Packet logging mod

    The packets are encrypted and not compressed, AFAIK. If you're only looking at server pings, then I don't think those are encrypted. A normal connection definitely is.
  12. I

    Packet logging mod

    You'll need some kind of crypto library, and you'll need a way to trick Minecraft into letting you "attack" the connection (possibly with a mod).
  13. I

    Cross mod power generation

    Heh... when I started playing modded Minecraft, that was an absolutely ludicrous amount of power, and the only thing you could sanely do with it was dump it into a mass fab. (15k RF/t is about 4k EU/t)
  14. I

    Ender quarry mines at different speeds, dunno why

    x2 energy per block, but heaps more blocks per second, = heaps more energy per second.
  15. I

    Those little things that irk you about Minecraft

    While it's true that Java doesn't cause bad performance by itself, it definitely doesn't help either. For example, it has no support for value types, so if you want to do something like BlockPos, you have to rely on JVM optimizations to "fix" it for you - and sometimes the JVM won't be able to...
  16. I

    [1.7.10] Material Energy^4

    Sometimes. I might not be there even if I'm online. /msg immibis
  17. I

    The moment of truth has arrived...

    Then why do so many people want 1.8?
  18. I

    What is the most compact thing you have made??

    You missed the joke. It's a solar panel.
  19. I

    What is the most compact thing you have made??

    I made a Big Reactor, powering a laser drill to get more yellorium, and with some power left over. It wasn't a very big Big Reactor, so it didn't make very much power. (It wasn't a very big laser drill either, so that didn't use much power and couldn't set things on fire) I fit the whole...
  20. I

    What is the most compact thing you have made??

    I placed a solar panel once. It was like a miniature Big Reactor feeding a miniature laser drill for yellorium - except the laser drill was pointing upwards, so it needed sky access instead of bedrock access.