1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

add missing groups

This commit is contained in:
tenplus1
2023-09-05 07:51:11 +01:00
parent 2efa174015
commit f5c321c04d
10 changed files with 24 additions and 15 deletions

View File

@ -251,7 +251,7 @@ minetest.register_node("farming:beanbush", {
selection_box = farming.select,
groups = {
handy = 1, snappy = 3, flammable = 2, plant = 1, attached_node = 1,
not_in_creative_inventory = 1
compostability = 35, not_in_creative_inventory = 1
},
sounds = farming.sounds.node_sound_leaves_defaults()
})