New flower textures
@ -26,7 +26,7 @@ minetest.register_node("flowers:dandelion_white", {
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = { -0.15, -0.5, -0.15, 0.15, 0.2, 0.15 },
|
||||
fixed = { -0.5, -0.5, -0.5, 0.5, -0.2, 0.5 },
|
||||
},
|
||||
})
|
||||
|
||||
@ -80,7 +80,7 @@ minetest.register_node("flowers:rose", {
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = { -0.15, -0.5, -0.15, 0.15, 0.2, 0.15 },
|
||||
fixed = { -0.15, -0.5, -0.15, 0.15, 0.3, 0.15 },
|
||||
},
|
||||
})
|
||||
|
||||
@ -116,7 +116,7 @@ minetest.register_node("flowers:viola", {
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = { -0.15, -0.5, -0.15, 0.15, 0.2, 0.15 },
|
||||
fixed = { -0.5, -0.5, -0.5, 0.5, -0.2, 0.5 },
|
||||
},
|
||||
})
|
||||
|
||||
|
Before Width: | Height: | Size: 117 B After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 116 B After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 122 B After Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 123 B After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 111 B After Width: | Height: | Size: 291 B |