misc fixes; add lang

This commit is contained in:
NULL511
2024-05-03 14:53:31 -04:00
parent 433b8e0332
commit 8d80bb6d6c
5 changed files with 19 additions and 4 deletions

View File

@ -238,9 +238,9 @@ void main() {
#ifdef WORLD
// disallow POM to work on signs.
if(blockEntityId == 2200) SIGN = 1;
if(blockEntityId == BLOCK_NO_POM) SIGN = 1;
if(blockEntityId == 2100) PORTAL = 1;
if(blockEntityId == BLOCK_END_PORTAL) PORTAL = 1;
#endif
NameTags = 0;