BFAV Alpaca Mod
BFAV Alpaca Mod
Purchase alpacas as barn animals for 8000 gold.
They will produce wool for you and add extra cuteness to your farm.
HOW TO INSTALL
Download and install Paritee’s Better Farm Animal Variety (BFAV)
Download and extract the “Alpaca” folder into your StardewValley/Mods folder.
Within the “Alpaca” folder, locate and copy the “animal_shop_alpaca.png” file.
Go into your “Paritee’s Better Farm Animal Variety” folder located in your StardewValley/Mods folder.
Move the “animal_shop_alpaca.png” file into the assets folder. (StardewValley/Mods/Paritee’s Better Farm Animal Variety/Assets)
Go into your “Paritee’s Better Farm Animal Variety” folder and open the config.json file with any text editing software like notepad.
Scroll to the end of the code, there should be four brackets looking like
Add a comma after the second bracket like this
Copy and paste the code below in a new line after the comma you just added so that the end of your code looks like this
“Alpaca”: {
“Types”: [
“Alpaca”
],
“Buildings”: [
“Barn”,
“Big Barn”,
“Deluxe Barn”
],
“AnimalShop”: {
“Name”: “Barn”,
“Description”: “Adults can be shorn for wool. Alpacas who form a close bond with their owners can grow wool faster. A pair of shears is required to harvest the wool.”,
“Price”: “8000”,
“Icon”: “assets\\animal_shop_alpaca.png”