diff options
author | root <root@mirzakhani.gpcf.eu> | 2018-05-31 11:18:28 +0200 |
---|---|---|
committer | root <root@mirzakhani.gpcf.eu> | 2018-05-31 11:18:28 +0200 |
commit | 36dbea5a590b5cf6b6a80dbc1625215a1ba50e47 (patch) | |
tree | e1e2987c49cf096db878a3ea1df6ea629d1a3a09 /water.lua | |
parent | ad50b4f6518422dd6c47a3e04d92cc487f17e486 (diff) | |
parent | b4f734d8cbadb0bebad7ffc04bc0398bbed354c3 (diff) |
Merge branch 'master' of https://github.com/tenplus1/ethereal
Diffstat (limited to 'water.lua')
-rw-r--r-- | water.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, }) |