Mods / Realistic Crop Yields

Tags: #Food #Tweak
Author: Halfdan
Side: Both
Created: Jan 28th at 1:14 AM
Last modified: Jan 28th at 1:31 AM
Downloads: 513
Follow Unfollow 10

Latest release (for Vintage Story 1.20.0 - 1.20.3, potentially outdated):
RealisticCropYields.zip  1-click install


Really simple mod that drastically reduces the yields of crops to be more in line to reality. Basically a really simple modification of Fields of Gold from Vinter_Nacht repackaged for just the crop drops!

Pairs well with:

Configure Everything - Vintage Story Mod DB
Reccomended Settings: Farming & Times

&

Greenhouse Buff - Vintage Story Mod DB

Reccomended Settings: Off, for the extreme poverty!

Check out Fields of Gold - Vintage Story Mod DB to see where I pulled from :)

 

 

Mod Version For Game version Downloads Release date Changelog Download 1-click mod install*
1.0.1
1.20.0 - 1.20.3
374 Jan 28th at 1:31 AM RealisticCropYields.zip 1-click install

Quick fix

1.0.0
1.20.0 - 1.20.3
139 Jan 28th at 1:15 AM RealisticCropDrops.zip 1-click install

Initial Release


3 Comments (oldest first | newest first)

💬 Darcy, May 31st at 5:37 PM

Can confirm grain seeds are not dropping. I saw in the mod's files that there seems to be a framework for grain seeds to be craftable, but I don't know enough about coding to go about tweaking it and activating it or really making sense of it at all. If anyone reading these comments can make sense of this (or if the mod gets patched) that would be awesome.

 

Spoiler!
[
{

"ingredientPattern": "A",
"enabled": true,
"ingredients": {
"A": { "type": "Item", "code": "game:grain-*", "name": "type"}
},
"name": "grainseedrecipe",
"width": 1,
"height": 1,
"output": {"type": "Item", "code": "game:seeds-{type}", "quantity": 4},
"side": "server"
},
{
"ingredientPattern": "A,P",
"enabled": false,
"ingredients": {
"A": { "type": "Item", "code": "game:grain-*", "name": "type", "quantity": 2},
"P": { "type": "Block", "code": "game:pan-*", "name": "wood", "returnedStack": { "type": "block", "code": "game:pan-{wood}" }}
},
"name": "grainseedrecipe2",
"width": 1,
"height": 2,
"output": {
"type": "Item", "code": "game:seeds-{type}", "quantity": 3},
"side": "server"
},
{
"ingredientPattern": "A,P",
"enabled": false,
"ingredients": {
"A": { "type": "Item", "code": "game:grain-*", "name": "type", "quantity": 2},
"P": {"type": "Block", "code": "moreclasses:metalpan-copper", "returnedStack": {"type": "Block", "code": "moreclasses:metalpan-copper" }}
},
"name": "grainseedrecipe3",
"width": 1,
"height": 2,
"output": {"type": "Item", "code": "game:seeds-{type}", "quantity": 3},
"side": "server"
},
{
"ingredientPattern": "A,P",
"enabled": true,
"ingredients": {
"A": { "type": "Item", "code": "game:seeds-*", "name": "type", "allowedvariants": ["spelt", "rice", "flax", "rye", "amaranth", "sunflower"], "quantity": "4"},
"P": { "type": "Block", "code": "game:pan-*", "name": "wood", "returnedStack": { "type": "block", "code": "game:pan-{wood}" }}
},
"name": "seedgrainrecipe",
"width": 1,
"height": 2,
"output": {
"type": "Item", "code": "game:grain-{type}"},
"side": "server"
}
]
💬 Dalbojev, May 2nd at 7:39 AM

does this effect the seed drops? cause i seem to be getting 0 seeds and am not able to craft it like in Fields of Gold

💬 Vynk, Apr 10th at 10:31 AM

would this work with art of growing?

 (edit comment delete)