feat: slime block

This commit is contained in:
Fireblade
2026-05-22 21:15:13 -04:00
parent 67d6b2692f
commit 05c14bc0fe
38 changed files with 449 additions and 33 deletions
+1
View File
@@ -5,6 +5,7 @@
TransparentTile::TransparentTile(int id, Material *material, bool allowSame, bool isSolidRender) : Tile(id, material,isSolidRender)
{
this->allowSame = allowSame;
setLightBlock(1);
}
bool TransparentTile::isSolidRender(bool isServerLevel)