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:
64470dc
)
Kelp: Add 'paramtype = light' to avoid black plantlike extension
author
Paramat
<paramat@users.noreply.github.com>
Sat, 19 May 2018 17:57:01 +0000
(18:57 +0100)
committer
GitHub
<noreply@github.com>
Sat, 19 May 2018 17:57:01 +0000
(18:57 +0100)
mods/default/nodes.lua
patch
|
blob
|
history
diff --git
a/mods/default/nodes.lua
b/mods/default/nodes.lua
index c07cc6ef59504cf4f2ee3b0c5189815a06aaf208..261c2e7ce17504b9e8e4fb8cdf3bc2ee6134096f 100644
(file)
--- a/
mods/default/nodes.lua
+++ b/
mods/default/nodes.lua
@@
-1685,6
+1685,7
@@
minetest.register_node("default:sand_with_kelp", {
tiles = {"default_sand.png"},
special_tiles = {{name = "default_kelp.png", tileable_vertical = true}},
inventory_image = "default_kelp.png",
+ paramtype = "light",
paramtype2 = "leveled",
groups = {snappy = 3},
selection_box = {