mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2024-12-22 17:47:34 +08:00
.. | ||
.gitignore | ||
block.properties | ||
entity.properties | ||
item.properties | ||
readme.md | ||
update.sh |
Editing Property Templates
The block, item, and entity property files are generated with a template builder. To modify these templates, you will need PoTater to regenerate the final property files. Download the latest release binary for your system, and place it in this ~/template
folder. Then run ~/update.sh
as needed to generate the new property files.
Editing Colored Lighting
There are two ways to edit colored lighting (explained below). Either method will require editing the block.properties mappings.
The Simple/Easy Way
New block IDs can be easily added to existing block/light mappings.
TODO: expand and example
The Advanced Way
Completely new block/light mappings can also be added, but it will require working with some GLSL code.
TODO: expand and example