Перейти к содержимому
Mineforgian

ASM Robots

A Minecraft mod around coding robots in assembly

Загрузки
4
Подписчики
0
Обновлён
3 июля 2026 г.
Лицензия
MIT

Опубликован 3 июля 2026 г.

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:

  1. You program an entity instead of a block
  2. 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

Screenshot

Комментарии

Загружаем…