Add disgusting gruel.
This commit is contained in:
parent
af524bf009
commit
fdd130c1a5
5 changed files with 112 additions and 2 deletions
|
@ -42,7 +42,7 @@ for grid_count = 1,6 do
|
|||
selection_box = { type = "fixed",
|
||||
fixed = {-0.5, -0.5, -0.5, 0.5, -5/16, 0.5},
|
||||
},
|
||||
groups = {stone=1, oddly_breakable_by_hand=3},
|
||||
groups = {stone=1, oddly_breakable_by_hand=3, dig_immediate = 3},
|
||||
drop = "fun_caves:small_rocks",
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
|
@ -80,7 +80,7 @@ minetest.register_node("fun_caves:small_rocks", {
|
|||
selection_box = { type = "fixed",
|
||||
fixed = {-0.5, -0.5, -0.5, 0.5, -5/16, 0.5},
|
||||
},
|
||||
groups = {stone=1, oddly_breakable_by_hand=3},
|
||||
groups = {stone=1, oddly_breakable_by_hand=3, dig_immediate = 3},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
after_place_node = function(pos, placer, itemstack, pointed_thing)
|
||||
minetest.set_node(pos, {name = "fun_caves:small_rocks"..math.random(6)})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue