new funcs in Block, chatcolor enum

This commit is contained in:
sylvessa
2026-04-18 19:57:14 -05:00
committed by itsRevela
parent 8dd9d92ad6
commit b441998732
6 changed files with 232 additions and 11 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ public class BlockState
if (!force && currentType != _typeId)
return false;
NativeBridge.SetTile(_world.getDimensionId(), _x, _y, _z, _typeId, _data);
NativeBridge.SetTile(_world.getDimensionId(), _x, _y, _z, _typeId, _data, applyPhysics ? 3 : 2);
return true;
}