fix construction_board craft recipe loop
This commit is contained in:
parent
84b8766b7d
commit
958a1c9c9e
@ -238,7 +238,7 @@ minetest.register_craft({
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "techage:construction_board",
|
output = "techage:construction_board",
|
||||||
recipe = {"techage:construction_board_pt_RU"},
|
recipe = {"techage:construction_board_RU"},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
@ -249,7 +249,7 @@ minetest.register_craft({
|
|||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "techage:construction_board_pt_RU",
|
output = "techage:construction_board_RU",
|
||||||
recipe = {"techage:construction_board_pt_BR"},
|
recipe = {"techage:construction_board_pt_BR"},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user