new funcs in Block, chatcolor enum

This commit is contained in:
sylvessa 2026-04-18 19:42:25 -05:00
parent c862675999
commit d47e47b4c2
6 changed files with 232 additions and 11 deletions

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;
}