I want to confiure seeds (food for food item) not to be gathered when gathering the food item, but in exhange make it so that the player receives an increased number of seeds when consuming that food item.
I can configure the seeds not to be picked up with the following config but I don't know if it's possible to increase the amount you receive when eating. Does anyone know if it possible? Or if there is another mod I can use (in conjunction) to get this effect?
{
"PickupResourceModifiers": {
"*": X,
"Corn Seed": 0,
"Potato Seed": 0,
"Pumpkin Seed": 0,
"Blue Berry Seed": 0,
"Green Berry Seed": 0,
"Red Berry Seed": 0,
"White Berry Seed": 0,
"Yellow Berry Seed": 0
}
}