remove default dependency

This commit is contained in:
2022-08-18 16:45:35 +02:00
parent 69445d1eb4
commit 1afb8f77a0
30 changed files with 18 additions and 309 deletions

View File

@@ -386,7 +386,6 @@ minetest.register_node("lwcomponents:camera", {
"lwcamera.png", "lwcamera.png", "lwcamera_lens.png"},
is_ground_content = false,
groups = { cracky = 3 },
sounds = default.node_sound_stone_defaults (),
paramtype = "none",
param1 = 0,
paramtype2 = "facedir",
@@ -412,7 +411,6 @@ minetest.register_node("lwcomponents:camera_locked", {
"lwcamera.png", "lwcamera.png", "lwcamera_lens.png"},
is_ground_content = false,
groups = { cracky = 3 },
sounds = default.node_sound_stone_defaults (),
paramtype = "none",
param1 = 0,
paramtype2 = "facedir",