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

    rhn's continued adventures: a build journal, guide collection etc.

    The tower looks amazing! With the ring surrounding it it reminds me a lot of Realgam Tower from Pokemon Colosseum/XD.
  2. L

    Ask a simple question, get a simple answer

    When determining which aura node is bigger (for node bullying), what are the deciding factors? Is it maximum vis or current vis, and then is it the sum of all its aspects or just the greatest one?
  3. L

    Mod Feedback [By Request] RotaryCraft Suggestions

    Concerning the autocrafter, when it crafts a recipe that uses items that aren't consumed (for example, the utensils in Pam's Harvestcraft), is it possible to change it to leave them in the input chest instead of sending them to a hidden inventory slot and subsequently jamming?
  4. L

    #BlameMojang

    Wouldn't a much better solution be to define an abstract static method getTrackingID() in Entity, that each class then implements? Then that entire mess of if/else statements could be condensed to just differentiating between EntityPlayer/EntityLiving/everything else, and returning the...
  5. L

    #BlameMojang

    At risk of necroposting, I found this gem in 1.9: private Packet<?> createSpawnPacket() { if (this.trackedEntity.isDead) { LOGGER.warn("Fetching addPacket for removed entity"); } Packet pkt =...
  6. L

    How do block and item textures work in 1.9.4?

    Thank you! The first tutorial helped out greatly. I feel like this is the kind of thing that is only difficult once, and then becomes easy once you figure it out.
  7. L

    How do block and item textures work in 1.9.4?

    Forgive me if this is what's considered a "noob question" - I've just started getting into modding. In newer versions of Minecraft, the system for textures has been seemingly overhauled, moving to a JSON format. If someone could post a simple example of how to give an item a texture in 1.9.4, I...
  8. L

    What thing have you never done in FtB?

    I still hold the opinion that Forestry's old farms were actually more multiblock than the new ones, since you had to design a system that would manage the inputs and outputs of the planters and harvesters, while in the new ones you just plop a bunch of magic farm blocks in a 3x4x3 box, and it...
  9. L

    What thing have you never done in FtB?

    I've never used Big Reactors since it just seems so cliche nowadays. I always go with a RotaryCraft Gas Turbine for late-game RF production, if my modpack has RF at all. I've also never used ReactorCraft, though I'll get around to it one of these days. I don't think I've ever made a nice...
  10. L

    Mod Feedback ChromatiCraft questions and suggestions

    I figured that since one of the recent updates made the crystals explode if you try to break them, they're not intended to be moved.
  11. L

    Mod Feedback ChromatiCraft questions and suggestions

    Found a bit of an exploit (though I'm hesitant to call it that since it's very lategame Thaumcraft and costs a lot of vis), in that it's still possible to pick up and move Power Crystals using the Dislocation focus from Thaumic Tinkerer.
  12. L

    Mod Feedback ChromatiCraft questions and suggestions

    Hey Reika, how would you feel about adding some Iridescent Crystal Lamps? Basically crafted the same way as the regular lamps, for a purely decorative version of the Power Crystals. :)
  13. L

    Mod Feedback ChromatiCraft questions and suggestions

    Funny, I struggled with this just yesterday. Here's how it works: First, use the Linker to bind it to a location within 64 (?) blocks. (Right-click with the Linker on the inserter and then right-click it on the block to bind to. For alloys, you'll then want to replace said block with a puddle...
  14. L

    Mod Feedback ChromatiCraft questions and suggestions

    Just found a bug: If you place an Adjacency Core and then break it with Silk touch, it drops the old Tile Accelerator, allowing you to basically convert any of the cores into an Accelerator. Not too big of an exploit since the costs are the same regardless (just with different colours); it's...
  15. L

    Mod Feedback ChromatiCraft questions and suggestions

    I'm a bit confused about how to use World Shift. Could someone please help me out?
  16. L

    Mod Feedback ChromatiCraft questions and suggestions

    I just made the Biome Painter, and I have to say, it is pretty neat. I do have a few ideas/suggestions for it though. -The framerate absolutely plummets on the painting screen itself (I went from about 45 FPS to 5), though I don't think this is really avoidable due to its nature. -The ability...
  17. L

    Mod Feedback ChromatiCraft questions and suggestions

    That sort of reminds me of another game, appropriately called "Chromatron".
  18. L

    Mod Feedback ChromatiCraft questions and suggestions

    Explore and look for info fragments. Desert burrows are probably your best bet.
  19. L

    Mod Feedback ChromatiCraft questions and suggestions

    I checked the code, and apparently they generate in swamps (and Thaumcraft Eerie biomes). I guess I mostly haven't found any because my world has a very hot and dry climate. (Seriously, nothing but deserts, savannahs, and the occasional Birch Forest in a huge area around my base)
  20. L

    Mod Feedback ChromatiCraft questions and suggestions

    Hmm... After exploring 3 or 4 ender forests, I still haven't found any. I remember someone else hinting that they could be found in swamps, but I haven't found any there either.