Skip to content

Commit

Permalink
Default: Add 'silver sand' for cold desert biome
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Oct 5, 2016
1 parent c0de564 commit 67fc224
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions mods/default/README.txt
Expand Up @@ -111,6 +111,7 @@ paramat (CC BY-SA 3.0):
default_grass.png
default_grass_side.png
default_mese_block.png
default_silver_sand.png

brunob.santos (CC BY-SA 4.0):
default_desert_cobble.png
Expand Down
8 changes: 8 additions & 0 deletions mods/default/nodes.lua
Expand Up @@ -47,6 +47,7 @@ default:dirt_with_snow
default:sand
default:desert_sand
default:silver_sand
default:gravel
Expand Down Expand Up @@ -390,6 +391,13 @@ minetest.register_node("default:desert_sand", {
sounds = default.node_sound_sand_defaults(),
})
minetest.register_node("default:silver_sand", {
description = "Silver Sand",
tiles = {"default_silver_sand.png"},
groups = {crumbly = 3, falling_node = 1, sand = 1},
sounds = default.node_sound_sand_defaults(),
})
minetest.register_node("default:gravel", {
description = "Gravel",
Expand Down
Binary file added mods/default/textures/default_silver_sand.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 67fc224

Please sign in to comment.