Skip to content

Commit

Permalink
New flower textures
Browse files Browse the repository at this point in the history
  • Loading branch information
RHRhino authored and BlockMen committed Nov 8, 2014
1 parent 929559f commit a90338d
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mods/flowers/init.lua
Expand Up @@ -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 },
},
})

Expand Down Expand Up @@ -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 },
},
})

Expand Down Expand Up @@ -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 },
},
})

Expand Down
Binary file modified mods/flowers/textures/flowers_dandelion_white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mods/flowers/textures/flowers_dandelion_yellow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mods/flowers/textures/flowers_geranium.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mods/flowers/textures/flowers_rose.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mods/flowers/textures/flowers_tulip.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mods/flowers/textures/flowers_viola.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a90338d

Please sign in to comment.