mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-05 01:05:05 +00:00
More dig_immediate plants
This commit is contained in:
parent
e49bf33cb4
commit
291eae2d12
1 changed files with 2 additions and 2 deletions
|
@ -678,7 +678,7 @@ minetest.register_node("default:junglegrass", {
|
||||||
buildable_to = true,
|
buildable_to = true,
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
groups = {snappy=3,flammable=2,attached_node=1,dig_by_water=1},
|
groups = {dig_immediate=3,flammable=2,attached_node=1,dig_by_water=1},
|
||||||
sounds = default.node_sound_leaves_defaults(),
|
sounds = default.node_sound_leaves_defaults(),
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
|
@ -1733,7 +1733,7 @@ minetest.register_node("default:dry_shrub", {
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
groups = {snappy=3,flammable=3,attached_node=1},
|
groups = {dig_immediate=3,flammable=3,attached_node=1,dig_by_water=1},
|
||||||
drop = {
|
drop = {
|
||||||
max_items = 1,
|
max_items = 1,
|
||||||
items = {
|
items = {
|
||||||
|
|
Loading…
Reference in a new issue