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

    Unbreakable (not easily breakable) transparent blocks?

    Oh, the link to the command block explanation is very nice, thank you! I will check the obsi glass out. If this works for me, than this solution would be the least effort to use, thanks! Okay, didn't know that. Thanks! Problem solved three times :)
  2. K

    Unbreakable (not easily breakable) transparent blocks?

    Hi, I'm working on an adventure mode mini-game. For this I'd like to use a transparent block (ideally with connected textures) that is either not or only very hard to break. All glas types I've checked so far can be broken with a sword, that's my problem. Currently I'm thinking about using...
  3. K

    CC Turtle Programs [dome builder][platforms for sky maps] [Mob Farm] [Mansion] [automated tree farm]

    Platform builder program: tPlatform Hi there! When you are playing a sky map you may find this program especially useful. The turtle builds for you a (spawnproof) platform without the risk of falling down, while you watch it or do other useful stuff :) In the video I also demonstrate how you...
  4. K

    CC Turtle Programs [dome builder][platforms for sky maps] [Mob Farm] [Mansion] [automated tree farm]

    Thank you! Well, the three programs I posted so far are all in my personal top 5. However, I think my current project (unnamed mini-game) will become my new number 1 ;)
  5. K

    CC Turtle Programs [dome builder][platforms for sky maps] [Mob Farm] [Mansion] [automated tree farm]

    Mob farm built by turtle Hi there! A while ago I made a nice turtle program that builds a fully functional mob farm for you. The video recently got the 100th like! Maybe that's not much for a big youtuber, but I'm really happy about it :) The program is especailly useful in the early game as...
  6. K

    CC Turtle Programs [dome builder][platforms for sky maps] [Mob Farm] [Mansion] [automated tree farm]

    Mansion built by turtle Hi there! You want to build a luxurious mansion without tedious placing of blocks? Try out this building program. With it your turtle can build you a nice two story house, while you lean back and watch ;) Program details: - mansion size is 25x28x12 - as it's quite a...
  7. K

    Computer Craft

    Hm, interesting. Never heared about this before. Startup should do the trick, even when not chunk loaded the display will refresh when you come near the monitor. If it's really some weird bug, you could put your code in a loop that prints it again after 5min, e.g.: while true do -- your...
  8. K

    Computercraft?

    Well, the "mon" is the name of a variable, so it's not important if you call it mon, monitor, or whatever you like. Important is the side you have attached the monitor. I often put my monitor on top, with this you can try: local mon=peripherial.wrap("top") -- defines the peripheral in a local...
  9. K

    CC Turtle Programs [dome builder][platforms for sky maps] [Mob Farm] [Mansion] [automated tree farm]

    Automated Tree Farm Hi there! I've seen here several tree farms from different mods. I'd like to add this automated tree farm using a ComputerCraft turtle. Early game it is quite powerful. Later more expensive and specialized machines are better, but at this point you can have already a few...
  10. K

    CC Turtle Programs [dome builder][platforms for sky maps] [Mob Farm] [Mansion] [automated tree farm]

    Hi there, here is Kaikaku! I love programming ComputerCraft turtles and watching them as they build houses and do other automated stuff for me. Every now and then I will post here programs and YouTube videos. The latest ComputerCraft version introduced the awesome Command Computers. For sure I...
  11. K

    Unsupported Direwolf 20: 1.6.4 {PUBLIC BETA}

    Thanks for the tip! Think I go now mainly with AE.
  12. K

    Unsupported Direwolf 20: 1.6.4 {PUBLIC BETA}

    Mod Pack: Direwolf20 1.6.4 (v1.0.11) Mod: Logistics pipes What is the bug: Supplier logistics pipe and basic logistics pipe hooked to a powered redstone furnace crashes the game without error message. 1st crash: as I put wood into the supplier pipe...