Add compressed desert cobblestone (#156)

Desert cobblestone can be obtained in large quantities from deserts, so makes sense to add a compressed node.
This commit is contained in:
OgelGames
2020-06-07 22:25:19 +10:00
committed by GitHub
parent 8e6f339313
commit f8314c322e
11 changed files with 54 additions and 0 deletions

View File

@ -175,6 +175,12 @@ local nodes = {
is_ground_content = false,
sounds = sound_stone,
},
["desert_cobble_compressed"] = {
description = S("Compressed Desert Cobblestone"),
groups = {cracky = 1},
is_ground_content = false,
sounds = sound_stone,
},
["plankstone"] = {
description = S("Plankstone"),
paramtype2 = "facedir",