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

    Advice: diverse liquid storage

    As an experiment, I setup a 'tank room' in my current base, and used LP to route things around. AE network exports excess bees to the liquid dna machine which is extracted into a tank. Also takes honeydrops into the squeezer, an LP extracts the honey and routes it to the appropriate tank...
  2. K

    Need help with easy computer craft code

    hrm... try this? while true do os.pullEvent("redstone") if redstone.getInput("right") then Cargo() end if redstone.getInput("left") then Track() end end Also, you may need to wait between pressing buttons. It also may help to lay a little redstone wire so you can see...
  3. K

    FTB Store. Looking for input on what people want.

    Id love to see 3d-printed versions of the various FTB mod bricks - or even multiblocks. an AE controller was suggested. But im sure a 36HP boiler would also be popular. and +1 for coffee mugs. just make sure they come in several sizes.
  4. K

    Breeding trees question

    id say spectales are REQUIRED in order to see whats going on. Same goes for the grafter (make yourself a stack of them) Also, you need to run the vanilla trees through your treealyzer to change them into their forestry equivalent. So grab 3 oak saplings, 3 birch saplings, run them through...
  5. K

    What's the "easiest" auto farm device in unleashed?

    Yeah ONE batch of apatite will last you a really really long time. Especially with only 1 farm. Somebody said that a medium sized deposit of apatite will last you for months (RL months, not minecraft months). My AE network still has 20k fertilizer and thats with 2 farms, and 3 fermenters all...
  6. K

    What's the "easiest" auto farm device in unleashed?

    I had similar issues with harvesters harvesting stuff they were not supposed do. but once I removed any upgrades (or used smaller ones). the problems went away. Emerald upgrade seems bugged. But if you want "plug and play" AND you have plenty of resources. setup a forestry multiblock farm...
  7. K

    AE External Crafting problem

    Make sure you put your encoded pattern in the slot like you have in the screenshot. Then leave the export/import sections empty. Also check your network to see if you have any duplicates: Take the pattern out of the interface processing slot and make sure it also vanishes from your access...
  8. K

    MFR vs Forestry tree farms

    interesting opinions. While MFR farms are definitely cheaper in terms of materials, I found the forestry farms easier to maintain. All your pipes goto one place, you can size the production to however big you want. Plus it has a nice internal buffer, so you dont HAVE to place an output...
  9. K

    AE External Crafting problem

    Just pipe the items out of the furnaces into an output chest. put a basic Import bus on the output chest. so the flow works like so: Interface -> InputChest -> BC pipe -> furnaces -> BC Pipe -> OutputChest -> Import bus
  10. K

    Share Your Tinker's Construct Tools!

    Nice ideas on these tools. Im trying to put together a bow and a sword that are reasonably easy to fix. I have PLENTY of overworld resources thanks to my quarries, but very little from the nether, as mining in there is a pain. I spend more time dodging ghast fireballs than mining stuff...
  11. K

    Alternative to RP2 pneumatic tubes

    hrm. something got lost in translation there. My layout is when viewed from the side. the whole structure is 2 blocks tall and 8 blocks wide, and only 1 block deep. so if you have many barrels, and a longer pipe it looks like so when viewed from the side. PPPPPPPIIIIIIIIIIIIIPP Q...
  12. K

    Alternative to RP2 pneumatic tubes

    here is what I use until i can get tesseracts and AE setup you will need: Quarry 4 cobble/stone transport pipes 3-4 barrels 3-4 insertion transport pipes (the blue ones) -- one pipe per barrel 1 chest place your barrels in a line 1 block from the quarry place your chest 1 block...
  13. K

    Trees aren't cross breeding?

    You may also need more bees. I got my trees to cross breed fine, but I also had 18 hives running
  14. K

    Time for me to actually learn Java.

    Books, tutorials, and even a university degree are all fine. But what do you want to DO with all this newfound knowledge? Create yourself a project and work towards creating it in java. Make it something you enjoy (that spiffy mod you always wanted to do). Dont make it something trivial...
  15. K

    Shift Click Bug?

    are doing a single click? or a shift-click? your post says both. I have a problem when doing a single click to pick something out of my inventory, the item just drops on the ground. This is because MC thinks the 'Alt' key is still pressed from when I did alt-tab. Taping the alt key fixes...
  16. K

    JVM Arguments for Modded Minecraft (Updated 12/30/13)

    Fascinating stuff.... So how does one tell if the JIT compiler is running at any given time? And then how does one tell how much code cache is used/available? Are there benchmark tools you use to check this stuff? It would be fun to see how much compiled code is actually USED in the course of...
  17. K

    More news about FTB's Future. (Important announcement)

    Definitely interesting times ahead. The merchandise sounds like a great way to raise money. but please include a generic "Donate" button for those of us who dont a t-shirt. Or provide other things to buy. Coffee mug? Mouse pad? and +1 to the NON-intrusive ads. Last thing i want is to...
  18. K

    Official FTB Seed request thread

    Looking for a DW20 (1.1.4) seed using BOP with Jungle, Redwood Forest and desert "close" together. Not necessary to border each other, but within reasonably easy travel distance.
  19. K

    Not able to set up server

    like woodpriest said - dont extract to your desktop. Make a folder C:\games\ftb_server and extract to that folder. Next - since you are having problems. try to start the server with a new world, so dont copy your old world files. if the server starts ok with a new world, then the problems...
  20. K

    Reset 0,0 map point

    im sure there is a command to set the spawn point But how come you want spawn to be at 0,0?