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:
223562d
)
default:dirt_with_snow: Re-add to soil group
author
paramat
<paramat@users.noreply.github.com>
Sat, 13 Jan 2018 11:46:35 +0000
(11:46 +0000)
committer
paramat
<mat.gregory@virginmedia.com>
Tue, 23 Jan 2018 06:43:40 +0000
(06:43 +0000)
Previously, saplings were not growing if the dirt they are on turned to
'dirt with snow' before growth.
Also for consistency with other dirt nodes.
mods/default/nodes.lua
patch
|
blob
|
history
diff --git
a/mods/default/nodes.lua
b/mods/default/nodes.lua
index 2e5f4dad267a089ff2c9d8682302579b42fae24f..c642fc396460d2456367d4a15914f41dce7f0ee8 100644
(file)
--- a/
mods/default/nodes.lua
+++ b/
mods/default/nodes.lua
@@
-447,7
+447,7
@@
minetest.register_node("default:dirt_with_snow", {
tiles = {"default_snow.png", "default_dirt.png",
{name = "default_dirt.png^default_snow_side.png",
tileable_vertical = false}},
- groups = {crumbly = 3, spreading_dirt_type = 1, snowy = 1},
+ groups = {crumbly = 3, s
oil = 1, s
preading_dirt_type = 1, snowy = 1},
drop = 'default:dirt',
sounds = default.node_sound_dirt_defaults({
footstep = {name = "default_snow_footstep", gain = 0.2},