Adding either (or both) group:vines or group:tree to kiwi vines would allow technic chainsaw to cut the entire tree down.
Currently the chainsaw can only cut the leaves and the fruits.
Line 14 in 1b3e80b
groups = {flammable = 3, choppy = 2, oddly_breakable_by_hand = 1},
Relevant portion of technic code:
github.com/mt-mods/technic@937948d3d2/technic/tools/chainsaw.lua (L218-L228)
Adding either (or both) group:vines or group:tree to kiwi vines would allow technic chainsaw to cut the entire tree down.
Currently the chainsaw can only cut the leaves and the fruits.
https://codeberg.org/tenplus1/farming/src/commit/1b3e80b8bddb6a47039fe70d6ba618b3885efd58/crops/kiwi.lua#L14
Relevant portion of technic code:
https://github.com/mt-mods/technic/blob/937948d3d27a87dc4dd081d753786868f366804a/technic/tools/chainsaw.lua#L218-L228