remove default dependency
This commit is contained in:
@@ -1859,9 +1859,7 @@ minetest.register_node("lwcomponents:crafter", {
|
||||
"lwcomponents_storage_crafter.png", "lwcomponents_storage_crafter.png",
|
||||
"lwcomponents_storage_crafter.png", "lwcomponents_storage_crafter.png" },
|
||||
is_ground_content = false,
|
||||
groups = table.copy (crafter_groups),
|
||||
sounds = default.node_sound_wood_defaults (),
|
||||
paramtype = "none",
|
||||
groups = table.copy (crafter_groups), paramtype = "none",
|
||||
param1 = 0,
|
||||
paramtype2 = "none",
|
||||
param2 = 0,
|
||||
@@ -1895,9 +1893,7 @@ minetest.register_node("lwcomponents:crafter_locked", {
|
||||
"lwcomponents_storage_crafter.png", "lwcomponents_storage_crafter.png",
|
||||
"lwcomponents_storage_crafter.png", "lwcomponents_storage_crafter.png" },
|
||||
is_ground_content = false,
|
||||
groups = table.copy (crafter_groups),
|
||||
sounds = default.node_sound_wood_defaults (),
|
||||
paramtype = "none",
|
||||
groups = table.copy (crafter_groups), paramtype = "none",
|
||||
param1 = 0,
|
||||
paramtype2 = "none",
|
||||
param2 = 0,
|
||||
|
Reference in New Issue
Block a user