Adjusted dig surface whitelist for jungle maps (#5897)

* Added grasstall to dig surface whitelist

* Added forest to dig surface whitelist
This commit is contained in:
Christian Klemm 2017-12-12 17:20:55 +01:00 committed by jonpas
parent 51f29b7b37
commit d83ce62ee8

View File

@ -33,4 +33,4 @@
"wood", "wood_int", "int_wood", "softwood_exp", "int_softwood_exp", "int_solidwood_exp" \
]
#define DIG_SURFACE_WHITELIST ["grass"]
#define DIG_SURFACE_WHITELIST ["grass", "grasstall_exp", "forest_exp"]