HungerOverhaul icon indicating copy to clipboard operation
HungerOverhaul copied to clipboard

1.10.2 Disabling seed drops while harvesting in config has no effect

Open PearlCanopus opened this issue 7 years ago • 0 comments

hungeroverhaul.cfg

# Maximum number of seeds you get when harvesting a non-tree crop by breaking it (modifyCropDrops must be tree) [vanilla: 0] [range: 0 ~ 2147483647, default: 0]
I:seedsPerHarvestBreakMax=0

# Minimum number of seeds you get when harvesting a non-tree crop by breaking it (modifyCropDrops must be true) [vanilla: 0] [range: 0 ~ 2147483647, default: 0]
I:seedsPerHarvestBreakMin=0

# Maximum number of seeds you get when harvesting a non-tree crop with right click (modifyCropDrops must be true) [vanilla: 0] [range: 0 ~ 2147483647, default: 0]
I:seedsPerHarvestRightClickMax=0

# Minimum number of seeds you get when harvesting a non-tree crop with right click (modifyCropDrops must be true) [vanilla: 0] [range: 0 ~ 2147483647, default: 0]
I:seedsPerHarvestRightClickMin=0

I still retrieve seed while harvesting. Especially for (EDIT:) vanilla crops with seeds, like wheat and beetroot. HarvestCraft crops (in 1.1x.x) don't drop seeds when breaking or harvesting at all. With or without HO.

PearlCanopus avatar Jul 08 '17 10:07 PearlCanopus