let biome_lib place pebbles instead of using custom mapgen code

This commit is contained in:
Vanessa Dannenberg
2021-04-06 04:04:08 -04:00
parent 81b2b0898b
commit 4876fc1265
3 changed files with 31 additions and 50 deletions

View File

@ -7,6 +7,8 @@ local mname = "cavestuff"
-- support for i18n
local S = minetest.get_translator("cavestuff")
cavestuff = {}
dofile(minetest.get_modpath("cavestuff").."/nodes.lua")
dofile(minetest.get_modpath("cavestuff").."/mapgen.lua")