Remove debugging.

This commit is contained in:
Duane 2016-06-07 21:19:24 -05:00
parent fd2b4d8389
commit f0aeb4855e
3 changed files with 15 additions and 2 deletions

View file

@ -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"},