Skip to content

Commit

Permalink
fix drops for mb
Browse files Browse the repository at this point in the history
  • Loading branch information
h-v-smacker committed Dec 10, 2019
1 parent ee279cc commit 557bfcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodes/node_builders.lua
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ minetest.register_node("digtron:master_builder", {
_doc_items_longdesc = digtron.doc.builder_longdesc,
_doc_items_usagehelp = digtron.doc.builder_usagehelp,
groups = {cracky = 3, oddly_breakable_by_hand = 3, digtron = 1},
drop = "digtron:builder",
drop = "digtron:master_builder",
sounds = digtron.metal_sounds,
paramtype = "light",
paramtype2= "facedir",
Expand Down Expand Up @@ -522,4 +522,4 @@ minetest.register_node("digtron:master_builder", {
end,


})
})

0 comments on commit 557bfcb

Please sign in to comment.