
Computeacube
Computeacube is a fork of the popular ComputerCraft mod specifically adapted for Minecraft version 1.12.2. Important note: all discovered bugs should be reported on this mod page, not on the original ComputerCraft page.
Significant improvements and additions
Turtle enhancements
The mod significantly expands the functionality of programmable turtles:
Additional turtle interaction commands have been added that allow interacting with items and blocks, simulating right-click
Existing inventory management functions have been improved with slot specification capabilities
New inspection functions show contents in specific slots of containers
Device programming APIs
Computeacube provides powerful programming tools:
- BigInteger API removes limitations on working with large integers and implements functionality from CCTweaks
- BigDecimal API extends calculation capabilities with decimal numbers
- Socket API enables TCP connections for communication beyond ComputerCraft
- WorldUtils API simplifies block work by converting numeric IDs to text and vice versa
Advanced programming tools
- BitOp API extends the standard Bit library with new operations
- Regex API provides full Java regular expression support
- AdvMath API adds additional mathematical functions
- Serial API allows variable encoding in bit format for memory saving
Pocket computers
Pocket devices now appear in hand as miniature maps (implementation of CCTweaks feature). Function for obtaining information about players or mobs has also been added.
About ComputerCraft
ComputerCraft is a mod that brings computer programming elements to Minecraft. It enables creating computers and turtle robots directly in the game world and programming them in Lua language. This automation approach opens practically limitless possibilities for creativity and gameplay optimization.
For beginners, it's an excellent opportunity to learn real programming skills in an interesting environment.