mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-05-31 15:30:29 +02:00
Merge 'New flower textures'
This commit is contained in:
parent
db0aa37152
commit
7dbe1cf02a
minetestforfun_game/mods/flowers
@ -27,7 +27,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},
|
||||
},
|
||||
})
|
||||
|
||||
@ -84,7 +84,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},
|
||||
},
|
||||
})
|
||||
|
||||
@ -122,7 +122,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 },
|
||||
},
|
||||
})
|
||||
|
||||
|
Binary file not shown.
Before ![]() (image error) Size: 197 B After ![]() (image error) Size: 2.9 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 252 B After ![]() (image error) Size: 2.9 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 257 B After ![]() (image error) Size: 3.0 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 159 B After ![]() (image error) Size: 264 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 243 B After ![]() (image error) Size: 2.9 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 175 B After ![]() (image error) Size: 291 B ![]() ![]() |
Loading…
x
Reference in New Issue
Block a user