Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
oong819 authored Oct 28, 2022
1 parent 21bfc5b commit 3bd26f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mods/default/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,18 @@ dofile(default_path.."/aliases.lua")
dofile(default_path.."/legacy.lua")
--Stvk zone

minetest.register_biome({
name = "deadlydesert",
node_top = "default:desert_sand",
depth_top = 1,
node_filler = "default:desert_sandstone",
depth_filler = 3,
y_max = 1000,
y_min = -3,
heat_point = 100,
humidity_point = 0,
})

minetest.register_decoration({
name = "default:outpost",
deco_type = "schematic",
Expand Down

0 comments on commit 3bd26f4

Please sign in to comment.