Make wood not breakable by hand (by default).
This commit is contained in:
parent
c8ad6d4fec
commit
aac2db0da4
6 changed files with 31 additions and 4 deletions
|
@ -112,7 +112,6 @@ newnode.description = "Glowing Fungal Wood"
|
|||
newnode.tiles = {"fun_caves_tree.png^vmg_glowing_fungal.png",}
|
||||
newnode.drop = {items={ {items={"default:wood"},}, {items={"fun_caves:glowing_fungus",},},},}
|
||||
newnode.light_source = fun_caves.light_max - 4
|
||||
newnode.groups.oddly_breakable_by_hand = 1
|
||||
minetest.register_node("fun_caves:glowing_fungal_wood", newnode)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue