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

597 bytes added, 02:55, 28 June 2020
Next steps: Updated the horse head bit, and added Jonqora's examples for the cats' and dogs' heads in the inventory menu.
For horses:
<source lang="javascript">
//horse head in inventory
{
"Action": "EditImage",
</source>
For dogs:
<source lang="javascript">
//dog head in inventory
{
"ToArea": { "X": 208, "Y": 208, "Width": 16, "Height": 16 }, //Dog 1
"ToArea": { "X": 224, "Y": 208, "Width": 16, "Height": 16 }, //Dog 2
 
"ToArea": { "X": 240, "Y": 208, "Width": 16, "Height": 16 }, //Dog 3
}
</source>
 
For cats:
<source lang="javascript">
//cat head in inventory
{
"ToArea": { "X": 160, "Y": 208, "Width": 16, "Height": 16 }, //Cat 1
 
"ToArea": { "X": 176, "Y": 208, "Width": 16, "Height": 16 }, //Cat 2
 
"ToArea": { "X": 192, "Y": 208, "Width": 16, "Height": 16 }, //Cat 3
}
</source>
[[es:Modding:Content Patcher]]
49
edits

Navigation menu