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