IntTurtle
The IntTurtle modification introduces a unique addition to the Minecraft world - turtles that can be programmed using the Intcode programming language. This adds a completely new dimension to gameplay.
For interaction with the game world, a special system operator has been introduced. A detailed list of available system commands can be studied in the corresponding file included with the modification.
Turtle Levels
The system offers two types of turtles with different performance characteristics:
Basic turtle: Processes 4 Intcode instructions per game tick
Advanced turtle: Capable of executing 64 Intcode instructions per tick
Operation Execution Features
Some types of operations have frequency execution limitations. If a turtle attempts to perform such operations multiple times within one game tick, it will wait for the next tick to continue working. This creates realistic programming constraints.
Input-Output Operations
Both IntCode I/O operators are supported. The input operator always returns value 10 (newline character), while the output operator interprets data as Unicode and sends it to chat when a newline character is output.
This mod was created specifically for WinterJam 2021 and features a thematic winter atmosphere, related to the use of the Intcode language developed for the AdventOfCode advent calendar.