forked from Mirrorlandia_minetest/mod-sneeker
Change spawn nodes...
- Remove: default:dirt_with_grass, default:stone - Add: default:dirt_with_dry_grass, defaut:dry_dirt, default:dtry_dirt_with_dry_grass, default:desert_sand
This commit is contained in:
parent
7edfb6cb9b
commit
aa6c19dd82
@ -1,7 +1,9 @@
|
|||||||
|
|
||||||
local spawn_nodes = {
|
local spawn_nodes = {
|
||||||
"default:dirt_with_grass",
|
"default:dirt_with_dry_grass",
|
||||||
"default:stone",
|
"default:dry_dirt",
|
||||||
|
"default:dry_dirt_with_dry_grass",
|
||||||
|
"default:desert_sand",
|
||||||
}
|
}
|
||||||
|
|
||||||
if core.global_exists("nether") then
|
if core.global_exists("nether") then
|
||||||
|
Loading…
Reference in New Issue
Block a user