1
0
mirror of https://github.com/tacigar/maidroid.git synced 2025-03-22 20:10:20 +01:00

Merge branch 'master' into tacigar/farming_core

This commit is contained in:
tacigar 2016-12-18 01:32:38 +09:00
commit dcf7cd3fe8
4 changed files with 2 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

View File

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

View File

@ -3,8 +3,6 @@
-- https://github.com/tacigar/maidroid -- https://github.com/tacigar/maidroid
------------------------------------------------------------ ------------------------------------------------------------
maidroid_tool.shared = {}
-- maidroid_tool.shared.generate_writer is a shared -- maidroid_tool.shared.generate_writer is a shared
-- function called for registering egg writer and core writer. -- function called for registering egg writer and core writer.
function maidroid_tool.register_writer(nodename, options) function maidroid_tool.register_writer(nodename, options)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB