ores and stuff
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 762 B |
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 418 B |
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 392 B |
Before Width: | Height: | Size: 157 B After Width: | Height: | Size: 392 B |
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 434 B |
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 410 B |
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 391 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 409 B |
Before Width: | Height: | Size: 160 B After Width: | Height: | Size: 405 B |
Before Width: | Height: | Size: 188 B |
Before Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 121 B |
Before Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 134 B After Width: | Height: | Size: 759 B |
Before Width: | Height: | Size: 681 B After Width: | Height: | Size: 405 B |
Before Width: | Height: | Size: 546 B |
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 404 B |
@ -1207,10 +1207,18 @@ minetest.register_node("mapgen:limestone", {
|
|||||||
sounds = default.node_sound_stone_defaults()
|
sounds = default.node_sound_stone_defaults()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_node("mapgen:savanna_cobblestone_stone", {
|
||||||
|
description = "Savanna Cobblestone Stone",
|
||||||
|
tiles = {"mapgen_savanna_cobblestone_stone.png"},
|
||||||
|
groups = {cracky = 2},
|
||||||
|
sounds = default.node_sound_stone_defaults()
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_node("mapgen:savanna_stone", {
|
minetest.register_node("mapgen:savanna_stone", {
|
||||||
description = "Savannah Stone",
|
description = "Savannah Stone",
|
||||||
tiles = {"savannah_stone.png"},
|
tiles = {"mapgen_savannah_stone.png"},
|
||||||
groups = {cracky = 2},
|
groups = {cracky = 2},
|
||||||
|
drop = 'mapgen:savanna_cobblestone_stone',
|
||||||
sounds = default.node_sound_stone_defaults()
|
sounds = default.node_sound_stone_defaults()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
BIN
mods/mapgen/textures/mapgen_savanna_cobblestone_stone.png
Normal file
After Width: | Height: | Size: 902 B |
Before Width: | Height: | Size: 855 B After Width: | Height: | Size: 855 B |
Before Width: | Height: | Size: 418 B After Width: | Height: | Size: 418 B |
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 413 B |
Before Width: | Height: | Size: 572 B After Width: | Height: | Size: 561 B |
Before Width: | Height: | Size: 5.4 KiB |
@ -26,7 +26,12 @@ minetest.register_node("stm_nodes:chimney", {
|
|||||||
minetest.register_node("stm_nodes:tank", {
|
minetest.register_node("stm_nodes:tank", {
|
||||||
description = "Small Boiler",
|
description = "Small Boiler",
|
||||||
tiles = {
|
tiles = {
|
||||||
|
"stm_nodes_tin_top.png",
|
||||||
"stm_nodes_tin.png",
|
"stm_nodes_tin.png",
|
||||||
|
"stm_nodes_tin.png",
|
||||||
|
"stm_nodes_tin.png",
|
||||||
|
"stm_nodes_tin.png",
|
||||||
|
"stm_nodes_tin_pipe.png"
|
||||||
},
|
},
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 626 B |
BIN
mods/stm_nodes/textures/stm_nodes_tin_pipe.png
Normal file
After Width: | Height: | Size: 632 B |
BIN
mods/stm_nodes/textures/stm_nodes_tin_top.png
Normal file
After Width: | Height: | Size: 721 B |