Ben's Turtle Code Editor
This editor is for editing programs for Turtles in the Computercraft Minecraft mod
Running Programs
- To run a program, run
bb <username>/<program name>
. You must have installed bb
first.
- Run
bb
without arguments to save a default username to use. You can still explicitly specify a username.
- Some modules require Peter's Operating System. More info about it can be found at https://peter.crall.family/minecraft/cc/pos
Editor
- All code hosted here is licensed under GNU General Public License v3.0 unless otherwise stated in the code.
License Summary:
You may | Limitations | You must |
Use for private use | No Liability | Provide license and copyright notice |
Make modification | No Warranty | State changes |
Distribute | | Disclose source |
Use for commercial use | | Use same license |
Click the link to view details as well as the full license.
- To view another user's projects, log in with their username and a blank password field. You must be logged in with your password to save changes.
- To log out, simply reload the page
Installation
You have two options for installing
bb
- If you are not using POS: Run
wget https://orangeben.dev/mc/turtle/bb
in the directory you want to call bb from.
- If you are running POS: Install BB through the package manager.