Changes

Jump to navigation Jump to search
→‎Content packs: + custom map tilesheets
Line 9: Line 9:  
Most SMAPI mods are unaffected. If your mod broke, you probably just need to recompile a new DLL and release it. (Don't forget to update the <tt>manifest.json</tt> version!)
 
Most SMAPI mods are unaffected. If your mod broke, you probably just need to recompile a new DLL and release it. (Don't forget to update the <tt>manifest.json</tt> version!)
   −
==Content packs==
+
==Content Patcher packs==
 +
===Custom map tilesheets===
 +
If you use <tt>Action: Load</tt> to provide a custom tilesheet, make sure it's in the <tt>Maps</tt> folder. For example:
 +
<source lang="javascript">
 +
// incorrect
 +
"Target": "Tilesheet"
 +
 
 +
// correct
 +
"Target": "Maps/Tilesheet"
 +
</source>
 +
 
 
===Mine tilesheets===
 
===Mine tilesheets===
 
You might see this error for your content pack:
 
You might see this error for your content pack:
translators
8,403

edits

Navigation menu