MCMulator PC v7 is an execution enviroment for IGB Binary.
For architecture explanations, see IGB VM.
You can write programs for it using the IGB L2 programming language.
DISCLAMER: Doesn't work from 1.18 to 1.20.2 (See [MC-255244])
The bug above was fixed in 1.20.3, but this project was not tested on this version, so it may or may not work.
- RGB
- Max size: 240x240 (block entity render distance limit)
- Colors: RGB, ~16 million colors
- 16 color palette
- Max size: ????
- Colors: white, yellow, orange, red, magenta, purple, blue, light blue, lime, green, brown, cyan, light gray, pink, gray, black (Minecraft concrete colors)
In MCMPCv7, storage is based on NBT. There are no bits or bytes, only integers. Integers are stored in jukeboxes.
Data is accessed by an NBT path: RecordItem.tag.a
The position of the armor stand reading data is calculated with this equation:
x = cell % storageWidth, z = cell / storageWidth
PES is where instructions are stored.
It has a fixed size of 251x251 (63001)
It has a fixed size of 251x251 (63001)
Licensed under GNU GPLv3 or later