From 5faa75d25b5ec84f0bef4168891b80fef9a5ac61 Mon Sep 17 00:00:00 2001 From: An0n3m0us Date: Sun, 2 Feb 2020 10:06:25 +0000 Subject: [PATCH] Add dry_dirt to papyrus mapgen --- mods/default/mapgen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/mapgen.lua b/mods/default/mapgen.lua index afca9f8e..35239f71 100644 --- a/mods/default/mapgen.lua +++ b/mods/default/mapgen.lua @@ -2146,7 +2146,7 @@ function default.register_decorations() minetest.register_decoration({ name = "default:papyrus", deco_type = "schematic", - place_on = {"default:dirt"}, + place_on = {"default:dirt", "default:dry_dirt"}, sidelen = 16, noise_params = { offset = -0.3,