Skip to content

Commit

Permalink
Fix water no longer waving
Browse files Browse the repository at this point in the history
broken by bb9279c
  • Loading branch information
sfan5 committed Sep 14, 2019
1 parent 88114a7 commit 888383a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mods/default/nodes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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 = {
{
Expand Down

0 comments on commit 888383a

Please sign in to comment.