Use correct dirt in wasteland rock schematics
This commit is contained in:
parent
c6bf3e5767
commit
184252144d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user