Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Minimal: Add mapgen alias for air
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
games/minimal/mods/default/mapgen.lua
|
@@ -3,6 +3,7 @@ |
|
|
-- |
|
|
|
|
|
|
|
|
minetest.register_alias("mapgen_air", "air") |
|
|
minetest.register_alias("mapgen_stone", "default:stone") |
|
|
minetest.register_alias("mapgen_dirt", "default:dirt") |
|
|
minetest.register_alias("mapgen_dirt_with_grass", "default:dirt_with_grass") |
|
|