Use correct dirt in wasteland rock schematics

This commit is contained in:
Wuzzy 2019-09-05 22:21:31 +02:00
parent c6bf3e5767
commit 184252144d
1 changed files with 2 additions and 0 deletions

View File

@ -743,6 +743,7 @@ minetest.register_decoration(
flags = "place_center_x, place_center_z",
schematic = minetest.get_modpath("default")
.. "/schematics/default_small_rock.mts",
replacements = {{ "default:dirt", "default:dry_dirt" }},
y_min = 1,
y_max = 32000,
rotation = "random",
@ -758,6 +759,7 @@ minetest.register_decoration(
flags = "place_center_x, place_center_z",
schematic = minetest.get_modpath("default")
.. "/schematics/default_large_rock.mts",
replacements = {{ "default:dirt", "default:dry_dirt" }},
y_min = 1,
y_max = 32000,
rotation = "random",