update mtsr version to maintentance release

This commit is contained in:
Aleksandr Avdeev 2024-10-24 17:34:21 +03:00
parent ef23eff192
commit 5f7d19dd5c
3 changed files with 5 additions and 6 deletions

View File

@ -191,8 +191,8 @@ minetest.register_craft({
minetest.register_node("techage:construction_board_pt_BR", { minetest.register_node("techage:construction_board_pt_BR", {
description = "TA Placa de construção (pt-BR)", description = "TA Placa de construção (pt-BR)",
inventory_image = 'techage_constr_plan_inv.png', inventory_image = 'techage_constr_plan_inv_br.png',
tiles = {"techage_constr_plan.png"}, tiles = {"techage_constr_plan_br.png"},
drawtype = "nodebox", drawtype = "nodebox",
node_box = board_box, node_box = board_box,
selection_box = board_box, selection_box = board_box,
@ -242,15 +242,14 @@ minetest.register_craft({
minetest.register_craft({ minetest.register_craft({
type = "shapeless", type = "shapeless",
output = "techage:construction_board", output = "techage:construction_board_pt_BR",
recipe = {"techage:construction_board_RU"}, recipe = {"techage:construction_board_RU"},
recipe = {"techage:construction_board_pt_BR"},
}) })
minetest.register_craft({ minetest.register_craft({
type = "shapeless", type = "shapeless",
output = "techage:construction_board_pt_BR", output = "techage:construction_board",
recipe = {"techage:construction_board_EN"}, recipe = {"techage:construction_board_pt_BR"},
}) })
-- --

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB