mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-02-17 02:55:02 +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
|
update = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function cart:get_staticdata()
|
||||||
|
return ""
|
||||||
|
end
|
||||||
|
|
||||||
minetest.register_entity(entity_id, cart)
|
minetest.register_entity(entity_id, cart)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue