mirror of
https://github.com/tacigar/maidroid.git
synced 2024-11-05 09:40:34 +01:00
Brush up
This commit is contained in:
parent
fa82f3ccc0
commit
747882cc8c
|
@ -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
|
||||
|
||||
---------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
-- https://github.com/tacigar/maidroid
|
||||
------------------------------------------------------------
|
||||
|
||||
maidroid_tool.shared = {}
|
||||
|
||||
-- maidroid_tool.shared.generate_writer is a shared
|
||||
-- function called for registering egg writer and core writer.
|
||||
function maidroid_tool.register_writer(nodename, options)
|
||||
|
|
Loading…
Reference in New Issue
Block a user