Sprache

Redstone Computer Utilities

Redstone Computer Utilities

Modrinth

Lightweight and Modular Redstone Computer Debugging Tools.

965 Downloads 5 Follower aktualisiert 40mo ago
neueste v0.2.1-mc1.19.3 Modrinth
Fabric 1.16 – 1.19.3 Game-mechanicsLibraryUtility

Highlights

  • Empowers programs in any programming language (as long as it supports JSON and TCP) to debug redstone computers
    • Specially, a Python library is provided to simplify development
      • The Python library uses asynchronous network communication, features high-level APIs and a user-friendly CLI and supports static typing.
  • Supports redstone wires in any sizes and shapes from horizontal, vertical to even diagonal ones
  • Completions and suggestions for every argument of all commands
  • Server-side-only implementation, fully compatible with vanilla clients
  • Compatibility with tick speed controlling, stepping and pausing implemented by other mods
  • Built-in English and Simplified Chinese translations

Installation

This mod supports Minecraft 1.16-1.19.3 and requires Java 17, the latest Fabric Loader and the latest Fabric API.

Only server-side installation is required for multiplayer and client-side installation is required for singleplayer.

Python 3.7.2 or newer (CPython or PyPy) is required to use the provided Python library.

$ pip install redstone-computer-utilities

or

# pyproject.toml
redstone-computer-utilities = "^0.2.0"

Basic Usage

  1. Execute /rcu to receive a wand item (or pick a pink dye by yourself).
  2. Attach target blocks to redstone wires of your redstone mechanics to be debugged.
  3. Left click with the wand item to select the most significant bit, right click to select the least significant bit.
  4. Execute /rcu new [interface name] to create an interface.
  5. Write debugging program and wrap it as a script.
  6. Start up the script.
  7. Execute /rcu run [script name] [interface name] to run the script.

You may also accelerate tick speed if it takes too long.

Check the GitHub repository NKID00/redstone-computer-utilities for details.

Versionen

Release
0.2.1-mc1.19.3
fabric · 1.19.3 · 40mo ago
## Features - port to mc1.19.3
208
Release
v0.2.1-mc1.16
fabric · 1.16, 1.16.1, 1.16.2 · 46mo ago
## Features - backport for mc1.16-1.19.1
186
Release
v0.2.1-mc1.17-1.18
fabric · 1.17, 1.17.1, 1.18 · 46mo ago
## Features - backport for mc1.16-1.19.1
236
Release
v0.2.1-mc1.19
fabric · 1.19, 1.19.1, 1.19.2 · 46mo ago
## Features - backport for mc1.16-1.19.1
221
Release
v0.2.0-mc1.19.2
fabric · 1.19.2 · 46mo ago
## Features - complete rewrite - new commands - new script communication protocol - new Python library to assist script development - i18n with builtin English…
119

Kommentare 0

Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.

Herunterladen Redstone Computer Utilities

Dateien werden direkt von der Originalquelle bereitgestellt. Modgrid hostet oder verändert sie nicht.