1
0
镜像来自 https://github.com/tacigar/maidroid.git synced 2025-10-15 21:55:37 +02:00

Brushup maidroid/api.lua

This commit is contained in:
tacigar
2016-12-17 18:43:01 +09:00
父節點 88ee24b140
當前提交 959d308048

查看文件

@@ -250,15 +250,15 @@ end)
end
minetest.register_entity("maidroid:dummy_item", {
hp_max = 1,
visual = "wielditem",
visual_size = {x = 0.025, y = 0.025},
hp_max = 1,
visual = "wielditem",
visual_size = {x = 0.025, y = 0.025},
collisionbox = {0, 0, 0, 0, 0, 0},
physical = false,
textures = {"air"},
on_activate = on_activate,
on_step = on_step,
itemname = "",
physical = false,
textures = {"air"},
on_activate = on_activate,
on_step = on_step,
itemname = "",
})
end) ()