Changes

m
Line 22: Line 22:     
# Create a [https://www.nexusmods.com/stardewvalley/mods/1915 Content Patcher] content pack. This lets you change the game's XNB data with zero programming (just editing a JSON file) and without replacing the actual game files.
 
# Create a [https://www.nexusmods.com/stardewvalley/mods/1915 Content Patcher] content pack. This lets you change the game's XNB data with zero programming (just editing a JSON file) and without replacing the actual game files.
# [[Modding:Modder Guide|Create a SMAPI mod]] and use the content API. This requires programming, though.
+
# [[Modding:Modder Guide|Create a SMAPI mod]] and use the [[Modding:Modder_Guide/APIs/Content|Content API]]. This requires programming, though.
 
# Create an XNB mod by replacing the original game files. This is no longer recommended and not documented here; see [[Modding:using XNB mods|using XNB mods]] for more info.
 
# Create an XNB mod by replacing the original game files. This is no longer recommended and not documented here; see [[Modding:using XNB mods|using XNB mods]] for more info.
  
2

edits