Add recipe
This commit is contained in:
parent
0e65368378
commit
f79eb9f8ea
@ -221,3 +221,8 @@ minetest.register_craft({
|
|||||||
recipe = {"techage:construction_board"},
|
recipe = {"techage:construction_board"},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "shapeless",
|
||||||
|
output = "techage:construction_board",
|
||||||
|
recipe = {"techage:construction_board_EN"},
|
||||||
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user