projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bb9652
)
Flowers: Make waterlily not walkable. Add missing flower group
author
paramat
<mat.gregory@virginmedia.com>
Thu, 17 Sep 2015 14:43:29 +0000
(15:43 +0100)
committer
paramat
<mat.gregory@virginmedia.com>
Thu, 17 Sep 2015 15:50:11 +0000
(16:50 +0100)
mods/flowers/init.lua
patch
|
blob
|
history
diff --git
a/mods/flowers/init.lua
b/mods/flowers/init.lua
index 32d40cb889c6f0f62f2cc6ff82ccd64ecc5cd6f9..c6ab0a266d435a573f43ee2ac182129d94c46b0a 100644
(file)
--- a/
mods/flowers/init.lua
+++ b/
mods/flowers/init.lua
@@
-251,7
+251,8
@@
minetest.register_node("flowers:waterlily", {
inventory_image = "flowers_waterlily.png",
wield_image = "flowers_waterlily.png",
liquids_pointable = true,
- groups = {snappy = 3},
+ walkable = false,
+ groups = {snappy = 3, flower = 1},
sounds = default.node_sound_leaves_defaults(),
node_box = {
type = "fixed",