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",
|
flags = "place_center_x, place_center_z",
|
||||||
schematic = minetest.get_modpath("default")
|
schematic = minetest.get_modpath("default")
|
||||||
.. "/schematics/default_small_rock.mts",
|
.. "/schematics/default_small_rock.mts",
|
||||||
|
replacements = {{ "default:dirt", "default:dry_dirt" }},
|
||||||
y_min = 1,
|
y_min = 1,
|
||||||
y_max = 32000,
|
y_max = 32000,
|
||||||
rotation = "random",
|
rotation = "random",
|
||||||
@ -758,6 +759,7 @@ minetest.register_decoration(
|
|||||||
flags = "place_center_x, place_center_z",
|
flags = "place_center_x, place_center_z",
|
||||||
schematic = minetest.get_modpath("default")
|
schematic = minetest.get_modpath("default")
|
||||||
.. "/schematics/default_large_rock.mts",
|
.. "/schematics/default_large_rock.mts",
|
||||||
|
replacements = {{ "default:dirt", "default:dry_dirt" }},
|
||||||
y_min = 1,
|
y_min = 1,
|
||||||
y_max = 32000,
|
y_max = 32000,
|
||||||
rotation = "random",
|
rotation = "random",
|
||||||
|
Loading…
Reference in New Issue
Block a user