update mtsr version to maintentance release
This commit is contained in:
parent
ef23eff192
commit
5f7d19dd5c
@ -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"},
|
||||
})
|
||||
|
||||
--
|
||||
|
BIN
techage/textures/techage_constr_plan_br.png
Normal file
BIN
techage/textures/techage_constr_plan_br.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
BIN
techage/textures/techage_constr_plan_inv_br.png
Normal file
BIN
techage/textures/techage_constr_plan_inv_br.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Loading…
Reference in New Issue
Block a user