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

    Will this PC build run FTB fast?

    Honestly, FTB is more CPU dependent than GPU dependent. Upgrading the CPU with the extra 30 or 40 dollars makes no sense because your gaining more cores, not increasing the performance of the cores. Overclocking is fairly easy and most motherboards can do small overclocks automatically. The...
  2. D

    Will this PC build run FTB fast?

    The build is hardly ideal, he is giving up video card and processor performance for a SSD which is not very good. If he really wants the AMD chip he should get a CPU cooler and overclock at least.
  3. D

    Will this PC build run FTB fast?

    That build is okay, but the SSD is not great, the processor doesn't have a ton of single thread performance compared to Intel and the graphics card is low end. Your budget doesn't really allow room for a HDD and SSD. You should probably get just the SSD and use the HDD from your old computer...
  4. D

    Computercraft code/error help

    while true do if rs.getInput("left") then shell.run("program") else print("Flip Lever") sleep(5) end end This is what you want most likely. Constantly runs in a loop and when it gets the redstone signal it swaps to the program you want. When its not, every 5...
  5. D

    What's new in modded minecraft today?

    For now Logistics Pipes still needs BC but this is a step in the direction away from it. I suggested this path a whiles ago to the devs and while they seemed receptive, there is a lot of work to do and bugs to fix if BC independency will happen in the near future.
  6. D

    What's new in modded minecraft today?

    ITS HAPPENING! Logistics Pipes now has support for routing through Thermal Expansion Itemducts. Yes, you read that correctly. https://github.com/RS485/LogisticsPipes-Dev/commit/0ed69f59a6f9e4c838984e34ec6d74f4028fac91
  7. D

    Found a cool Liquid Duplication bug

    I assume the Drum considering I haven't had any issues with the transposer before and generators are also doing it. Just feed a ton of coal coke blocks to a high temp generator and after some time it overflows and stops producing any more until it hits 0 again.
  8. D

    What's new in modded minecraft today?

    Of interest to you MFR fans, there is another upcoming feature. Mob Routers! Works a bit like item routers, you can route mobs in different directions.
  9. D

    32x Faithful 32x32 Pack

    I prefer not to bundle any textures for mods that are not included in the FTB packs. When I have some spare time I will look into making it easier to add that additional support. As for the new NetherOres naming system, Faithful will not work with it yet because I have not renamed the textures...
  10. D

    What's new in modded minecraft today?

    Here is a big change in the latest dev build of Tinkers for 1.6.4. TConstructClientRegistry.registerManualModifier("tier1.5free", ironpick.copy(), new ItemStack(Item.appleGold, 1, 1), new ItemStack(Block.blockDiamond)); TConstructClientRegistry.registerManualModifier("creativefree"...
  11. D

    Found a cool Liquid Duplication bug

    God damnit RWTema. He has no integer overflow protection, this happens on Drums and Generators.
  12. D

    1.8

    Honestly I just want bug fixes and performance improvements. The lengths I have to go to for a stable 120 FPS is outrageous. If I had to pick some new content I would really like to see a well documented mod for manipulating a players inventory. I wouldn't mind seeing Gregtech become IC2...
  13. D

    Just wondering

    I play SSP but I go a little extreme so I run a server on my spare laptop just for that. 2 SSD's in RAID 1, a battery for power backup, under 2ms ping when home, and I can invite family or friends on my world whenever I feel like it. So far on my newest world I am liking ServerTools a ton...
  14. D

    What's new in modded minecraft today?

    Don't be silly. The wiki is held together by dreams and fairy dust. Leaving it unattended for even a moment results in some noob blowing himself with magic and/or nuclear power.
  15. D

    32x Faithful 32x32 Pack

    Technically it does have some support if you manually download it instead of through the launcher but I didn't feel there was enough to put it on the launcher for Magic Farm 2.
  16. D

    Horrible lag in tech world 2?

    Did you just add Mekanism, Atomic Science, and Big Reactors yesterday or did you have these mods for the entire existence of the world?
  17. D

    Horrible lag in tech world 2?

    We need 2 things to even bother trying to help you: Logs. One from when the problem is happening is okay, one from before as well is even better. Specs. Memory means nothing if you have a weak processor or video card.
  18. D

    What's new in modded minecraft today?

    RWTema with an update for Extra Utilities. Version is now 1.0.3b Changelog: Version 1.0.3b Added: Precision Shears Changed: Recipe for sandy glass Fixed: Incorrect ore dictionary registrations Fixed: Angel blocks now break properly Suppressed Crash: Transfer node multiparts are no longer...
  19. D

    32x Faithful 32x32 Pack

    Its not fully compatible, he just made some fixes so there are less problems. I would suggest reporting your problem to sp614x.
  20. D

    What's new in modded minecraft today?

    Based on a quick look through the source code, when both the attacker and defender have the enchantment, it swaps positions. If just the attacker does, I think it randomly teleports the target a few blocks. Edit: Never mind. Appears to mess with inventory. Also this: if (stack != null &&...