Node placement client-side prediction
This commit is contained in:
parent
70b13374d6
commit
15213d8768
|
@ -342,6 +342,7 @@ minetest.nodedef_default = {
|
|||
usable = false,
|
||||
liquids_pointable = false,
|
||||
tool_capabilities = nil,
|
||||
node_placement_prediction = nil,
|
||||
|
||||
-- Interaction callbacks
|
||||
on_place = redef_wrapper(minetest, 'item_place'), -- minetest.item_place
|
||||
|
|
Loading…
Reference in New Issue