gabriella-campos-davis / Wildcraft

A mod for Vintage Story
0 stars 3 forks source link

Scythe #46

Closed antoinehu closed 1 year ago

antoinehu commented 1 year ago

In WildcraftPlant.OnBlockBroken, could you change tool == EnumTool.Knife to (tool == EnumTool.Knife || tool == EnumTool.Sickle || tool == EnumTool.Scythe) ? I'm using Scythe More, so the scythe works with Wildcraft but it uproots the plant instead of leaving the harvested version, unlike with the knife. I suspect it might come down to this. Though haven't tested.

gabriella-campos-davis commented 1 year ago

I'll include this in the next update, seems that's probably what's happening.