Make wood not breakable by hand (by default).

This commit is contained in:
Duane 2016-06-24 12:01:52 -05:00
parent c8ad6d4fec
commit aac2db0da4
6 changed files with 31 additions and 4 deletions

View file

@ -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)