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:
88114a7
)
Fix water no longer waving
author
sfan5
<sfan5@live.de>
Sat, 14 Sep 2019 12:30:44 +0000
(14:30 +0200)
committer
sfan5
<sfan5@live.de>
Sat, 14 Sep 2019 12:30:44 +0000
(14:30 +0200)
broken by
bb9279ccb843937bc8001ce333e3ccb71b0dba2d
mods/default/nodes.lua
patch
|
blob
|
history
diff --git
a/mods/default/nodes.lua
b/mods/default/nodes.lua
index a93f27999a7377df80030a030211212a9dff60e8..4c895c5ce040e48ad7dd4144614421c12801c7a1 100644
(file)
--- a/
mods/default/nodes.lua
+++ b/
mods/default/nodes.lua
@@
-2180,6
+2180,7
@@
minetest.register_node("default:coral_skeleton", {
minetest.register_node("default:water_source", {
description = S("Water Source"),
drawtype = "liquid",
+ waving = 3,
tiles = {
{
name = "default_water_source_animated.png",
@@
-2223,6
+2224,7
@@
minetest.register_node("default:water_source", {
minetest.register_node("default:water_flowing", {
description = S("Flowing Water"),
drawtype = "flowingliquid",
+ waving = 3,
tiles = {"default_water.png"},
special_tiles = {
{