mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 14:53:16 -04:00
Add dry_dirt to papyrus mapgen
This commit is contained in:
parent
176ddba176
commit
5faa75d25b
1 changed files with 1 additions and 1 deletions
|
@ -2146,7 +2146,7 @@ function default.register_decorations()
|
||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
name = "default:papyrus",
|
name = "default:papyrus",
|
||||||
deco_type = "schematic",
|
deco_type = "schematic",
|
||||||
place_on = {"default:dirt"},
|
place_on = {"default:dirt", "default:dry_dirt"},
|
||||||
sidelen = 16,
|
sidelen = 16,
|
||||||
noise_params = {
|
noise_params = {
|
||||||
offset = -0.3,
|
offset = -0.3,
|
||||||
|
|
Loading…
Add table
Reference in a new issue