Readd tar block. Fixes #103

The proper way to resolve the redundancy between `building_blocks:Tar` and `moreblocks:tar` is with an alias in building_blocks as noted in issue #68.

The recipe conflict with streetsmod has been resolved by using `default:pine_tree` in place of `default:gravel`.  This may also be more realistic than gravel as a source of tar because pine derived tar was once of major economic importance.
This commit is contained in:
Foz
2017-12-29 14:30:05 -05:00
committed by sofar
parent 3f7edb39a1
commit e6b5336bad
3 changed files with 10 additions and 1 deletions

View File

@ -113,6 +113,12 @@ local nodes = {
is_ground_content = false,
sounds = sound_stone,
},
["tar"] = {
description = S("Tar"),
groups = {cracky=2, tar_block=1},
is_ground_content = false,
sounds = sound_stone,
},
["dirt_compressed"] = {
description = S("Compressed Dirt"),
groups = {crumbly=2},