mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-11 21:00:31 +02:00
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:
@ -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")
|
||||
|
Reference in New Issue
Block a user