Compatibility
Minecraft: Java Edition
26.1.2
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
Licensed MIT
Published 5 hours ago
ASM Robots
Table of Contents
About
A Minecraft mod around coding robots in assembly.
This mod is similar to mods such as Computer Craft and OpenComputers, except with 2 main differences:
- You program an entity instead of a block
- You program in assembly instead of in lua
Why I made this
- I like coding in assembly and wanted to make something with assembly myself (and because doing this with assembly is easier than writing a compiler)
- I was inspired by Mnemonimov releasing (great game btw, if you also like assembly you should try it)
- I wanted to make something like Computer Craft for a while
- I chose to use entities to distinguish it from Computer Craft and because I haven't seen much in the way of programmable entities in Minecraft
Documentation
Documentation can be accessed from the code editor in the robot's UI.
I will probably make it available out of the game at some point.
Installation
Install the mod by putting the file into minecraft/mods/ alongside a version of LDLib2, Kotlin for Forge and GuideME on a neoforge install for 26.1.2.
If you do not know how to install NeoForge, see their user guide.
Building
To build the mod, clone this repo and run gradle neoforge:build
Demo



