From 98e3e0a222a0b3ac0791e5e14003489f8a1d4508 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Tue, 4 Feb 2020 17:30:09 -0700 Subject: [PATCH] fix drop definitions --- df_trees/torchspine.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/df_trees/torchspine.lua b/df_trees/torchspine.lua index 552b74e..017306a 100644 --- a/df_trees/torchspine.lua +++ b/df_trees/torchspine.lua @@ -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,