recipes added
This commit is contained in:
parent
68be1d80d4
commit
b11ffaf586
@ -17,7 +17,7 @@ Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt
|
||||
|
||||
|
||||
### Dependencies
|
||||
default, farming
|
||||
default, farming, basic_materials, tubelib2
|
||||
|
||||
### History
|
||||
- 2019-03-23 v0.01 * first draft
|
||||
|
@ -1 +1,4 @@
|
||||
default, farming, tubelib2
|
||||
default
|
||||
farming
|
||||
basic_materials
|
||||
tubelib2
|
||||
|
@ -59,7 +59,7 @@ local function switch_sign_changer(pos, new_idx)
|
||||
node.name = "signs_bot:changer"..new_idx
|
||||
minetest.swap_node(pos, node)
|
||||
-- swap sign
|
||||
local param2 = minetest.get_node(pos).param2
|
||||
local param2 = minetest.get_node(pos1).param2
|
||||
local sign = lib.dig_sign(pos1)
|
||||
if sign then
|
||||
M(pos):set_int("sign_param2_"..old_idx, param2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user