
Mods / AgriAnimalTrading
Tags:
#Creatures
#QoL
#Simplification
Author: Arkhael
Side: Both
Created: Oct 13th 2024 at 4:41 PM
Last modified: Jan 20th at 8:01 AM
Downloads: 419
Follow Unfollow 17
Author: Arkhael
Side: Both
Created: Oct 13th 2024 at 4:41 PM
Last modified: Jan 20th at 8:01 AM
Downloads: 419
Follow Unfollow 17
Latest release (for Vintage Story 1.20.0 - 1.20.1, potentially outdated):
agrianimaltrading_1.1.0.zip
1-click install
Adds baby domesticable animals to the Agri-trader's sell list, also slightly boosts his max number of items to compensate.
Made as an alternative to https://mods.vintagestory.at/domesticanimaltrader at a friend's request.
Mod Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
1.1.0 | 202 | Jan 20th at 8:01 AM | agrianimaltrading_1.1.0.zip | 1-click install | ||
Fixed for 1.20 moving the trader sell lists | ||||||
1.0.0 | 217 | Oct 13th 2024 at 4:41 PM | Empty | agrianimaltrading-1.0.0.zip | 1-click install |
It seems that the mod doesn't work "out of the box", here's the patched modinfo.json to fix that:
```
{
"type": "content",
"modid": "agrianimaltrading",
"name": "AgriAnimalTrading",
"authors": [
"Arkhael"
],
"description": "Adds baby domesticable animals to the Agri-trader's sell list, also slightly boosts his max number of items to compensate",
"version": "1.0.0",
"gameversions": [ "1.19.8" ],
"dependencies": {
"game": "*",
"survival": "*"
}
}
```