Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add mapgen_stair_cobble to minetest_game
  • Loading branch information
sfan5 committed Sep 6, 2013
1 parent 9df85d7 commit a4823a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/default/mapgen.lua
Expand Up @@ -26,6 +26,7 @@ minetest.register_alias("mapgen_stone_with_iron", "default:stone_with_iron")
minetest.register_alias("mapgen_mese", "default:mese")
minetest.register_alias("mapgen_desert_sand", "default:desert_sand")
minetest.register_alias("mapgen_desert_stone", "default:desert_stone")
minetest.register_alias("mapgen_stair_cobble", "stairs:stair_cobble")

--
-- Ore generation
Expand Down

1 comment on commit a4823a4

@sfan5
Copy link
Member Author

@sfan5 sfan5 commented on a4823a4 Sep 7, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Necessary because minetest/minetest@211b372 makes the map generator depend on mapgen_stair_cobble being an alias to whatever block is a cobble stair

Please sign in to comment.