Add recipe

master
Joachim Stolberg 2021-05-16 19:58:06 +02:00
parent 0e65368378
commit f79eb9f8ea
1 changed files with 5 additions and 0 deletions

View File

@ -221,3 +221,8 @@ minetest.register_craft({
recipe = {"techage:construction_board"},
})
minetest.register_craft({
type = "shapeless",
output = "techage:construction_board",
recipe = {"techage:construction_board_EN"},
})