Changes

Jump to navigation Jump to search
→‎Next steps: Added Jonqora's change of the horse head edit to the inventory menu
Line 122: Line 122:  
}}
 
}}
 
-->
 
-->
 +
 +
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]]
 
[[es:Modding:Content Patcher]]
94

edits

Navigation menu