optimized images and added a new sign (Caution. Possible fall from height)

This commit is contained in:
Vitaliy Olkhin 2025-01-12 21:48:28 +05:00
parent e874d4ee71
commit 54b577b380
23 changed files with 74 additions and 43 deletions

View File

@ -105,6 +105,20 @@ minetest.register_craft({
} }
}) })
minetest.register_craft({
output = 'plant_blocks:w15',
recipe = {
{'dye:black','plant_blocks:triangular_stencil', 'dye:yellow'},
{'plant_blocks:brush', '', 'plant_blocks:scissors'},
{'', 'basic_materials:plastic_sheet', ''},
},
replacements = {
{"plant_blocks:brush", "plant_blocks:brush"},
{"plant_blocks:triangular_stencil", "plant_blocks:triangular_stencil"},
{"plant_blocks:scissors", "plant_blocks:scissors"},
}
})
minetest.register_craft({ minetest.register_craft({
output = 'plant_blocks:yellow_line_floor', output = 'plant_blocks:yellow_line_floor',
recipe = { recipe = {

View File

@ -18,3 +18,4 @@ Direction to the emergency exit left down=Направление к эвакуа
Industrial hood=Промышленная вытяжка Industrial hood=Промышленная вытяжка
Industrial floor arrow with black and yellow line=Стрелка промышленного пола с черно-желтой линией Industrial floor arrow with black and yellow line=Стрелка промышленного пола с черно-желтой линией
Industrial floor arrow with black and yellow corner line=Стрелка промышленного пола с черно-желтой угловой линией Industrial floor arrow with black and yellow corner line=Стрелка промышленного пола с черно-желтой угловой линией
Caution. Falling from height is possible.=Осторожно. Возможно падение с высоты.

View File

@ -112,14 +112,12 @@ minetest.register_node("plant_blocks:forklift_floor_sign", {
sounds = default.node_sound_stone_defaults(), sounds = default.node_sound_stone_defaults(),
}) })
--plant_blocks:wall_sign_attention_forklift_operating Настенный знак внимание работает автопогрузчик local function triangular_sign(params)
minetest.register_node("plant_blocks:wall_sign_attention_forklift_operating", { minetest.register_node(params.name, {
description = S("Wall sign attention to forklift operating"), description = params.description,
drawtype = "mesh", drawtype = "mesh",
-- Holds the texture for each "material" -- Holds the texture for each "material"
tiles = { tiles = params.tiles,
"sign_attention_to_forklift_operating.png"
},
paramtype2 = "facedir", paramtype2 = "facedir",
--place_param2 = 0, --place_param2 = 0,
-- Path to the mesh -- Path to the mesh
@ -159,6 +157,24 @@ minetest.register_node("plant_blocks:wall_sign_attention_forklift_operating", {
is_ground_content = false, is_ground_content = false,
groups = {crumbly=3}, groups = {crumbly=3},
}) })
end
--plant_blocks:wall_sign_attention_forklift_operating Настенный знак внимание работает автопогрузчик
triangular_sign({
name = "plant_blocks:wall_sign_attention_forklift_operating",
description = S("Wall sign attention to forklift operating"),
tiles = {
"sign_attention_to_forklift_operating.png"
},
})
triangular_sign({
name = "plant_blocks:w15",
description = S("Caution. Falling from height is possible."),
tiles = {
"plant_blocks_w15.png"
},
})
--plant_blocks:yellow_line_floor --plant_blocks:yellow_line_floor
minetest.register_node("plant_blocks:yellow_line_floor", { minetest.register_node("plant_blocks:yellow_line_floor", {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 676 B

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 759 B

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 747 B

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 869 B

After

Width:  |  Height:  |  Size: 848 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 946 B

After

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 978 B

After

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 858 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 957 B

After

Width:  |  Height:  |  Size: 838 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 939 B

After

Width:  |  Height:  |  Size: 791 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 486 B

After

Width:  |  Height:  |  Size: 384 B