fluo10's blog

  • Home
    • English
    • 日本語
  • Blog
  • Categories
    • Computer
    • Life
    • Notification
  • Tags
  • Privacy policy
  • Links
    • Github
    • qiita

© 2025. All rights reserved.

  • Do Shield tunnelling with ComputerCraft

    Posted at:
    Monday, January 15, 2024 0:00 am
    Category:
    • Computer
    Tags:
    • lua
    • minecraft
    • ComputerCraft
    • CC-Tweaked

    I’m playing Minecraft now.

    I chose amplified world because its terrain is fantastic. But maybe due to it’s complex geometry, I found a lot of underground water while mining and it bother me.

    I ordinaly wanted to automate the work by using scripts to learn programming, so I decided to take this oppotunity to install the mod, CC:Tweaked, a fork of CompuyterCraft, and write a script to build a wall(replacing the surrounding non solid blocks with solid blocks) while digging hole like the shielding construction method.

    Read More…