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

added handy=1 group to seeds, hemp block and hemp rope (thx usrib)

This commit is contained in:
tenplus1
2023-11-25 12:05:21 +00:00
parent 1f97cbbe00
commit 12eb5579a1
8 changed files with 21 additions and 10 deletions

View File

@ -7,7 +7,7 @@
farming = {
mod = "redo",
version = "20230915",
version = "20231125",
path = minetest.get_modpath("farming"),
select = {
type = "fixed",
@ -586,7 +586,7 @@ farming.register_plant = function(name, def)
drawtype = "signlike",
groups = {
seed = 1, snappy = 3, attached_node = 1, flammable = 2, growing = 1,
compostability = 65
compostability = 65, handy = 1
},
paramtype = "light",
paramtype2 = "wallmounted",