add on_replaced block event and on_block_replaced world event
This commit is contained in:
@@ -16,6 +16,12 @@ function on_broken(x, y, z, playerid)
|
||||
|
||||
Вызывается после разрушения блока игроком
|
||||
|
||||
```lua
|
||||
function on_replaced(x, y, z, playerid)
|
||||
```
|
||||
|
||||
Вызывается после замены блока игроком
|
||||
|
||||
```lua
|
||||
function on_interact(x, y, z, playerid) -> bool
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user