added mineclone groups to all registered nodes. TODO: craftitems.

This was extremely tedious. Completely untested, aside from simply running the game.
This commit is contained in:
FaceDeer
2022-08-12 22:52:35 -06:00
parent ad723ac5ae
commit 1934e172a1
48 changed files with 226 additions and 203 deletions

View File

@ -32,9 +32,10 @@ else
"bones_front.png"
},
paramtype2 = "facedir",
groups = {oddly_diggable_by_hand=1},
groups = {oddly_diggable_by_hand=1, handy=1},
sounds = df_dependencies.sound_gravel(),
_mcl_hardness = 1.5,
_mcl_blast_resistance = 6,
can_dig = function(pos, player)
local inv = minetest.get_meta(pos):get_inventory()
return inv:is_empty("main")