Define get_staticdata of minecart

This commit is contained in:
Wuzzy 2017-09-05 15:28:04 +02:00
parent 63ebc3143c
commit 44f4db844e
1 changed files with 4 additions and 0 deletions

View File

@ -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