fix extended blocks solidity & fix extended blocks neighbours update

This commit is contained in:
MihailRis
2024-10-22 08:06:26 +03:00
parent 64cf9bb273
commit b217c902c4
3 changed files with 39 additions and 2 deletions
+1
View File
@@ -37,6 +37,7 @@ public:
BlocksController(Level* level, uint padding);
void updateSides(int x, int y, int z);
void updateSides(int x, int y, int z, int w, int h, int d);
void updateBlock(int x, int y, int z);
void breakBlock(Player* player, const Block& def, int x, int y, int z);