Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template fix + more mod support + credits rename #345

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion CREDITS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Credit to the people who inspired many changes and ideas, that you NEED to know



Temporal credits entry to people who added more mod support to Bliss:
Credits to people who added more mod support to Bliss:

MikiP98 / https://github.com/MikiP98 | Miki-Liki (Modrinth)
Benjamin Rühl / https://github.com/benruehl
Expand Down
419 changes: 266 additions & 153 deletions shaders/block.properties

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions shaders/lib/blocks.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@
#define BLOCK_SOUL_LANTERN 245
#define BLOCK_SOUL_TORCH 246
#define BLOCK_TORCH 247
#define BLOCK_248 248
#define BLOCK_249 249
#define BLOCK_LAMP_LIT_BLACK 250
#define BLOCK_LAMP_LIT_BLUE 251
#define BLOCK_LAMP_LIT_BROWN 252
Expand Down
Loading