update mtsr version to maintentance release

This commit is contained in:
Aleksandr Avdeev 2024-10-24 19:34:21 +05:00 committed by Andrey Stepanov
parent 39886e6a96
commit ce8b08d2d7
Signed by: Koldun
GPG Key ID: 53DE683337F5D25F
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", {
description = "TA Placa de construção (pt-BR)",
inventory_image = 'techage_constr_plan_inv.png',
tiles = {"techage_constr_plan.png"},
inventory_image = 'techage_constr_plan_inv_br.png',
tiles = {"techage_constr_plan_br.png"},
drawtype = "nodebox",
node_box = board_box,
selection_box = board_box,
@ -242,15 +242,14 @@ minetest.register_craft({
minetest.register_craft({
type = "shapeless",
output = "techage:construction_board",
output = "techage:construction_board_pt_BR",
recipe = {"techage:construction_board_RU"},
recipe = {"techage:construction_board_pt_BR"},
})
minetest.register_craft({
type = "shapeless",
output = "techage:construction_board_pt_BR",
recipe = {"techage:construction_board_EN"},
output = "techage:construction_board",
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