change to be game agnostic

master
MisterE 2022-07-27 00:22:29 -04:00
parent ab534aa5fd
commit 23abed36ad
2 changed files with 1 additions and 2 deletions

View File

@ -83,7 +83,7 @@ local np_caverns_rooms_modulator = {
local c_air = minetest.get_content_id("air")
local c_stone = minetest.get_content_id("default:stone")
local c_stone = minetest.get_content_id("mapgen_stone")

View File

@ -1,3 +1,2 @@
name = karst_caverns
depends = biomegen
optional_depends = mapgen,default