Compatibility
Minecraft: Java Edition
1.21.10–1.21.11
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
Licensed GPL-2.0-only
Published 2 months ago
A (fairly) simple interface for unit testing.
Usage:
/rut new <name>
Creates a new test
/rut run <name>
Runs a test
/rut listAssertions <name>
Lists the assertions required for the test to pass
/rut listInputs <name>
Lists the input tests for the test
/rut setAssertionTick <index> <tick>
Sets a tick for when to check the assertion
/rut setInputTick <index> <tick>
Sets a tick for when to set the block
To add an assertion or input, place down the block that it should be and left (for an input) or right (for an assertion) click with a wooden axe to add it.


