mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-01-26 01:50:25 +01:00
fix drop definitions
This commit is contained in:
parent
89639e289a
commit
98e3e0a222
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user