mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-01-27 02:20:22 +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",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
drops = "default:torch",
|
drop = "default:torch",
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = stal_box_1,
|
fixed = stal_box_1,
|
||||||
@ -88,7 +88,7 @@ minetest.register_node("df_trees:torchspine_1_lit", {
|
|||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
light_source = 6,
|
light_source = 6,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
drops = "default:torch 2",
|
drop = "default:torch 2",
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = stal_box_1,
|
fixed = stal_box_1,
|
||||||
|
Loading…
Reference in New Issue
Block a user