1
0
mirror of https://github.com/paramat/watershed.git synced 2025-07-22 18:20:34 +02:00

Remove unnecessary smooth 3D noises. Squash 3D noise vertical scales. Flatter lowlands

This commit is contained in:
paramat
2014-04-30 07:32:01 +01:00
parent 123ab76e4f
commit dfb5a5660f
4 changed files with 16 additions and 66 deletions

View File

@ -196,6 +196,7 @@ minetest.register_node("watershed:cloud", {
drawtype = "glasslike",
tiles = {"watershed_cloud.png"},
paramtype = "light",
is_ground_content = false,
sunlight_propagates = true,
walkable = false,
pointable = false,