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
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

