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

    [1.7.10][TECH][NO RF OR EU] Industrialization

    Does this yet live?
  2. J

    Need help with Applied Energestics!

    It looks like there are config options for AE2 that turn off meteorites, sky stone chests, and inscribers being in the sky stone chests. I don't know what the intended method of getting the items are when those options are off.
  3. J

    Need help with Applied Energestics!

    As far as I know there should always be a chest, and always be at least one of the presses in the chest.
  4. J

    Need help with Applied Energestics!

    As I understand it, the chest should be the center block of the meteor. Unless the pack maker has added another way to get the presses, they only happen randomly in sky stone chests inside sky stone meteors. Edit to add: This is assuming single player. On servers, its also possible to copy...
  5. J

    Mod Feedback [By Request] RotaryCraft Suggestions

    I'd say #15 was over the top and satire... but I know better. It made me want to slap someone, and its not even my mod.
  6. J

    Mod Feedback [By Request] RotaryCraft Suggestions

    1. Yes, 16 dust each. I also thought I read a patch note about them also requiring minimum charging energy requiring jet fuel or equivalent infrastructure. 2. Bedrock breaker now requires 4MW.. which would be 4 of the 'plebe' coils.. and therefore also require the final shaft junction combining...
  7. J

    Reika's Update Checker

    Botania and a few other mods have a clickable link in the outdated version message that opens the download page for the mod in the default browser. You still have to copy the file into the mods folder yourself and remove or disable the old one. To my mind this is still an order of magnitude...
  8. J

    [1.7.10][TECH][NO RF OR EU] Industrialization

    CC / OC: I've only ever used computercraft, wouldn't mind using Open Computers as part of the "not the usual way of doing things" pack theme. I don't know what pros/cons integrating them has vs. picking one. Project red / blue power: They seem to have a bunch of overlapping recipes for the...
  9. J

    [1.7.10][TECH][NO RF OR EU] Industrialization

    Excellent, thank you. I'm really liking the pack so far with ~15ish hours of playtime.
  10. J

    [1.7.10][TECH][NO RF OR EU] Industrialization

    Are you planning or considering using something to unify (or at least de-duplicate) ore generation?
  11. J

    Mod Feedback [By Request] RotaryCraft Suggestions

    I have a minor bug report, I hope this is an appropriate place for it. I got an achievement that I shouldn't have in Rotarycraft V5c. It happened like this: 1. Place gasoline engine feeding 16:1 gearbox, bevel gear, extractor. 2. Throw ores in extractor, wait a bit for some processing to...
  12. J

    [1.8][1.7.10] Utility Worlds 1.0.5 - Player-created mining and void dimensions

    Do you plan to post or release the source at some point? I'd love to see how this works.
  13. J

    [1.7.10] Pathfinder [Peaceful][HQM][Tech][Adventure][Listed]

    I made a stone axe head, and a wooden tool rod, combined them in the tool station, and put it straight into the Tree Chopper without using it. It is happily planting and harvesting. Though saplings planted by the chopper seem to take *forever* to grow.
  14. J

    [1.7.10] Pathfinder [Peaceful][HQM][Tech][Adventure][Listed]

    I was able to put a TiCon stone axe into a stone chopper and it works just fine.
  15. J

    Ask a simple question, get a simple answer

    EnderIO has a wireless charger that will charge any block/item in your (invenory/hotbar - not sure) that has an RF buffer.
  16. J

    Redpower help on making a working computer

    I'd probably start with adding binary numbers. Two rows of levers for input, and a row of lamps for output. Toggle in two binary numbers and read the result on the lamps. If you understand the basics of electronic discrete logic, this wiki page probably has all you need. If not, it should at...
  17. J

    Direwolf20 1.7.10 Help, Venting and Discussion Thread

    Sadly, the next level in contains only 100% "unspecified."
  18. J

    Direwolf20 1.7.10 Help, Venting and Discussion Thread

    My question is: What is root.tick.textures, and is it responsible for eating all my fps? This world was created in DW20 1.0.1 and has since been upgraded to 1.0.2. I've had medium-poor FPS from the beginning, though /cofh tps has never reported less than 20 ticks per second, as it should be...
  19. J

    Request Need a certain code for Computercraft Turtles~

    To start with only mining the block below if it is livingwood or livingrock, write a pair of loops that make the turtle travel above the 3x3 outer path. Write a function that gets called after each move to check the block below for being the right block, mine it if it is the correct block...