Add a bit sulfur to Rocky Dryland
This commit is contained in:
parent
14b29e748f
commit
6095625324
@ -1903,6 +1903,17 @@ minetest.register_decoration(
|
||||
y_min = 2,
|
||||
y_max = 14,
|
||||
})
|
||||
minetest.register_decoration(
|
||||
{
|
||||
deco_type = "simple",
|
||||
place_on = {"rp_default:dry_dirt", "rp_default:stone"},
|
||||
sidelen = 16,
|
||||
fill_ratio = 0.0001,
|
||||
biomes = {"Rocky Dryland"},
|
||||
decoration = {"rp_default:stone_with_sulfur"},
|
||||
y_min = 2,
|
||||
y_max = 14,
|
||||
})
|
||||
|
||||
-- Tiny tree decorations
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user