remap entities

This commit is contained in:
NULL511
2024-05-03 23:28:46 -04:00
parent 1bb63feb2a
commit 6537c382bd
8 changed files with 44 additions and 25 deletions

10
shaders/lib/entities.glsl Normal file
View File

@ -0,0 +1,10 @@
#define ENTITY_PLAYER 1201
#define ENTITY_LIGHTNING 1202
//#define ENTITY_DRAGON_WITH 1203
#define ENTITY_ITEM_FRAME 1301
#define ENTITY_SPECTRAL_ARROW 1302
#define ENTITY_TNT 1303
#define ENTITY_SSS_MEDIUM 1401
#define ENTITY_SSS_WEAK 1402

1
shaders/lib/items.glsl Normal file
View File

@ -0,0 +1 @@
#define ITEM_LIGHT_SOURCES 1000