mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Define get_staticdata of minecart
This commit is contained in:
parent
63ebc3143c
commit
44f4db844e
1 changed files with 4 additions and 0 deletions
|
@ -289,6 +289,10 @@ local function register_entity(entity_id, mesh, textures, drop, on_rightclick)
|
|||
update = nil
|
||||
end
|
||||
|
||||
function cart:get_staticdata()
|
||||
return ""
|
||||
end
|
||||
|
||||
minetest.register_entity(entity_id, cart)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue