Compare commits

...

1 commit

Author SHA1 Message Date
Jason the Leech
18ab7e887c
fixed typo 2023-03-24 01:11:31 -04:00

View file

@ -13,7 +13,7 @@ Here is how it works. For the red channel, the blocks are changed, for the blue
Lets say you place down the colour `#49f` the node that is placed down is `hexcol:4xx` the last 2 hex digits are converted to decimal and placed in the param2 therefore defining a colour from one of the 16 palette images generated by the PHP script in this repo. Lets say you place down the colour `#49f` the node that is placed down is `hexcol:4xx` the last 2 hex digits are converted to decimal and placed in the param2 therefore defining a colour from one of the 16 palette images generated by the PHP script in this repo.
The upside to this approch is that load times are much faster for players, and less notes are registered so other big mods can use the use the space instead. The upside to this approch is that load times are much faster for players, and less nodes are registered so other big mods can use the use the space instead.
The downside is that its harder to use with worldedit and when placing the nodes using the craftitem, the colour is delayed. So if you place `#49f` it wll show up as `#400` for a split second depending on server ping as it places down `hexcol:4xx` and then sets the param2 to `0x9f`. The downside is that its harder to use with worldedit and when placing the nodes using the craftitem, the colour is delayed. So if you place `#49f` it wll show up as `#400` for a split second depending on server ping as it places down `hexcol:4xx` and then sets the param2 to `0x9f`.