1
0
mirror of https://github.com/tacigar/maidroid.git synced 2025-07-16 14:20:22 +02:00
This commit is contained in:
tacigar
2016-12-18 00:38:36 +09:00
parent fa82f3ccc0
commit 747882cc8c
2 changed files with 2 additions and 4 deletions

View File

@ -209,7 +209,7 @@ end)
-- register empty item entity definition.
-- this entity may be hold by maidroid's hands.
;(function ()
do
minetest.register_craftitem("maidroid:dummy_empty_craftitem", {
wield_image = "maidroid_dummy_empty_craftitem.png",
})
@ -260,7 +260,7 @@ end)
on_step = on_step,
itemname = "",
})
end) ()
end
---------------------------------------------------------------------