Remove debugging.
This commit is contained in:
parent
fd2b4d8389
commit
f0aeb4855e
3 changed files with 15 additions and 2 deletions
|
@ -153,8 +153,8 @@ local function generate(p_minp, p_maxp, seed)
|
|||
end
|
||||
end
|
||||
|
||||
--if not underzone and fun_caves.is_fortress(minp, csize) then
|
||||
if not underzone then
|
||||
if not underzone and fun_caves.is_fortress(minp, csize) then
|
||||
--if not underzone then
|
||||
fun_caves.fortress(minp, maxp, data, area, node)
|
||||
write = true
|
||||
else
|
||||
|
|
12
nodes.lua
12
nodes.lua
|
@ -53,6 +53,18 @@ minetest.register_node("fun_caves:thin_ice", {
|
|||
paramtype = "light",
|
||||
})
|
||||
|
||||
minetest.register_node('fun_caves:sticks_default', {
|
||||
description = 'Sticks',
|
||||
drawtype = 'allfaces_optional',
|
||||
waving = 1,
|
||||
visual_scale = 1.3,
|
||||
tiles = {'mymonths_sticks.png'},
|
||||
paramtype = 'light',
|
||||
is_ground_content = false,
|
||||
drop = 'default:stick 2',
|
||||
groups = {snappy = 3, leafdecay = 3, flammable = 2, leaves = 1},
|
||||
})
|
||||
|
||||
--minetest.register_node("fun_caves:bright_air", {
|
||||
-- drawtype = "glasslike",
|
||||
-- tiles = {"technic_light.png"},
|
||||
|
|
1
textures/mymonths_sticks.png
Normal file
1
textures/mymonths_sticks.png
Normal file
|
@ -0,0 +1 @@
|
|||
<html><body>You are being <a href="https://raw.githubusercontent.com/minetest-mods/mymonths/master/textures/mymonths_sticks.png">redirected</a>.</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue