mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-26 14:13:50 +00:00
new funcs in Block, chatcolor enum
This commit is contained in:
parent
c862675999
commit
d47e47b4c2
6 changed files with 232 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue