fix drop definitions

This commit is contained in:
FaceDeer 2020-02-04 17:30:09 -07:00
parent 89639e289a
commit 98e3e0a222

View File

@ -64,7 +64,7 @@ minetest.register_node("df_trees:torchspine_1", {
paramtype = "light",
paramtype2 = "facedir",
is_ground_content = false,
drops = "default:torch",
drop = "default:torch",
node_box = {
type = "fixed",
fixed = stal_box_1,
@ -88,7 +88,7 @@ minetest.register_node("df_trees:torchspine_1_lit", {
paramtype2 = "facedir",
light_source = 6,
is_ground_content = false,
drops = "default:torch 2",
drop = "default:torch 2",
node_box = {
type = "fixed",
fixed = stal_box_1,