CURRENTLY THIS IS A SINGLEPLAYER ONLY MOD
This minecraft mod allows writing scripts in Arucas with the goal of placing blocks based on math.
The working logic is similar to how shadertoy works: an expression is calculated for each block with block coordinates as inputs and as a result of this expression a block is placed at the coordinates.
FabricAPI required
Create a new script with /shadertoy new <name>
This file will contain a working script and can be run immediately, but the area on operation is defined within the file and might not match your desired are.
Set the area with one of the
following: /area pos1 <pos>
+ /area pos2 <pos>
, /area origin <origin> size <sizeX> <sizeY> <sizeZ>
, /area <pos1> <pos2>
.
The file can be located in .minecraft/config/shadertoy
. Recommended text editor: VSCode with Arucas extension.
Files can also be opened with /shadertoy open <name>
.
Run the script with /shadertoy run <name>
.