This wiki is a read-only version of the Stardew Valley Wiki. The official editable wiki maintained by ConcernedApe can be found at stardewvalleywiki.com

Changes

Jump to: navigation, search

Modding:Content Patcher

436 bytes added, 02:50, 28 June 2020
Next steps: Added Jonqora's change of the horse head edit to the inventory menu
}}
-->
 
For edits to replace the look of horses and pets (cats and dogs), you can add this to your content.json in order to also replace the little head icon in the inventory menu:
 
For horses:
<source lang="javascript">
{
"Action": "EditImage",
"Target": "LooseSprites/Cursors",
"FromFile": "yourfile.png",
"FromArea": { insert values here },
"ToArea": { "X": 192, "Y": 192, "Width": 16, "Height": 16 },
"Patchmode": "Replace"
}
</source>
 
 
[[es:Modding:Content Patcher]]
49
edits

Navigation menu