Loading...
Beta Modpages Unclaimed

Redstone Computer Utilities

Lightweight and Modular Redstone Computer Debugging Tools.

0 Likes
799 Downloads
Created by nkid00

Description

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


AD Become Premium to remove Ads!

What means Verified?

  • Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
  • Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
  • Security: The mod should not contain any malicious code or attempts to steal personal information.
  • Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
  • Originality: The mod should be original and not a copy of someone else's work.
  • Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
  • Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
  • License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
  • Documentation: The mod should come with clear and detailed documentation on how to install and use it.

AD Become Premium to remove Ads!

How to Install

1

Download Forge & Java

Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.

2

Prepare

Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.

3

Add Mods

Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder

4

Enjoy

You are now Ready. Re-start your Game and start Playing.

More Mods like this

Gauges and Switches

Adds buttons, levers, plates, timers, detectors, sensors, gauges and lamps. Configurable and wirelessly linkable.

Alternate Current

An efficient and non-locational redstone dust implementation

Super Circuit Maker

Ever wanted to build custom logic gates and complex circuits? Now you can!