1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 14:50:52 +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

@ -7,7 +7,7 @@
farming = {
mod = "redo",
version = "20230831",
version = "20230905",
path = minetest.get_modpath("farming"),
select = {
type = "fixed",
@ -556,7 +556,10 @@ farming.register_plant = function(name, def)
inventory_image = def.inventory_image,
wield_image = def.inventory_image,
drawtype = "signlike",
groups = {seed = 1, snappy = 3, attached_node = 1, flammable = 2, growing = 1},
groups = {
seed = 1, snappy = 3, attached_node = 1, flammable = 2, growing = 1,
compostability = 65
},
paramtype = "light",
paramtype2 = "wallmounted",
walkable = false,