promotional bannermobile promotional banner

Redbyte

Adds robots that can be programmed in-game using a custom simple language.

File Details

v0.2.0-alpha

  • R
  • Mar 2, 2026
  • 130.66 KB
  • 7
  • 1.21
  • Forge

File Name

redbyte-0.2.0.jar

Supported Versions

  • 1.21

Curse Maven Snippet

Forge

implementation "curse.maven:redbyte-1471406:7699496"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

General:

  • Robo Spawner item (spawns Robo as entity)
  • Robo Entity (right click to open terminal)
  • Robo Terminal (write code, build and execute if build is fine)

Added:

  • code diagnostics
  • tick-wise evaluation
  • binding (type check, variable check, more abstract representation of ASTs) and lowerer (AST simplifier)
  • new functions (walk, walkto, jump, attack, can_attack, follow, stop_follow, position_x, position_y, position_z)
  • new types (text and boolean)
  • better code editing flow via keybindings, scrollbar and line numbers