make tower cap caves less chirpy, fix bigger goblin hut schematic, allow glowing spindlestem extract bottles

This commit is contained in:
FaceDeer
2022-08-13 22:57:58 -06:00
parent c1bddb9ef7
commit 6158a5d4dc
3 changed files with 9 additions and 17 deletions

View File

@ -27,14 +27,6 @@ if df_dependencies.node_name_shelf then
n15 = { name = df_dependencies.node_name_shelf, param2 = 3, force_place = true }
end
if not minetest.get_modpath("stairs") then
-- replace stairs with air
n12 = nil
n20 = nil
n21 = nil
n22 = nil
end
local schematic = {
yslice_prob = {},
size = {y = 10, x = 13, z = 13},