- 8,085 views, 3 today
- 863 downloads, 1 today
6
Introduction
This Minecraft data pack adds turtles that can be programmed to automate tasks, inspired by the "ComputerCraft" mod. With a simplified and user-friendly approach to turtle programming, this data pack can be enjoyed by everyone. It can be used on servers and includes features designed for multiplayer interactions.
The optimization goal was to support multiple turtles running at once on a small server. For larger scales, the data pack includes performance options that can be adjusted in-game to limit potential lag caused by the turtles.
Features
Getting started
To start using the data pack, you'll need a turtle. You can craft an egg using the recipe below:
Hit the turtle (left-click) to open its menu, where you can create your own programs.
You can find examples and tutorials in the GitHub Wiki and this simple Introduction Video.
Previous versions
Links
GitHub https://github.com/Ivaynn/TurtleCraft
Discord https://discord.gg/QAtc7ZgPxS
This Minecraft data pack adds turtles that can be programmed to automate tasks, inspired by the "ComputerCraft" mod. With a simplified and user-friendly approach to turtle programming, this data pack can be enjoyed by everyone. It can be used on servers and includes features designed for multiplayer interactions.
The optimization goal was to support multiple turtles running at once on a small server. For larger scales, the data pack includes performance options that can be adjusted in-game to limit potential lag caused by the turtles.
Features
- Turtles that can be programmed to automate tasks
- Support for multiple turtles working together
- In-game program editor using chat menus
- Basic instructions for mining, farming, building, etc.
- Advanced instructions for conditions, loops and variables
- Ability to import programs from outside of the game
- An inventory system, allowing turtles to interact with items and blocks
- Support for equipped tools, allowing turtles to use them in their tasks
- Customization options for the turtle's appearance and behavior
- Performance options to optimize the data pack for your use
- A comprehensive wiki with examples and tutorials
- Made for Java Edition, starting on 1.19.4 (singleplayer and multiplayer)
Getting started
To start using the data pack, you'll need a turtle. You can craft an egg using the recipe below:
Hit the turtle (left-click) to open its menu, where you can create your own programs.
Program Edit Menu
You can find examples and tutorials in the GitHub Wiki and this simple Introduction Video.
Previous versions
- TurtleCraft v1.0.3 for Minecraft 1.20.4 - MediaFire
- TurtleCraft v1.0.2 for Minecraft 1.20.1 - MediaFire
- TurtleCraft v1.0.1 for Minecraft 1.20 - MediaFire
- TurtleCraft v1.0 for Minecraft 1.19.4 - MediaFire
Links
GitHub https://github.com/Ivaynn/TurtleCraft
Discord https://discord.gg/QAtc7ZgPxS
Compatibility | Minecraft 1.19 |
to | Minecraft 1.21 |
Tags |
4 Update Logs
TurtleCraft v1.1.0 (1.21) : by Ivaynn 07/06/2024 11:45:10 amJul 6th
Made for Minecraft 1.21
- Fixed issues caused by 1.20.5 and 1.21
- Turtles can use most of the new blocks and items
- Old turtles auto-upgrade to the new version
- New admin tool: upgrade_disc (upgrades a Turtle Disc from a previous version of the data pack)
- New admin tool: bypass_locks (toggle - ignores turtle locks)
- New turtle option: Clear Counters (clears counters on program start)
- New turtle option: Silent (stops turtle sounds)
- Improved the data pack options menu
- Added breakpoints and comment lines to turtle programs
- Added turtle rotation (r) to "counter pos"
- Improved the existing import programs and added new ones
LOAD MORE LOGS
5940850
119
Create an account or sign in to comment.