summaryrefslogtreecommitdiff
path: root/water.lua
diff options
context:
space:
mode:
authorroot <root@mirzakhani.gpcf.eu>2018-05-31 11:18:28 +0200
committerroot <root@mirzakhani.gpcf.eu>2018-05-31 11:18:28 +0200
commit36dbea5a590b5cf6b6a80dbc1625215a1ba50e47 (patch)
treee1e2987c49cf096db878a3ea1df6ea629d1a3a09 /water.lua
parentad50b4f6518422dd6c47a3e04d92cc487f17e486 (diff)
parentb4f734d8cbadb0bebad7ffc04bc0398bbed354c3 (diff)
Merge branch 'master' of https://github.com/tenplus1/ethereal
Diffstat (limited to 'water.lua')
-rw-r--r--water.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/water.lua b/water.lua
index a698ebb..70abbc8 100644
--- a/water.lua
+++ b/water.lua
@@ -117,7 +117,7 @@ minetest.register_abm({
if node == "ethereal:dry_dirt" then
minetest.swap_node(pos, {name = "default:dirt"})
else
- minetest.swap_node(pos, {name = "ethereal:green_dirt"})
+ minetest.swap_node(pos, {name = "default:dirt_with_grass"})
end
end,
})