
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: 401
Follow Unfollow 17
Author: Arkhael
Side: Both
Created: Oct 13th 2024 at 4:41 PM
Last modified: Jan 20th at 8:01 AM
Downloads: 401
Follow Unfollow 17
Latest release (for outdated Vintage Story v1.20.x):
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.
Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
v1.1.0 | 189 | Jan 20th at 8:01 AM | Show | agrianimaltrading_1.1.0.zip | 1-click install | |
v1.0.0 | 212 | Oct 13th 2024 at 4:41 PM | Show | 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": "*"
}
}
```