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

ASM Robots

A Minecraft mod around coding robots in assembly

Загрузки
39
Подписчики
0
Обновлён
22 августа 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

Ченджлог

1.1Релиз26.1.2 · 22 августа 2026 г.

Main Features

Upgrade System

  • Upgrades exist now, the most impactful of which are:
    • Floating point upgrade
    • Memory mapping upgrade

Programmable Face

  • The robot's face can be programmed

Xei Support

There is a custom recipe type which supports jei and rei

Full Changelog: https://github.com/KrazyMiner001/AsmRobots/compare/1.0...1.1

Комментарии

Загружаем…