Fix wrong biome name for Papyrus Swamp

master
Wuzzy 2022-05-14 02:00:45 +02:00
parent 0bb12f4586
commit 400f17c8d5
1 changed files with 1 additions and 1 deletions

View File

@ -2395,7 +2395,7 @@ minetest.register_decoration(
place_on = "rp_default:dirt_with_swamp_grass",
sidelen = 16,
fill_ratio = 0.04,
biomes = {"Mixed Swamp", "Dry Swamp", "Swamp Papyrus", "Swamp Forest"},
biomes = {"Mixed Swamp", "Dry Swamp", "Papyrus Swamp", "Swamp Forest"},
decoration = {"rp_default:swamp_grass"},
y_min = 1,
y_max = 31000,