forked from mtcontrib/farming
add missing {handy}
This commit is contained in:
parent
5e610c936a
commit
e409fe9ecb
@ -80,7 +80,7 @@ minetest.register_node("farming:bottle_ethanol", {
|
|||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
|
fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
|
||||||
},
|
},
|
||||||
groups = {vessel = 1, dig_immediate = 3, attached_node = 1},
|
groups = {vessel = 1, dig_immediate = 3, attached_node = 1, handy = 1},
|
||||||
sounds = farming.node_sound_glass_defaults()
|
sounds = farming.node_sound_glass_defaults()
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -113,7 +113,7 @@ minetest.register_node("farming:hemp_oil", {
|
|||||||
},
|
},
|
||||||
groups = {
|
groups = {
|
||||||
food_oil = 1, vessel = 1, dig_immediate = 3, attached_node = 1,
|
food_oil = 1, vessel = 1, dig_immediate = 3, attached_node = 1,
|
||||||
compostability = 45
|
compostability = 45, handy = 1
|
||||||
},
|
},
|
||||||
sounds = farming.node_sound_glass_defaults()
|
sounds = farming.node_sound_glass_defaults()
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user