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

    Soul shard slime spawner not working.

    I made this tier 2 slime spawner using a soul shard and soul cage, but it's not working. The style of the farm is they don't have solid blocks to spawn on near the spawner, but other spawners work without solid blocks. Could this be the problem? Or is that my light level is 0. I am under y level 40.
  2. D

    Where to start?

    I would watch the mindcrack guys, specifically nebris if you are looking for IC and BC. If you want forestry and railcraft then Etho.
  3. D

    Computer craft trouble

    Not sure if the syntax of this is right but its a simple check fuel program. function Fuel If turtle.getFuelLevel() < 200 turtle.refuel(1) end end Fuel print turtle.FuelLevel()
  4. D

    Computer craft trouble

    I wrote a simple program into a turtle, and its name is prog. Its on the disk directory. When I'm in the disk directory and type prog it pops up with this message "bios:338: [string "prog"]:2: 'C' expected" Thanks
  5. D

    Bauxite in pine forest?

    I know bauxite spawns in normal forests, but does it spawn in pine forests?
  6. D

    How to get filler to work?

    I'm trying to get my filler to work and I can get it to dig out 1 level, but I want it to dig out from where it's placed to surface level. Is this possible? If so how do i do it? Thanks