Skip to content

Commit e67e28d

Browse files
committedNov 9, 2015
Default/mapgen: Fix missing taiga pine
1 parent 3d6f168 commit e67e28d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎mods/default/mapgen.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -945,11 +945,11 @@ function default.register_decorations()
945945
rotation = "random",
946946
})
947947

948-
-- Taiga and temperate forest pine tree
948+
-- Taiga and temperate coniferous forest pine tree
949949

950950
minetest.register_decoration({
951951
deco_type = "schematic",
952-
place_on = {"default:snowblock", "default:dirt_with_grass"},
952+
place_on = {"default:dirt_with_snow", "default:dirt_with_grass"},
953953
sidelen = 16,
954954
noise_params = {
955955
offset = 0.04,

0 commit comments

Comments
 (0)
Please sign in to comment.