Difference between revisions of "Modding:Using XNB mods"

From Stardew Valley Wiki
Jump to navigation Jump to search
(PT link)
 
(162 intermediate revisions by 34 users not shown)
Line 3: Line 3:
 
<div style="border: 1px solid red; background: #FCC; padding: 1em;">'''XNB mods are an older type of mod and are no longer recommended. SMAPI can't validate them for compatibility. Use XNB mods at your own risk, or see [[#Alternatives using Content Patcher|alternatives using Content Patcher]].'''</div>
 
<div style="border: 1px solid red; background: #FCC; padding: 1em;">'''XNB mods are an older type of mod and are no longer recommended. SMAPI can't validate them for compatibility. Use XNB mods at your own risk, or see [[#Alternatives using Content Patcher|alternatives using Content Patcher]].'''</div>
  
An '''XNB mod''' replaces some of your game's <tt>.xnb</tt> files to change the game (unlike newer mods that go in your <tt>Mods</tt> folder).
+
An '''XNB mod''' replaces some of your game's <samp>.xnb</samp> files to change the game (unlike newer mods that go in your <samp>Mods</samp> folder).
  
 
==FAQs==
 
==FAQs==
 
===What are XNB mods?===
 
===What are XNB mods?===
XNB mods work by replacing your game's data files (which have a <tt>.xnb</tt> extension). For example, let's say you want to change Abigail's portraits; you can replace <tt>Content/Portraits/Abigail.xnb</tt> with a modded version to do it. (See [[Modding:Editing XNB files|editing XNB files]] for more info on the XNB format.)
+
XNB mods work by replacing your game's data files (which have a <samp>.xnb</samp> extension). For example, let's say you want to change Abigail's portraits; you can replace <samp>Content/Portraits/Abigail.xnb</samp> with a modded version to do it. (See [[Modding:Editing XNB files|editing XNB files]] for more info on the XNB format.)
  
 
===Why are they discouraged?===
 
===Why are they discouraged?===
Line 22: Line 22:
 
| ease of installation
 
| ease of installation
 
| ✘ different for every mod
 
| ✘ different for every mod
|colspan="2"| ✓ drop into <tt>Mods</tt>
+
|colspan="2"| ✓ drop into <samp>Mods</samp>
 
|-  
 
|-  
 
| ease of uninstallation
 
| ease of uninstallation
 
| ✘ manually restore original files
 
| ✘ manually restore original files
|colspan="2"| ✓ remove from <tt>Mods</tt>
+
|colspan="2"| ✓ remove from <samp>Mods</samp>
 
|-
 
|-
 
| update checks
 
| update checks
Line 34: Line 34:
 
| compatibility checks
 
| compatibility checks
 
| ✘ none
 
| ✘ none
|colspan="2"| ✓ incompatible mods are disabled before they cause problem<br />✓ [[Modding:SMAPI compatibility|compatibility list]] is regularly updated with updates and workarounds
+
|colspan="2"| ✓ incompatible mods are disabled before they cause problems<br />✓ [[Modding:Mod compatibility|compatibility list]] is regularly updated with updates and workarounds
 
|-
 
|-
 
| mod compatibility
 
| mod compatibility
Line 48: Line 48:
 
| game compatibility
 
| game compatibility
 
| ✘ broken by most game updates
 
| ✘ broken by most game updates
|colspan="2"| ✓ SMAPI automatically rewrites many mods for compatibility<br />✓ open-source mods are updated quickly
+
|colspan="2"| ✓ SMAPI automatically rewrites many mods for compatibility<br />✓ [[Modding:Open source|open-source]] mods are updated quickly
 
|}
 
|}
  
 
===Do they work on Linux, Mac, Windows, or consoles?===
 
===Do they work on Linux, Mac, Windows, or consoles?===
XNB mods work equally on Linux, Mac, and Windows. Consoles aren't supported.
+
XNB mods work equally on Linux, Mac, Windows, and Android. Consoles aren't supported.
  
 
===Can they corrupt my save?===
 
===Can they corrupt my save?===
Yes, but it's uncommon. Make sure you back up [[Saves#Find_your_save_files|your save files]] occasionally, and remove any custom content before uninstalling an XNB mod. In most cases, you can fix save corruption by [[Saves#Undo the last save|undoing the last save]].
+
Yes, but it's uncommon. Make sure you back up [[Saves#Finding_save_files|your save files]] occasionally, and remove any custom content before uninstalling an XNB mod. In most cases, you can fix save corruption by [[Saves#Undo the last save|undoing the last save]].
  
 
===Do they disable Steam achievements?===
 
===Do they disable Steam achievements?===
Line 64: Line 64:
  
 
'''Modders:'''
 
'''Modders:'''
* When migrating XNB mods, only use <tt>Action: Load</tt> if you actually need to replace the whole file (e.g. portrait mods). Don't use <tt>Action: Load</tt> for dialogue mods or to change a small part of a file!
+
* When migrating XNB mods, only use <samp>Action: Load</samp> if you actually need to replace the whole file (''e.g.,'' portrait mods). Don't use <samp>Action: Load</samp> for dialogue mods or to change a small part of a file!
* See ''[https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577 Migrating XNB mods to Content Patcher packs]'' in the Chucklefish forums for more info about creating conversions.
+
* See ''[https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/ Migrating XNB mods to Content Patcher packs]'' on the official forums for more info about creating conversions.
  
 
{| class="wikitable plainlinks sortable"
 
{| class="wikitable plainlinks sortable"
 
|-
 
|-
! Mod Name
+
! style="position: sticky; top: 0;"|Mod Name
! Original Author
+
! style="position: sticky; top: 0;"|Original Author
! Content Patcher Equivalent
+
! style="position: sticky; top: 0;"|Content Patcher Equivalent
! Links
+
! style="position: sticky; top: 0;"|Links
 
|-
 
|-
{{/xnb
 
  |original name  = 2CUTE FarmCave
 
  |original author = taintedwheat
 
  |original url    = https://community.playstarbound.com/threads/2cute-farmcave-w-legend-of-zelda-like-fairy-hotspring-also-an-underground-library-update-7-19.117897/
 
  |update name    = unofficial update
 
  |update url      = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-64
 
  |update author  = Opalie
 
  |update version  = 2.0.1-unofficial.1-opalie
 
}}
 
 
{{/xnb
 
{{/xnb
 
   |original name  = 15x15 Greenhouse
 
   |original name  = 15x15 Greenhouse
Line 91: Line 82:
 
   |update author  = ChiiBee
 
   |update author  = ChiiBee
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = 19th Century Elliott
 +
  |original author = Messias Mummo
 +
  |original url    = {{nexus mod|81}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3347504
 +
  |update author  = Marigolden
 +
  |update version  = 1.0-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = 2CUTE FarmCave
 +
  |original author = taintedwheat
 +
  |original url    = https://community.playstarbound.com/threads/2cute-farmcave-w-legend-of-zelda-like-fairy-hotspring-also-an-underground-library-update-7-19.117897/
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-64#post-3331098
 +
  |update author  = Opalie
 +
  |update version  = 2.0.1-unofficial.1-opalie
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 99: Line 108:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-21#post-3284310
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-21#post-3284310
 
   |update author  = Allayna
 
   |update author  = Allayna
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = 3D-Slime Hutch
 +
  |original author = anjarpsx
 +
  |original url    = {{nexus mod|737}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-91#post-3325452
 +
  |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 108: Line 126:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-29#post-3289904
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-29#post-3289904
 
   |update author  = paradigmnomad
 
   |update author  = paradigmnomad
  |update version  = 1.0
 
}}
 
{{/xnb
 
  |original name  = Ace's Evelyn
 
  |original author = Acerbicon
 
  |original url    = {{nexus mod|933}}
 
  |update name    = unofficial update
 
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-60#post-3304585
 
  |update author  = Aquilegia
 
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 145: Line 154:
 
   |update author  = minervamaga
 
   |update author  = minervamaga
 
   |update version  = 1.4.1-unofficial.minervamaga
 
   |update version  = 1.4.1-unofficial.minervamaga
 +
}}
 +
{{/xnb
 +
  |original name  = Newly Added Sebastian Cutscene
 +
  |original author = GiosaurusStardew
 +
  |original url    = {{nexus mod|1172}}
 +
  |update name    = unofficial update
 +
  |update url      = http://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/post-14019
 +
  |update author  = LenneDalben
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 165: Line 183:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Abigail Lewd Dialogue
+
  |original name  = A Toned Down Stardew Valley
   |original author = Entity2004
+
  |original author = LavendarLight
   |original url    = {{nexus mod|1542}}
+
  |original url    = {{nexus mod|1573}}
 +
  |update name    = official update
 +
  |update url      = {{nexus mod|4080}}
 +
  |update author  = minervamaga
 +
  |update version  = 4.0.0
 +
}}
 +
{{/xnb
 +
  |original name  = Abigail Centaur Horse Replacement
 +
  |original author = zcsnightmare
 +
  |original url    = {{nexus mod|281}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-2#post-42820
 +
  |update author  = Kreeate
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Abigail Hair Dye Mod
 +
  |original author = prettykiller
 +
  |original url    = {{nexus mod|2104}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3347412
 +
  |update author  = Marigolden
 +
  |update version  = 0.1-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
   |original name  = Abigail Lewd Dialogue
 +
   |original author = Entity2004
 +
   |original url    = {{nexus mod|1542}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-30#post-3291350
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-30#post-3291350
Line 190: Line 235:
 
   |update author  = MouseyPounds
 
   |update author  = MouseyPounds
 
   |update version  = 1.1
 
   |update version  = 1.1
 +
}}
 +
{{/xnb
 +
  |original name  = Ace's Evelyn
 +
  |original author = Acerbicon
 +
  |original url    = {{nexus mod|933}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-60#post-3304585
 +
  |update author  = Aquilegia
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 199: Line 253:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Agumon - Dinosaur Replacer
 +
  |original author = Dragonyck
 +
  |original url    = {{nexus mod|2164}}
 +
  |update name    = official update
 +
  |update url      = {{nexus mod|8976}}
 +
  |update author  = UlyanaLeyana
 +
  |update version  = 1.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 289: Line 352:
 
   |update author  = acornfaerie
 
   |update author  = acornfaerie
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Ali's Overgrown Fairy Buildings RECOLOR
 +
  |original author = Kasuralixa
 +
  |original url    = {{nexus mod|1328}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-114#post-3342172
 +
  |update author  = pepoluan
 +
  |update version  = 1.0.0-unofficial2.pepoluan
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 307: Line 379:
 
   |update author  = Techonrye
 
   |update author  = Techonrye
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = All About Maru
 +
  |original author = Maiz
 +
  |original url    = {{nexus mod|94}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-116#post-3347131
 +
  |update author  = Marigolden
 +
  |update version  = 1.1.0-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 316: Line 397:
 
   |update author  = Allayna
 
   |update author  = Allayna
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Alternative Evelyn
 +
  |original author = StaticOpium
 +
  |original url    = {{nexus mod|688}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-5#post-66222
 +
  |update author  = NeutronPong
 +
  |update version  = 1.1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 332: Line 422:
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3306010
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3306010
 +
  |update author  = coldazrael
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Alternate Dino Colors
 +
  |original author = DarkKassanova
 +
  |original url    = {{nexus mod|186}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-93#post-3326211
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
Line 340: Line 439:
 
   |original url    = {{nexus mod|377}}
 
   |original url    = {{nexus mod|377}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-85#post-3322545
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-84#post-3322545
 
   |update author  = coldazrael, SuperElement & Allayna
 
   |update author  = coldazrael, SuperElement & Allayna
 
   |update version  = 3.0
 
   |update version  = 3.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Amaterasu Dog Replacement
+
  |original name  = Alternate Sheep Colors
 +
  |original author = DarkKassanova
 +
  |original url    = {{nexus mod|184}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3348341
 +
  |update author  = Marigolden
 +
  |update version  = 1.1-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
   |original name  = Amaterasu Dog Replacement
 
   |original author = carnage157
 
   |original author = carnage157
 
   |original url    = https://community.playstarbound.com/threads/cals-pet-replacements-amaterasu-carbuncle-moogle-last-updated-5-12-16.109941/
 
   |original url    = https://community.playstarbound.com/threads/cals-pet-replacements-amaterasu-carbuncle-moogle-last-updated-5-12-16.109941/
Line 361: Line 469:
 
   |update author  = MouseyPounds
 
   |update author  = MouseyPounds
 
   |update version  = 1.1
 
   |update version  = 1.1
 +
}}
 +
{{/xnb
 +
  |original name  = Animal Onesies for Toddlers
 +
  |original author = pizza margherita
 +
  |original url    = https://community.playstarbound.com/threads/animal-onesies-for-toddlers-junimo-onesies-are-up.111041/
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/#post-36805
 +
  |update author  = DamnedxAngel
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 370: Line 487:
 
   |update author  = coldazrael & Fyn
 
   |update author  = coldazrael & Fyn
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Anthro Children- Cats
 +
  |original author = ninjakaami
 +
  |original url    = {{nexus mod|503}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-105#post-3335926
 +
  |update author  = SpringsSong
 +
  |update version  = 1.0.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 424: Line 550:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Baechu's Portraits
 +
  |original author = Baechu
 +
  |original url    = {{nexus mod|3218}}
 +
  |update name    = unofficial update
 +
  |update url      = {{nexus mod|8942}}
 +
  |update author  = orientalmelon
 +
  |update version  = 1.0.1
 +
}}
 +
{{/xnb
 +
  |original name  = Baechu's Portraits Seasonal SVO
 +
  |original author = Baechu
 +
  |original url    = {{nexus mod|3218}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-84#post-55753
 +
  |update author  = bunwangji
 +
  |update version  = 1.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 466: Line 610:
 
   |original url    = {{nexus mod|299}}
 
   |original url    = {{nexus mod|299}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-20#post-3283861
+
   |update url      = http://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/post-51298
   |update author  = MouseyPounds
+
   |update author  = mouse
   |update version  = 1.4.1
+
   |update version  = 1.0.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 486: Line 630:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-10#post-3276212
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-10#post-3276212
 
   |update author  = waftwaffle
 
   |update author  = waftwaffle
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Bearish Harvey
 +
  |original author = Quart de Carton
 +
  |original url    = https://community.playstarbound.com/threads/old-post-in-new-thread-mod-list-modding-guides-and-general-modding-discussion.106868/page-8#post-2795746
 +
  |update name    = Official update
 +
  |update url      = {{nexus mod|4091}}
 +
  |update author  = annachibi
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 519: Line 672:
 
   |original author = Lumisteria
 
   |original author = Lumisteria
 
   |original url    = {{nexus mod|361}}
 
   |original url    = {{nexus mod|361}}
   |update name    = unofficial update
+
   |update name    = official update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-52#post-3302144
+
   |update url      = {{nexus mod|361}}
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 0.1
 
   |update version  = 0.1
Line 529: Line 682:
 
   |original url    = {{nexus mod|2569}}
 
   |original url    = {{nexus mod|2569}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-80#post-3315785
+
   |update url      = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3-closed.142524/page-78#post-3343907
   |update author  = Moragaine
+
   |update author  = Pathoschild
   |update version  = 1.03
+
   |update version  = 1.05
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 537: Line 690:
 
   |original author = Gweniaczek
 
   |original author = Gweniaczek
 
   |original url    = {{nexus mod|1848}}
 
   |original url    = {{nexus mod|1848}}
   |update name    = unofficial update
+
   |update name    = official update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/#post-3258738
+
   |update url      = {{nexus mod|1848}}
   |update author  = paradigmnomad
+
   |update author  = Gweniacsek
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 552: Line 705:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Better Grass Visibility
+
  |original name  = Better Crop Visibility
   |original author = mmanlapat
+
  |original author = Kona
 +
  |original url    = {{nexus mod|7459}}
 +
  |update name    = Better Crop Visibility
 +
  |update url      = {{nexus mod|8839}}
 +
  |update author  = UlyanaLeyana
 +
  |update version  = 2.1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Better Dying Grandpa
 +
  |original author = MattytheMouse
 +
  |original url    = {{nexus mod|418}}
 +
  |update name    = Better Dying Grandpa Redux - CP
 +
  |update url      = {{nexus mod|8075}}
 +
  |update author  = Faedelity
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
   |original name  = Better Grass Visibility
 +
   |original author = mmanlapat
 
   |original url    = {{nexus mod|1118}}
 
   |original url    = {{nexus mod|1118}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
Line 559: Line 730:
 
   |update author  = MouseyPounds
 
   |update author  = MouseyPounds
 
   |update version  = 1.1
 
   |update version  = 1.1
 +
}}
 +
{{/xnb
 +
  |original name  = Better Harvey Character Sprite
 +
  |original author = Plutey/Androxilogin
 +
  |original url    = {{nexus mod|363}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-4#post-52324
 +
  |update author  = Kreeate
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 565: Line 745:
 
   |original url    = {{nexus mod|1421}}
 
   |original url    = {{nexus mod|1421}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-4#post-3267340
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3347640
   |update author  = jhunichi
+
   |update author  = Jnuchi & imany
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Better Pigs & Recolours (v1.0)
 +
  |original author = Zhuria
 +
  |original url    = https://community.playstarbound.com/threads/better-pigs-recolours.109883/
 +
  |update name    = unofficial update
 +
  |update url      = http://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/post-56060
 +
  |update author  = Farilar
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Better Pigs & Recolours
+
   |original name  = Better Pigs & Recolours (v2.1)
 
   |original author = Zhuria
 
   |original author = Zhuria
 
   |original url    = https://community.playstarbound.com/threads/better-pigs-recolours.109883/
 
   |original url    = https://community.playstarbound.com/threads/better-pigs-recolours.109883/
Line 577: Line 766:
 
   |update author  = twixstix
 
   |update author  = twixstix
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Better Rain
 +
  |original author = Omnicorn
 +
  |original url    = {{nexus mod|146}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3347504
 +
  |update author  = Marigolden
 +
  |update version  = 1.0.5-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 622: Line 820:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Biker Jacket Sebastian
 +
  |original author = TheMainFlamingoose
 +
  |original url    = {{nexus mod|2291}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/post-40583
 +
  |update author  = Techy-Jaden
 +
  |update version  = 1.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 639: Line 846:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-12#post-3278384
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-12#post-3278384
 
   |update author  = Pak_RT & paradigmnomad
 
   |update author  = Pak_RT & paradigmnomad
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Black Cat
 +
  |original author = casildak
 +
  |original url    = {{nexus mod|286}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-83#post-3321024
 +
  |update author  = winterykite
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 702: Line 918:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-82#post-3318386
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-82#post-3318386
 
   |update author  = Allayna (Corrected by SheiFoxy)
 
   |update author  = Allayna (Corrected by SheiFoxy)
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Blue Community Center
 +
  |original author = Sabrina Pegasigh
 +
  |original url    = {{nexus mod|1279}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-130#post-3366621
 +
  |update author  = ExnoticE
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 721: Line 946:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Bootleg NES Chrono Trigger Frog
 +
  |original author = Plutey
 +
  |original url    = {{nexus mod|311}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-118#post-3348738
 +
  |update author  = Marigolden
 +
  |update version  = 1.1-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 795: Line 1,029:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Cardcaptor Sakura Collection
+
   |original name  = Carbuncle Cats
   |original author = walpi
+
   |original author = Cal
   |original url    = {{nexus mod|1035}}
+
   |original url    = {{nexus mod|303}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-41#post-3299332
+
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357233
 +
  |update author  = Allayna
 +
  |update version  = 1.2
 +
}}
 +
{{/xnb
 +
  |original name  = Cardcaptor Sakura Collection
 +
  |original author = walpi
 +
  |original url    = {{nexus mod|1035}}
 +
  |update name    = unofficial update
 +
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-41#post-3299332
 
   |update author  = Allayna
 
   |update author  = Allayna
 
   |update version  = 1.6
 
   |update version  = 1.6
Line 855: Line 1,098:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-2#post-3261364
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-2#post-3261364
 
   |update author  = arkoiris
 
   |update author  = arkoiris
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Catsine's Victorian Beehouses
 +
  |original author = Ernest/Catsine
 +
  |original url    = {{nexus mod|3297}}
 +
  |update name    = unofficial mod
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-115#post-3345858
 +
  |update author  = xbukimina
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 898: Line 1,150:
 
   |original url    = {{nexus mod|13}}
 
   |original url    = {{nexus mod|13}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-5#post-3272744
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-108#post-3338254
   |update author  = D.Grey
+
   |update author  = pepoluan
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 910: Line 1,162:
 
   |update author  = Allayna
 
   |update author  = Allayna
 
   |update version  = 1.0
 
   |update version  = 1.0
}}
 
{{/xnb
 
  |original name  = Chic Cute Kitchen
 
  |original author = Mi/Campanulamis
 
  |original url    = {{nexus mod|1018}}
 
  |update name    = unofficial update
 
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-14#post-3279168
 
  |update author  = Kuriiyo
 
  |update version  = 1.3
 
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 934: Line 1,177:
 
   |original url    = {{nexus mod|1319}}
 
   |original url    = {{nexus mod|1319}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-2#post-3261364
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/#post-3259911
 
   |update author  = paradigmnomad
 
   |update author  = paradigmnomad
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Chickens to Parrots v2
 +
  |original author = gizomo
 +
  |original url    = https://community.playstarbound.com/threads/turns-all-your-chickens-into-parrots.135204/
 +
  |update name    = Tropical Birds
 +
  |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-98#post-73844
 +
  |update author  = Allayna
 +
  |update version  = 1.2
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 955: Line 1,207:
 
   |update author  = pandapants87 and minervamaga
 
   |update author  = pandapants87 and minervamaga
 
   |update version  = 2.0.1
 
   |update version  = 2.0.1
 +
}}
 +
{{/xnb
 +
  |original name  = Clean Shave Harvey
 +
  |original author = Gemma
 +
  |original url    = {{nexus mod|71}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3347412
 +
  |update author  = Marigolden
 +
  |update version  = 1.1-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = Cleaner Barns and Coops
 +
  |original author = Fuse
 +
  |original url    = {{nexus mod|926}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-119#post-3351045
 +
  |update author  = stevanihalim
 +
  |update version  = 1.2
 +
}}
 +
{{/xnb
 +
  |original name  = Cobblestone Path to Dark Grey Stone
 +
  |original author = GoddessOfThieves
 +
  |original url    = {{nexus mod|165}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3348341
 +
  |update author  = Marigolden
 +
  |update version  = 1.0-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = Cockatiel Chickens
 +
  |original author = VanillaTiel 
 +
  |original url    = {{nexus mod|149}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3347504
 +
  |update author  = Marigolden
 +
  |update version  = 1.1-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = Coii's Hair Sets Pack
 +
  |original author = Coii
 +
  |original url    = {{nexus mod|2869}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-69#post-47618
 +
  |update author  = UlyanaLeyana
 +
  |update version  = 1.4.0-unofficial.3
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 963: Line 1,260:
 
   |update url      = {{nexus mod|3091}}
 
   |update url      = {{nexus mod|3091}}
 
   |update author  = Nanogamer7
 
   |update author  = Nanogamer7
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Colorful Crystal Paths
 +
  |original author = FoxyFullmoon
 +
  |original url    = {{nexus mod|549}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-115#post-3345549
 +
  |update author  = k10_ftw/krissymarie
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 970: Line 1,276:
 
   |original url    = {{nexus mod|1062}}
 
   |original url    = {{nexus mod|1062}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-9#post-3275848
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-125#post-3358330
   |update author  = Kuriiyo
+
   |update author  = Allayna
   |update version  = 1.0
+
   |update version  = 1.4.1
 +
}}
 +
{{/xnb
 +
  |original name  = Compact Bathroom for your Farmhouse
 +
  |original author = Prismuth
 +
  |original url    = {{nexus mod|1626}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-46#post-29354
 +
  |update author  = Rmdhn
 +
  |update version  = 1.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,044: Line 1,359:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-56#post-3304011
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-56#post-3304011
 
   |update author  = kngermanotta
 
   |update author  = kngermanotta
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Cute Pink Albino Bunny Recolor
 +
  |original author = Jirachi
 +
  |original url    = {{nexus mod|1117}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-101#post-3332744
 +
  |update author  = netish
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 1,059: Line 1,383:
 
   |original author = IdentityPollution
 
   |original author = IdentityPollution
 
   |original url    = {{nexus mod|348}}
 
   |original url    = {{nexus mod|348}}
 +
  |update name    = official update
 +
  |update url      = {{nexus mod|348}}
 +
  |update author  = SoulOfSorin
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = dabsihao's bb GenderSwap
 +
  |original author = dabsihao
 +
  |original url    = https://bbs.3dmgame.com/thread-5052775-1-1.html
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-30#post-3291433
+
   |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/#post-28714
   |update author  = mellowmallow
+
   |update author  = Flyff
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 1,099: Line 1,432:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Dark-Haired Leah
 +
  |original author = Jokerine
 +
  |original url    = {{nexus mod|200}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3348341
 +
  |update author  = Marigolden
 +
  |update version  = 2.1-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,123: Line 1,465:
 
   |original url    = {{nexus mod|687}}
 
   |original url    = {{nexus mod|687}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-14#post-3279235
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
   |update author  = Fyn
+
   |update author  = Allayna
   |update version  = 1.0
+
   |update version  = 2.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,143: Line 1,485:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-89#post-3324251
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-89#post-3324251
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = DD's Handsome Harvey
 +
  |original author = DewdropDewdrop
 +
  |original url    = {{nexus mod|234}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3348341
 +
  |update author  = Marigolden
 +
  |update version  = 1.1.0-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = Deluxe Barn Fix and more Space
 +
  |original author = dizarus
 +
  |original url    = {{nexus mod|305}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357649
 +
  |update author  = Allayna
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Derpy Pugs
 +
  |original author = Slimberton
 +
  |original url    = {{nexus mod|278}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-127#post-3360538
 +
  |update author  = jenf
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 1,184: Line 1,553:
 
   |original name  = Dizor's Character Redraws
 
   |original name  = Dizor's Character Redraws
 
   |original author = Dizor
 
   |original author = Dizor
   |original url    = https://www.nexusmods.com/stardewvalley/users/947745?tab=user+files
+
   |original url    = {{nexus author|947745}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-99#post-3331859
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-99#post-3331859
Line 1,231: Line 1,600:
 
   |original url    = {{nexus mod|1508}}
 
   |original url    = {{nexus mod|1508}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-38#post-3298392
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
 
   |update author  = Allayna
 
   |update author  = Allayna
   |update version  = 1.0
+
   |update version  = 1.1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,254: Line 1,623:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Early Open Shops v1.2
+
  |original name  = Dust Spirit Recolor- Susuwatari
 +
  |original author = FinalMantasyX
 +
  |original url    = https://community.playstarbound.com/threads/dust-spirit-recolor-susuwatari-soot-spirits-from-spirited-away.107820/
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-4#post-52216
 +
  |update author  = Shaymin
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = DW3 Agumon Dinosaur Replacer
 +
  |original author = boofdawg
 +
  |original url    = {{nexus mod|3276}}
 +
  |update name    = official update
 +
  |update url      = {{nexus mod|8976}}
 +
  |update author  = UlyanaLeyana
 +
  |update version  = 1.0.0
 +
}}
 +
{{/xnb
 +
  |original name  = Dwarf Jawa
 +
  |original author = GreaterPorpoise
 +
  |original url    = https://community.playstarbound.com/threads/dwarf-jawa-sprite-portrait.110399/
 +
  |update name    = unofficial update
 +
  |update url      = http://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/post-18001
 +
  |update author  = mouse
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
   |original name  = Early Open Shops v1.2
 
   |original author = mmanlapat
 
   |original author = mmanlapat
 
   |original url    = {{nexus mod|1091}}
 
   |original url    = {{nexus mod|1091}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-12#post-3278636
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-125#post-3358433
   |update author  = Shalassa
+
   |update author  = Allayna
 +
  |update version  = 2.0
 +
}}
 +
{{/xnb
 +
  |original name  = Easy Bundles
 +
  |original author = Siddybear
 +
  |original url    = https://community.playstarbound.com/threads/super-easy-fishing-and-easy-bundles.109057/
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-126#post-3358785
 +
  |update author  = Allayna
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 1,290: Line 1,695:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Eemie Cute Long Hairstyles
+
   |original name  = Eemie's Cute Long Hairstyles
 
   |original author = Eemie
 
   |original author = Eemie
 
   |original url    = {{nexus mod|910}}
 
   |original url    = {{nexus mod|910}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-4#post-3267152
+
   |update url      = {{nexus mod|4526}}
   |update author  = jhunichi
+
   |update author  = minervamaga
   |update version  = 1.0
+
   |update version  = 2.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,339: Line 1,744:
 
   |original url    = {{nexus mod|419}}
 
   |original url    = {{nexus mod|419}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-4#post-3267221
+
   |update url      = {{nexus mod|4519}}
   |update author  = jhunichi
+
   |update author  = minervamaga
   |update version  = 1.0
+
   |update version  = 2.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,385: Line 1,790:
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/#post-3261025
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/#post-3261025
   |update author  = .lavender.
+
   |update author  = .Lavender.
 
   |update version  = 1.1
 
   |update version  = 1.1
 
}}
 
}}
Line 1,573: Line 1,978:
 
   |original url    = {{nexus mod|1884}}
 
   |original url    = {{nexus mod|1884}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-44#post-3300021
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
 
   |update author  = Allayna
 
   |update author  = Allayna
   |update version  = 1.0
+
   |update version  = 2.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,621: Line 2,026:
 
   |update author  = flameofthenight
 
   |update author  = flameofthenight
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Extended Slime Hutch
 +
  |original author = QuantumConcious
 +
  |original url    = https://community.playstarbound.com/threads/extendedslimehutch-with-safe-zone-and-storage-area-updated-19-4-interior-only.112455/page-2#post-2877091
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-118#post-3349511
 +
  |update author  = Jhoulana
 +
  |update version  = 1.1
 +
}}
 +
{{/xnb
 +
  |original name  = Fall Heirloom Crops Overlay
 +
  |original author = makoace
 +
  |original url    = {{nexus mod|2954}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-103#post-3334306
 +
  |update author  = minervamaga
 +
  |update version  = 1.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,629: Line 2,052:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-6#post-3274106
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-6#post-3274106
 
   |update author  = kaitekat
 
   |update author  = kaitekat
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Farmer's Water Pipe
 +
  |original author = Nectrus
 +
  |original url    = {{nexus mod|1195}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-127#post-3360590
 +
  |update author  = nocato
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 1,652: Line 2,084:
 
   |original name  = Fastoso's Qute Animals
 
   |original name  = Fastoso's Qute Animals
 
   |original author = Fastoso
 
   |original author = Fastoso
   |original url    = https://community.playstarbound.com/resources/qute-animals-cow-pig.3661/
+
   |original url    = {{chucklefish mod|3661}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-9#post-3275660
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-9#post-3275660
Line 1,659: Line 2,091:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Female Duck
+
  |original name  = Fat Pony
 +
  |original author = Jeiel Aranal/ChemiKhazi
 +
  |original url    = {{nexus mod|354}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-113#post-3340715
 +
  |update author  = annachibi
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Female Bachelors Dialogue Overhaul
 +
  |original author = Valoodx
 +
  |original url    = {{nexus mod|3042}}
 +
  |update name    = official update
 +
  |update url      = {{nexus mod|3042}}
 +
  |update author  = Valoodx
 +
  |update version  = 0.3
 +
}}
 +
{{/xnb
 +
   |original name  = Female Duck
 
   |original author = CaveSalamander
 
   |original author = CaveSalamander
 
   |original url    = https://community.playstarbound.com/threads/biped-dinosaur-smaller-dino-egg-bonus-female-duck.110547/
 
   |original url    = https://community.playstarbound.com/threads/biped-dinosaur-smaller-dino-egg-bonus-female-duck.110547/
Line 1,708: Line 2,158:
 
   |original url    = {{nexus mod|339}}
 
   |original url    = {{nexus mod|339}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-33057653302020
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305765
 
   |update author  = Ensifera
 
   |update author  = Ensifera
 
   |update version  = 1.1
 
   |update version  = 1.1
 +
}}
 +
{{/xnb
 +
  |original name  = Flame Horses - 5 Colors
 +
  |original author = CreepyKat
 +
  |original url    = {{nexus mod|1017}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-71#post-49210
 +
  |update author  = UlyanaLeyana
 +
  |update version  = 1.0.0
 +
}}
 +
{{/xnb
 +
  |original name  = Flo - New Custom NPC (Florence)
 +
  |original author = randomAnon123
 +
  |original url    = {{nexus mod|591}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-109#post-3338661
 +
  |update author  = HeyItsDuke
 +
  |update version  = 1.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,735: Line 2,203:
 
   |original url    = {{nexus mod|1289}}
 
   |original url    = {{nexus mod|1289}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-5#post-32722928
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-5#post-3272292
 
   |update author  = Shalassa
 
   |update author  = Shalassa
 
   |update version  = 1.0
 
   |update version  = 1.0
Line 1,780: Line 2,248:
 
   |original url    = {{nexus mod|1305}}
 
   |original url    = {{nexus mod|1305}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-83#post-3321936
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-125#post-3358525
   |update author  = coldazrael
+
   |update author  = Allayna
   |update version  = 1.0
+
   |update version  = 2.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,792: Line 2,260:
 
   |update author  = paradigmnomad
 
   |update author  = paradigmnomad
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Fruit Trees with Signs
 +
  |original author = Develsaa
 +
  |original url    = {{nexus mod|99}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-116#post-3347131
 +
  |update author  = Marigolden
 +
  |update version  = 1.0-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,798: Line 2,275:
 
   |original url    = {{nexus mod|1058}}
 
   |original url    = {{nexus mod|1058}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-47#post-3300651
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357809
 
   |update author  = Allayna
 
   |update author  = Allayna
   |update version  = 1.0
+
   |update version  = 2.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,828: Line 2,305:
 
   |update author  = Kuriiyo
 
   |update author  = Kuriiyo
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Genderbent Bachelorettes
 +
  |original author = Lechet AKA yuiidragon
 +
  |original url    = {{nexus mod|199}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-118#post-3348738
 +
  |update author  = Marigolden
 +
  |update version  = 1.1-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,846: Line 2,332:
 
   |update author  = Allayna
 
   |update author  = Allayna
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Gift of Gab - Marriage Candidate Edition
 +
  |original author = SunnyBird
 +
  |original url    = {{nexus mod|3074}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-130#post-3366935
 +
  |update author  = uwuchiha
 +
  |update version  = 1.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,852: Line 2,347:
 
   |original url    = {{nexus mod|1788}}
 
   |original url    = {{nexus mod|1788}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-44#post-3300021
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
 
   |update author  = Allayna
 
   |update author  = Allayna
   |update version  = 1.0
+
   |update version  = 2.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,870: Line 2,365:
 
   |original url    = {{nexus mod|1187}}
 
   |original url    = {{nexus mod|1187}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-96#post-3329579
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-96#post-3329807
 
   |update author  = minervamaga
 
   |update author  = minervamaga
   |update version  = 1.03.1-unofficial.minervamaga
+
   |update version  = 1.3.2-unofficial.minervamaga
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,884: Line 2,379:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Gold Star Portrait Overhaul
+
  |original name  = Goat Replacement
   |original author = Lorshar
+
  |original author = ApproachCautiously
   |original url    = {{nexus mod|2232}}
+
  |original url    = {{nexus mod|185}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3348341
 +
  |update author  = Marigolden
 +
  |update version  = 1.0.1-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = Goat with Horns
 +
  |original author = Develsaa
 +
  |original url    = {{nexus mod|25}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3347412
 +
  |update author  = Marigolden
 +
  |update version  = 1.0-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
   |original name  = Gold Star Portrait Overhaul
 +
   |original author = Lorshar
 +
   |original url    = {{nexus mod|2232}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-84#post-3322170
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-84#post-3322170
Line 1,894: Line 2,407:
 
{{/xnb
 
{{/xnb
 
   |original name  = gotama portraits
 
   |original name  = gotama portraits
   |original author = gomatamanyann
+
   |original author = gotama
   |original url    = https://www.nexusmods.com/stardewvalley/mods/975
+
   |original url    = {{nexus mod|975}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-75#post-3311351
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-75#post-3311351
 
   |update author  = Rubecula
 
   |update author  = Rubecula
 
   |update version  = 1.2
 
   |update version  = 1.2
 +
}}
 +
{{/xnb
 +
  |original name  = gotama's Portraits MOD 2
 +
  |original author = gotama
 +
  |original url    = {{nexus mod|1221}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-100#post-3332737
 +
  |update author  = netish
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,908: Line 2,430:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-88#post-3323500
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-88#post-3323500
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Gothish Hat Recolors
 +
  |original author = GoddessOfThieves
 +
  |original url    = {{nexus mod|194}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-114#post-3343178
 +
  |update author  = Dede_Bug
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 1,918: Line 2,449:
 
   |update author  = D.Grey
 
   |update author  = D.Grey
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Gravel Path Fix Mod
 +
  |original author = Yunix
 +
  |original url    = {{nexus mod|51}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3347412
 +
  |update author  = Marigolden
 +
  |update version  = 1.0-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,927: Line 2,467:
 
   |update author  = Ensifera
 
   |update author  = Ensifera
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Grumpy Cat
 +
  |original author = DarkKassanova
 +
  |original url    = {{nexus mod|213}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3348341
 +
  |update author  = Marigolden
 +
  |update version  = 1.0-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,967: Line 2,516:
 
   |original name  = Haley/Penny/Leah Expanded Dialogue
 
   |original name  = Haley/Penny/Leah Expanded Dialogue
 
   |original author = KThxBye910
 
   |original author = KThxBye910
   |original url    = https://community.playstarbound.com/resources/haley-penny-leah-expanded-dialogue.4697/
+
   |original url    = {{chucklefish mod|4697}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-5#post-3272993
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-5#post-3272993
 
   |update author  = flameofthenight
 
   |update author  = flameofthenight
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Haley and Penny Universal Love
 +
  |original author = LisaWolf
 +
  |original url    = {{nexus mod|1600}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-113#post-3341274
 +
  |update author  = Dede_Bug
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Haley as Vampire Revamp
 +
  |original author = SextingWithSirens
 +
  |original url    = {{nexus mod|1572}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-98#post-73276
 +
  |update author  = Allayna
 +
  |update version  = 1.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,990: Line 2,557:
 
   |update author  = paradigmnomad
 
   |update author  = paradigmnomad
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Haley Skirt Recolour
 +
  |original author = Nyxcat
 +
  |original url    = {{nexus mod|1039}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-116#post-3346589
 +
  |update author  = Dede_Bug
 +
  |update version  = 1.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,010: Line 2,586:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Harvey Personality Mod (Dialogue Only)
+
   |original name  = Hardmode
   |original author = woosh0
+
   |original author = RamenYum
   |original url    = {{nexus mod|983}}
+
   |original url    = {{nexus mod|714}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-5#post-3272993
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-116#post-3346590
   |update author  = flameofthenight
+
   |update author  = Dede_Bug
 +
  |update version  = 2.0
 +
}}
 +
{{/xnb
 +
  |original name  = Harvest Moon Wizard Replacement
 +
  |original author = TheMainFlamingoose
 +
  |original url    = {{nexus mod|4060}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-123#post-3354839
 +
  |update author  = art17
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Harvey Personality Mod (the Rest of Parts)
+
   |original name  = Harvey Personality Mod (full)
 
   |original author = woosh0
 
   |original author = woosh0
 
   |original url    = {{nexus mod|983}}
 
   |original url    = {{nexus mod|983}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-84#post-3322042
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-130#post-3366935
   |update author  = coldazrael
+
   |update author  = uwuchiha
   |update version  = 1.0
+
   |update version  = 2.2
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,143: Line 2,728:
 
   |update author  = D.Grey
 
   |update author  = D.Grey
 
   |update version  = 2.0
 
   |update version  = 2.0
 +
}}
 +
{{/xnb
 +
  |original name  = Hope's Farmer Customization Mods (hairstyles)
 +
  |original author = HopeWasHere
 +
  |original url    = {{nexus mod|1008}}
 +
  |update name    = Hope's Hair Pack
 +
  |update url      = https://community.playstarbound.com/threads/hopes-hair-pack.161149/
 +
  |update author  = just-sora
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,157: Line 2,751:
 
   |original author = Girafarig
 
   |original author = Girafarig
 
   |original url    = {{nexus mod|791}}
 
   |original url    = {{nexus mod|791}}
   |update name    = unofficial update
+
   |update name    = official update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-25#post-3286927
+
   |update url      = https://www.nexusmods.com/stardewvalley/mods/2564
  |update author  = paradigmnomad & ShSammy
 
  |update version  = 1.0.1
 
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,188: Line 2,780:
 
   |update author  = paradigmnomad
 
   |update author  = paradigmnomad
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Horse to Vespa Scooter + Garage
 +
  |original author = Pi.Curious
 +
  |original url    = https://community.playstarbound.com/threads/horse-to-vespa-scooter-garage-joja-scooter-added.110212/
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-6#post-75931
 +
  |update author  = phomaique
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = House (Final Upgrade) Color Mod
 +
  |original author = MrMcK
 +
  |original url    = {{nexus mod|334}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-118#post-3348738
 +
  |update author  = Marigolden
 +
  |update version  = 0.2-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,215: Line 2,825:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.3
 
   |update version  = 1.3
 +
}}
 +
{{/xnb
 +
  |original name  = Immersive (F) Marriage Candidate Overhaul
 +
  |original author = Chickenkila
 +
  |original url    = {{nexus mod|33}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3347504
 +
  |update author  = Marigolden
 +
  |update version  = 1.0-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,313: Line 2,932:
 
   |update author  = Shalassa
 
   |update author  = Shalassa
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = JG Demitrus in shipping box
 +
  |original author = Jeremiah Gottwald AKA JGottwald
 +
  |original url    = {{nexus mod|65}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-116#post-3347131
 +
  |update author  = Marigolden
 +
  |update version  = 1.0-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,331: Line 2,959:
 
   |update author  = D.Grey
 
   |update author  = D.Grey
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = JumJum Jr.
 +
  |original author = ProJared
 +
  |original url    = {{nexus mod|197}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3348341
 +
  |update author  = Marigolden
 +
  |update version  = 1.1-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,366: Line 3,003:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305998
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305998
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Kal's Marriage Candidates Portraits
 +
  |original author = kal621owo621_Snakebite
 +
  |original url    = {{nexus mod|2346}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/#post-28714
 +
  |update author  = Flyff
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 2,381: Line 3,027:
 
   |original author = Karmylla
 
   |original author = Karmylla
 
   |original url    = {{nexus mod|1148}}
 
   |original url    = {{nexus mod|1148}}
   |update name    = unofficial update
+
   |update name    = official update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-20#post-3283606
+
   |update url      = {{nexus mod|1148}}
   |update author  = Allayna
+
   |update author  = Karmylla
   |update version  = 1.0
+
   |update version  = 1.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,390: Line 3,036:
 
   |original author = Karmylla
 
   |original author = Karmylla
 
   |original url    = {{nexus mod|1356}}
 
   |original url    = {{nexus mod|1356}}
   |update name    = unofficial update
+
   |update name    = official update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-31#post-3292434
+
   |update url      = {{nexus mod|1356}}
   |update author  = squitz
+
   |update author  = karmylla
   |update version  = 1.0
+
   |update version  = 3.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,420: Line 3,066:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305886
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305886
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Kimberly's witch kitchen.Bed.Bathroom.Crib.
 +
  |original author = Kimberly
 +
  |original url    = {{nexus mod|1375}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-112#post-3340424
 +
  |update author  = mouseypounds
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 2,439: Line 3,094:
 
   |update author  = Allayna
 
   |update author  = Allayna
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Kingdom Hearts Sea Salt Ice Cream
 +
  |original author = Dom AKA domfred908
 +
  |original url    = {{nexus mod|315}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-118#post-3348738
 +
  |update author  = Marigolden
 +
  |update version  = 0.9.2-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = Korea Retro
 +
  |original author = standlaid1
 +
  |original url    = {{nexus mod|5287}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-48#post-29801
 +
  |update author  = Allayna
 +
  |update version  = 1.0.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,445: Line 3,118:
 
   |original url    = {{nexus mod|1673}}
 
   |original url    = {{nexus mod|1673}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-38#post-3298392
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
 
   |update author  = Allayna
 
   |update author  = Allayna
   |update version  = 1.2
+
   |update version  = 1.3
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,468: Line 3,141:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Lewd Bachelorettes
+
  |original name  = let 's cafe
 +
  |original author = momoki
 +
  |original url    = {{nexus mod|10546}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-5#post-70199
 +
  |update author  = Allayna
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
   |original name  = Lewd Bachelorettes (Buxom)
 
   |original author = AirplaneRandy
 
   |original author = AirplaneRandy
 
   |original url    = https://community.playstarbound.com/threads/lewd-bachelorettes-portrait-mod-buxom-haley-added.108210/
 
   |original url    = https://community.playstarbound.com/threads/lewd-bachelorettes-portrait-mod-buxom-haley-added.108210/
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-26#post-3287084
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-131#post-3369629
   |update author  = paradigmnomad
+
   |update author  = UberMann
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Lewis to Mayor Thomas Character Overhaul
 +
  |original author = Budzilla
 +
  |original url    = {{nexus mod|73}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3347504
 +
  |update author  = Marigolden
 +
  |update version  = 1.0-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = Linus is a potato From minecraft
 +
  |original author = laser5mw
 +
  |original url    = {{nexus mod|491}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-6#post-73588
 +
  |update author  = phomaique
 +
  |update version  = 1.0-unofficial.1-phomaique
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,555: Line 3,255:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-10#post-3277227
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-10#post-3277227
 
   |update author  = D.Grey
 
   |update author  = D.Grey
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Make Krobus Gaster
 +
  |original author = DiStri
 +
  |original url    = {{nexus mod|1201}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-2#post-39785
 +
  |update author  = Techy-Jaden
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 2,567: Line 3,276:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Marriage Dialogue Expansion - Eilliot
+
   |original name  = Make Love With Shane (Works with Co-op Mode)
   |original author = Sabreene
+
   |original author = Kagurahime
   |original url    = {{nexus mod|1595}}
+
   |original url    = {{nexus mod|917}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-5#post-3271742
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-129#post-3362721
   |update author  = ayahimew
+
   |update author  = SamelaG
   |update version  = 1.0
+
   |update version  = 1.0.2
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Marriage Dialogue Mod for Haley
+
  |original name  = Marnie Edit
   |original author = shann713
+
  |original author = pipmimi
   |original url    = {{nexus mod|1677}}
+
  |original url    = {{nexus mod|2455}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3347432
 +
  |update author  = Ches713
 +
  |update version  = 1.2
 +
}}
 +
{{/xnb
 +
  |original name  = Marnie Romance
 +
  |original author = MrValuable
 +
  |original url    = https://stardew-valley.org/marnie-romance-mod/
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-114#post-3343163
 +
  |update author  = vadie
 +
  |update version  = 1.1
 +
}}
 +
{{/xnb
 +
  |original name  = Marriage Dialogue Expansion - Eilliot
 +
  |original author = Sabreene
 +
  |original url    = {{nexus mod|1595}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-5#post-3271742
 +
  |update author  = ayahimew
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
   |original name  = Marriage Dialogue Mod for Haley
 +
   |original author = shann713
 +
   |original url    = {{nexus mod|1677}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-5#post-3272993
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-5#post-3272993
Line 2,587: Line 3,323:
 
   |original name  = Marshmallow Unicorn
 
   |original name  = Marshmallow Unicorn
 
   |original author = jigajang
 
   |original author = jigajang
   |original url    = https://community.playstarbound.com/resources/marshmallow-unicorn.3720/
+
   |original url    = {{chucklefish mod|3720}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-53#post-3302646
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-53#post-3302646
Line 2,673: Line 3,409:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 2.0
 
   |update version  = 2.0
 +
}}
 +
{{/xnb
 +
  |original name  = Metal Worm Bin
 +
  |original author = vkunicorn
 +
  |original url    = {{nexus mod|2675}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-6#post-75923
 +
  |update author  = phomaique
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,679: Line 3,424:
 
   |original url    = {{nexus mod|477}}
 
   |original url    = {{nexus mod|477}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-44#post-3300021
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
 
   |update author  = Allayna
 
   |update author  = Allayna
   |update version  = 1.0
+
   |update version  = 2.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,688: Line 3,433:
 
   |original url    = {{nexus mod|1246}}
 
   |original url    = {{nexus mod|1246}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-44#post-3300021
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
 
   |update author  = Allayna
 
   |update author  = Allayna
   |update version  = 1.0
+
  |update version  = 2.0
 +
}}
 +
{{/xnb
 +
  |original name  = Minecraft Sword Styles
 +
  |original author = DarkKassanova
 +
  |original url    = {{nexus mod|160}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3348341
 +
  |update author  = Marigolden
 +
   |update version  = 1.1-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,733: Line 3,487:
 
   |original url    = {{nexus mod|1036}}
 
   |original url    = {{nexus mod|1036}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-24#post-3285521
+
   |update url      = http://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/post-51298
   |update author  = MouseyPounds
+
   |update author  = mouse
   |update version  = 1.0
+
   |update version  = 1.0.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Mi's Fireplace (1.3)
+
   |original name  = Mi's Classy Victorian interior set inspired by eemie
 
   |original author = Mi/Campanulamis
 
   |original author = Mi/Campanulamis
   |original url    = {{nexus mod|1024}}
+
   |original url    = {{nexus mod|1074}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-6#post-3273636
+
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-8#post-3275117
 +
  |update author  = hwayunhae
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Mi's Elegant Victorian interior
 +
  |original author = Mi/Campanulamis
 +
  |original url    = {{nexus mod|1074}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-4#post-51572
 +
  |update author  = mouse
 +
  |update version  = 1.3
 +
}}
 +
{{/xnb
 +
  |original name  = Mi's Fireplace (1.3)
 +
  |original author = Mi/Campanulamis
 +
  |original url    = {{nexus mod|1024}}
 +
  |update name    = unofficial update
 +
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-6#post-3273636
 
   |update author  = Seyph
 
   |update author  = Seyph
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Mi's Classy Victorian interior set inspired by eemie
+
   |original name  = Mi's Framed Butterfly and Insect Displays
 
   |original author = Mi/Campanulamis
 
   |original author = Mi/Campanulamis
   |original url    = {{nexus mod|1074}}
+
   |original url    = {{nexus mod|1065}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-126#post-3358847
 +
  |update author  = Allayna
 +
  |update version  = 1.3
 +
}}
 +
{{/xnb
 +
  |original name  = Modern kitchen
 +
  |original author = Static Opium
 +
  |original url    = {{nexus mod|665}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-8#post-3275117
+
   |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/#post-7669
   |update author  = hwayunhae
+
   |update author  = Sofi52
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 2,771: Line 3,552:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305886
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305886
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Moon Meteor 달 운석 리텍스쳐
 +
  |original author =  이얏호 ssm4031
 +
  |original url    = https://blog.naver.com/ssm4031/221501552288
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-5#post-70203
 +
  |update author  = Allayna
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 2,808: Line 3,598:
 
   |update author  = Arkanto
 
   |update author  = Arkanto
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Morst-CERBERUS and SUPI
 +
  |original author = QuQii/songaoyuan
 +
  |original url    = {{nexus mod|9904}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-5#post-56273
 +
  |update author  = marshallharck
 +
  |update version  = 1.5.4
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,823: Line 3,622:
 
   |original url    = {{nexus mod|2151}}
 
   |original url    = {{nexus mod|2151}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-45#post-3300239
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
 
   |update author  = Allayna
 
   |update author  = Allayna
   |update version  = 1.0
+
   |update version  = 2.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,862: Line 3,661:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = My Little Valley - Farming is Magic - Mane Six Ponies
 +
  |original author = Salendola
 +
  |original url    = {{nexus mod|206}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3348341
 +
  |update author  = Marigolden
 +
  |update version  = 1.1-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,880: Line 3,688:
 
   |update author  = MysticTempest
 
   |update author  = MysticTempest
 
   |update version  = 1.0.1
 
   |update version  = 1.0.1
 +
}}
 +
{{/xnb
 +
  |original name  = Mythological Creatures: Horses
 +
  |original author = MysticTempest
 +
  |original url    = https://community.playstarbound.com/threads/mythological-creatures-horses.109498/
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-114#post-3342165
 +
  |update author  = pepoluan
 +
  |update version  = 1.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,911: Line 3,728:
 
   |original name  = New Dogs
 
   |original name  = New Dogs
 
   |original author = Zhuria
 
   |original author = Zhuria
   |original url    = https://community.playstarbound.com/resources/new-dogs.3496/
+
   |original url    = {{chucklefish mod|3496}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305886
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305886
Line 2,999: Line 3,816:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Nintendo Furniture - Furniture Only
+
  |original name  = Nightmare's Tools Retextured
 +
  |original author = zcsnightmare
 +
  |original url    = {{nexus mod|296}}
 +
  |update name    = official update
 +
  |update url      = {{nexus mod|7649}}
 +
  |update author  = RedxMoonxRose
 +
  |update version  = 1.3
 +
}}
 +
{{/xnb
 +
  |original name  = Nightmare's Weapon Retextures
 +
  |original author = zcsnightmare
 +
  |original url    = {{nexus mod|287}}
 +
  |update name    = official update
 +
  |update url      = {{nexus mod|7650}}
 +
  |update author  = RedxMoonxRose
 +
  |update version  = 1.2
 +
}}
 +
{{/xnb
 +
   |original name  = Nintendo Furniture - Furniture Only
 
   |original author = MrFox420
 
   |original author = MrFox420
 
   |original url    = {{nexus mod|1973}}
 
   |original url    = {{nexus mod|1973}}
Line 3,039: Line 3,874:
 
   |original url    = {{nexus mod|346}}
 
   |original url    = {{nexus mod|346}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/#post-3259723
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-113#post-3341316
   |update author  = f4iTh
+
   |update author  = pepoluan
   |update version  = 1.0
+
   |update version  = 1.0.0-unofficial.2-pepoluan
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,059: Line 3,894:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-23#post-3285285
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-23#post-3285285
 
   |update author  = Oak
 
   |update author  = Oak
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Norisu's Fire Chickens Mod
 +
  |original author = norisu
 +
  |original url    = {{nexus mod|1156}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-109#post-3338955
 +
  |update author  = Bondzgurl
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 3,075: Line 3,919:
 
   |original url    = https://community.playstarbound.com/threads/mods-portraits-harvey-sam-sebastian-elliott-alex-by-nongdarn.111237/
 
   |original url    = https://community.playstarbound.com/threads/mods-portraits-harvey-sam-sebastian-elliott-alex-by-nongdarn.111237/
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-47#post-3300583
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-101#post-3332738
 
   |update author  = netish
 
   |update author  = netish
 +
  |update version  = 1.1
 +
}}
 +
{{/xnb
 +
  |original name  = NukaCola
 +
  |original author = GameVogue
 +
  |original url    = {{nexus mod|394}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-113#post-3341519
 +
  |update author  = a2937
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 3,096: Line 3,949:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Original Portraits ULTIMATE FIX
 +
  |original author = Popori
 +
  |original url    = {{nexus mod|801}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-128#post-3361673
 +
  |update author  = springacres
 +
  |update version  = 1.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,107: Line 3,969:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Peacocks
+
   |original name  = Pam's Recolored Buildings Add-Ons
   |original author = StarDoodle
+
   |original author = Pam Collins AKA MatrexsVigil
   |original url    = {{nexus mod|871}}
+
   |original url    = {{nexus mod|4313}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-65#post-3306105
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-118#post-3348428
   |update author  = coldazrael
+
   |update author  = Marigolden
   |update version  = 2.0
+
   |update version  = 0.2-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,120: Line 3,982:
 
   |original url    = {{nexus mod|1705}}
 
   |original url    = {{nexus mod|1705}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-47#post-3300651
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357809
 
   |update author  = Allayna
 
   |update author  = Allayna
   |update version  = 1.0
+
   |update version  = 2.0.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Pencilstab's Portraits (ALL PORTRAITS COMPLETED)
+
   |original name  = Pastel Pink Farmhouse
   |original author = Pencilstab
+
   |original author = midnightroar
   |original url    = {{nexus mod|2351}}
+
   |original url    = {{nexus mod|154}}
   |update name    = official update
+
   |update name    = unofficial update
   |update url      = {{nexus mod|2351}}
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3348341
   |update author  = Pencilstab
+
   |update author  = Marigolden
   |update version  = 1.0
+
   |update version  = 1.2-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Penny Expanded  
+
  |original name  = Peacocks
 +
  |original author = StarDoodle
 +
  |original url    = {{nexus mod|871}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-65#post-3306105
 +
  |update author  = coldazrael
 +
  |update version  = 2.0
 +
}}
 +
{{/xnb
 +
  |original name  = Pencilstab's Portraits (ALL PORTRAITS COMPLETED)
 +
  |original author = Pencilstab
 +
  |original url    = {{nexus mod|2351}}
 +
  |update name    = official update
 +
  |update url      = {{nexus mod|2351}}
 +
  |update author  = Pencilstab
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
   |original name  = Penny Expanded  
 
   |original author = Wolvenlight
 
   |original author = Wolvenlight
 
   |original url    = {{nexus mod|1372}}
 
   |original url    = {{nexus mod|1372}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-9#post-3275828
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-130#post-3366935
   |update author  = flameofthenight
+
   |update author  = uwuchiha
   |update version  = 1.0
+
   |update version  = 2.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,152: Line 4,032:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Penny Relationship (Villager Part Only)
+
   |original name  = Penny Relationship and Dialogue Overhaul
 
   |original author = NicolasNSane
 
   |original author = NicolasNSane
 
   |original url    = {{nexus mod|1568}}
 
   |original url    = {{nexus mod|1568}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-5#post-3272993
+
   |update url      = {{nexus mod|4761}}
   |update author  = flameofthenight
+
   |update author  = NicolaiB92
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 3,204: Line 4,084:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Piano
 +
  |original author = Jokerine
 +
  |original url    = {{nexus mod|465}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-108#post-3338258
 +
  |update author  = pepoluan
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Piebald horse
 +
  |original author = MysticJumbles
 +
  |original url    = {{nexus mod|2467}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-130#post-3365079
 +
  |update author  = cat9412
 +
  |update version  = 2.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
 
   |original name  = Pink Chickens
 
   |original name  = Pink Chickens
 
   |original author = bubblestormx
 
   |original author = bubblestormx
   |original url    = {{nexus mod|465}}
+
   |original url    = {{nexus mod|658}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-17#post-3280851
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-17#post-3280851
Line 3,224: Line 4,122:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Porcelaine's Wizard - Portrait and Sprite
+
   |original name  = Player Home Detailed
   |original author = Porcelaine
+
  |original author = PandoWooSetti AKA TheGeekyDead
   |original url    = {{nexus mod|1940}}
+
  |original url    = {{nexus mod|301}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-118#post-3348738
 +
  |update author  = Marigolden
 +
  |update version  = 1.3-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = Plump Abigail
 +
   |original author = Dizor
 +
   |original url    = {{nexus mod|104}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-33#post-3293999
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-130#post-3364975
   |update author  = Mukamii
+
   |update author  = cat9412
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Portrait Accurate Alex
+
  |original name  = Pochi's Portraits Mod
 +
  |original author = Pochi
 +
  |original url    = {{nexus mod|1684}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-112#post-3340148
 +
  |update author  = pepoluan
 +
  |update version  = 1.1.1-unofficial.1-pepoluan
 +
}}
 +
{{/xnb
 +
  |original name  = Porcelaine's Wizard - Portrait and Sprite
 +
  |original author = Porcelaine
 +
  |original url    = {{nexus mod|1940}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-33#post-3293999
 +
  |update author  = Mukamii
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
   |original name  = Portrait Accurate Alex
 
   |original author = iKeychain
 
   |original author = iKeychain
 
   |original url    = {{nexus mod|349}}
 
   |original url    = {{nexus mod|349}}
Line 3,240: Line 4,165:
 
   |update author  = Allayna & Amx
 
   |update author  = Allayna & Amx
 
   |update version  = 1.2
 
   |update version  = 1.2
 +
}}
 +
{{/xnb
 +
  |original name  = Portraits 42 people
 +
  |original author = Fastoso
 +
  |original url    = {{nexus mod|616}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3348345
 +
  |update author  = helenaneedshugs
 +
  |update version  = 1.1
 +
}}
 +
{{/xnb
 +
  |original name  = Prettier Small Farm
 +
  |original author = E_Wang aka Flor3nce2456
 +
  |original url    = {{nexus mod|1545}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-105#post-3335725
 +
  |update author  = minervamaga
 +
  |update version  = 1.0.0-unofficial.1-minervamaga
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,245: Line 4,188:
 
   |original author = Ankokou
 
   |original author = Ankokou
 
   |original url    = {{nexus mod|940}}
 
   |original url    = {{nexus mod|940}}
   |update name    = unofficial update
+
   |update name    = official update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-57#post-3304133
+
   |update url      = https://www.nexusmods.com/stardewvalley/mods/4005
   |update author  = kalikars & junali
+
   |update author  = tlitookilakin
 
   |update version  = 1.0.0
 
   |update version  = 1.0.0
 
}}
 
}}
Line 3,258: Line 4,201:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Rabbit In A Hat
 +
  |original author = PixelatedPicasso
 +
  |original url    = {{nexus mod|4681}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-120#post-3352297
 +
  |update author  = mouse
 +
  |update version  = 0.0.2-unofficial.1-mouse
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,275: Line 4,227:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-3#post-3264159
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-3#post-3264159
 
   |update author  = Kuriiyo
 
   |update author  = Kuriiyo
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Rainbow Galaxy Sword
 +
  |original author = Sirenity
 +
  |original url    = {{nexus mod|1204}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-3#post-44301
 +
  |update author  = UlyanaLeyana
 +
  |update version  = 2.0
 +
}}
 +
{{/xnb
 +
  |original name  = Ran's Fancy Farmer
 +
  |original author = Ran
 +
  |original url    = {{nexus mod|2718}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-73#post-50242
 +
  |update author  = wally32
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 3,284: Line 4,254:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/#post-3259729
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/#post-3259729
 
   |update author  = paradigmnomad
 
   |update author  = paradigmnomad
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Realistic Cellar Size
 +
  |original author = Cylesburk
 +
  |original url    = {{nexus mod|1474}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-129#post-3363816
 +
  |update author  = grapefruitcult
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 3,296: Line 4,275:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Recolored Luau and Moonlight Jellies Candle Boats to match the Beach and Desert Recolors Mod - combined
+
  |original name  = Recolored Buildings - Smaller Silos - Alt Brick House - Rainbow colors
 +
  |original author = Develsaa
 +
  |original url    = {{nexus mod|98}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-118#post-3348428
 +
  |update author  = Marigolden
 +
  |update version  = 0.1-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
   |original name  = Recolored Luau and Moonlight Jellies Candle Boats to match the Beach and Desert Recolors Mod - combined
 
   |original author = Sabreene
 
   |original author = Sabreene
 
   |original url    = {{nexus mod|1701}}
 
   |original url    = {{nexus mod|1701}}
Line 3,302: Line 4,290:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-10#post-3276212
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-10#post-3276212
 
   |update author  = waftwaffle
 
   |update author  = waftwaffle
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Recolored stone paths
 +
  |original author = taintedwheat
 +
  |original url    = https://community.playstarbound.com/threads/recolored-stone-paths.117439/#post-2946389
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-3#post-44222
 +
  |update author  = Kreeate
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 3,323: Line 4,320:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Red Panda Cat Replacement
+
   |original name  = Redone Dialogue
   |original author = Tokiri
+
   |original author = prettypinktardis
   |original url    = https://community.playstarbound.com/threads/tokiris-pet-replacements-fox-wolf-red-panda-update-red-panda-finished.110263/
+
   |original url    = {{nexus mod|1447}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-70#post-3307632
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-114#post-3341805
   |update author  = Reppamon
+
   |update author  = .Lavender.
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 3,354: Line 4,351:
 
   |original url    = {{nexus mod|384}}
 
   |original url    = {{nexus mod|384}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305769
+
  |update url      = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-14#post-3353498
   |update author  = Moragaine
+
  |update author  = minervamaga
   |update version  = 1.1
+
  |update version  = 1.1.1-unofficial.1-minervamaga
 +
}}
 +
{{/xnb
 +
  |original name  = Revised Alex Cutscene
 +
  |original author = IronZelly
 +
  |original url    = https://community.playstarbound.com/threads/revised-alex-8-heart-cutscene.130207/
 +
  |update name    = unofficial update
 +
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357242
 +
   |update author  = Allayna
 +
   |update version  = 1.2
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,393: Line 4,399:
 
   |update author  = paradigmnomad
 
   |update author  = paradigmnomad
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Roman Bath House Retexture
 +
  |original author = Rauchschwalbe
 +
  |original url    = https://community.playstarbound.com/threads/bath-house-retexture.140922/
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3348341
 +
  |update author  = Marigolden
 +
  |update version  = 1.1-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,438: Line 4,453:
 
   |update author  = Ensifera
 
   |update author  = Ensifera
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Safety Net Slime Hutch
 +
  |original author = Plutey
 +
  |original url    = {{nexus mod|621}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-118#post-3349511
 +
  |update author  = Jhoulana
 +
  |update version  = 1.2
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,447: Line 4,471:
 
   |update author  = Allayna
 
   |update author  = Allayna
 
   |update version  = 1.1
 
   |update version  = 1.1
 +
}}
 +
{{/xnb
 +
  |original name  = Sakamoto san - Cat Replacer
 +
  |original author = RedHunter
 +
  |original url    = {{nexus mod|62}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-120#post-3352201
 +
  |update author  = ravenrakkuas
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,492: Line 4,525:
 
   |update author  = Seyph
 
   |update author  = Seyph
 
   |update version  = 1.0.1
 
   |update version  = 1.0.1
 +
}}
 +
{{/xnb
 +
  |original name  = Sam/Sebastian Romance Mod Sambastian
 +
  |original author = Pixelated Farmhouse
 +
  |original url    = https://pixelatedfarmhouse.tumblr.com/post/190537323066/samsebastian-romance-mod
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-6#post-71693
 +
  |update author  = Allayna
 +
  |update version  = 1.4
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,512: Line 4,554:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Sebastian is a Ginger (Complete Edits Only)
+
   |original name  = Sebastian is a Ginger - All Edits
 
   |original author = melkat7
 
   |original author = melkat7
 
   |original url    = {{nexus mod|561}}
 
   |original url    = {{nexus mod|561}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-6#post-3273575
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-105#post-3335725
   |update author  = D.Grey
+
   |update author  = minervamaga
   |update version  = 1.0
+
  |update version  = 1.0.0-unofficial.1-minervamaga
 +
}}
 +
{{/xnb
 +
  |original name  = Sebastian's Bong Restored
 +
  |original author = lakoria
 +
  |original url    = {{nexus mod|58}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-116#post-3347131
 +
  |update author  = Marigolden
 +
   |update version  = 0.1.-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,543: Line 4,594:
 
   |original url    = {{nexus mod|1771}}
 
   |original url    = {{nexus mod|1771}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-42#post-3299515
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-108#post-3338248
   |update author  = Arkanto
+
   |update author  = pepoluan
 
   |update version  = 1.1
 
   |update version  = 1.1
 
}}
 
}}
Line 3,561: Line 4,612:
 
   |original url    = {{nexus mod|347}}
 
   |original url    = {{nexus mod|347}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-43#post-3299931
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
 
   |update author  = Allayna
 
   |update author  = Allayna
   |update version  = 1.0
+
   |update version  = 2.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,582: Line 4,633:
 
   |update author  = Ensifera
 
   |update author  = Ensifera
 
   |update version  = 1.1
 
   |update version  = 1.1
 +
}}
 +
{{/xnb
 +
  |original name  = Shiny Grandpa Shrines
 +
  |original author = Schrodingers Kit
 +
  |original url    = {{nexus mod|1954}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-112#post-3340106
 +
  |update author  = pepoluan
 +
  |update version  = 1.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,627: Line 4,687:
 
   |update author  = junali
 
   |update author  = junali
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Siv's Marriage Mod
 +
  |original author = sivolobwho
 +
  |original url    = {{nexus mod|366}}
 +
  |update name    = Looking for Love
 +
  |update url      = {{nexus mod|3054}}
 +
  |update author  = foggywizard
 +
  |update version  = 1.1
 +
}}
 +
{{/xnb
 +
  |original name  = Siberian Husky Pet
 +
  |original author = Joules
 +
  |original url    = {{nexus mod|1855}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/post-40583
 +
  |update author  = Techy-Jaden
 +
  |update version  = 1.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,683: Line 4,761:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Slime Animals
+
   |original name  = Slime-Animals
 
   |original author = Sabishi1985
 
   |original author = Sabishi1985
 
   |original url    = https://community.playstarbound.com/threads/slime-animals-last-update-09-10-2016.110931/
 
   |original url    = https://community.playstarbound.com/threads/slime-animals-last-update-09-10-2016.110931/
   |update name    = unofficial update
+
   |update name    = Slime Rancher
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/#post-3258724
+
   |update url      = {{nexus mod|12654}}
   |update author  = paradigmnomad
+
   |update author  = Eldritchdraaks
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 3,699: Line 4,777:
 
   |update author  = Kuriiyo
 
   |update author  = Kuriiyo
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Skeletal-Undead Horse
 +
  |original author = zcsnightmare
 +
  |original url    = {{nexus mod|253}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-118#post-3348738
 +
  |update author  = Marigolden
 +
  |update version  = 2.1-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,726: Line 4,813:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Smoking BadAss Kittycat Overhaul Mod V1.0
 +
  |original author = LuvRam
 +
  |original url    = {{nexus mod|15}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-116#post-3347131
 +
  |update author  = Marigolden
 +
  |update version  = 1.1-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,735: Line 4,831:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 2.0
 
   |update version  = 2.0
 +
}}
 +
{{/xnb
 +
  |original name  = Some Portraits and Character Sprites
 +
  |original author = Amhara Dracul
 +
  |original url    = {{nexus mod|4113}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-115#post-3343440
 +
  |update author  = pepoluan
 +
  |update version  = 1.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,804: Line 4,909:
 
   |original url    = {{nexus mod|1875}}
 
   |original url    = {{nexus mod|1875}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-85#post-3322693
+
   |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-6#post-72444
   |update author  = coldazrael
+
   |update author  = Allayna
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 3,987: Line 5,092:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.1
 
   |update version  = 1.1
 +
}}
 +
{{/xnb
 +
  |original name  = Teal Sebastian
 +
  |original author = xhotfish
 +
  |original url    = {{nexus mod|2267}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-113#post-3341220
 +
  |update author  = Fippsie
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,996: Line 5,110:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Tego's Better Harvey
 +
  |original author = tegobash
 +
  |original url    = {{nexus mod|243}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3348341
 +
  |update author  = Marigolden
 +
  |update version  = 0.3.0-unofficial.1-Marigolden
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 4,020: Line 5,143:
 
   |original url    = {{nexus mod|1234}}
 
   |original url    = {{nexus mod|1234}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-44#post-3300021
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
 
   |update author  = Allayna
 
   |update author  = Allayna
   |update version  = 1.0
+
   |update version  = 2.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 4,103: Line 5,226:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-71#post-3308320
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-71#post-3308320
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Turn Abigail into chicken
 +
  |original author = zeroford
 +
  |original url    = {{nexus mod|3722}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-6#post-73593
 +
  |update author  = phomaique
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 4,112: Line 5,244:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-16#post-3280497
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-16#post-3280497
 
   |update author  = Amx
 
   |update author  = Amx
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Umbreon Cat Replacer
 +
  |original author = VDotV
 +
  |original url    = {{nexus mod|176}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-15#post-3280271
 +
  |update author  = Heroic Onion
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 4,121: Line 5,262:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-60#post-3304585
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-60#post-3304585
 
   |update author  = Aquilegia
 
   |update author  = Aquilegia
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Vaporeon Normal and Vaporeon Shiny Cat and Dog Replacement
 +
  |original author = linasouls9
 +
  |original url    = {{nexus mod|3069}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-83#post-3321024
 +
  |update author  = winterykite
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 4,131: Line 5,281:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 3.5
 
   |update version  = 3.5
 +
}}
 +
{{/xnb
 +
  |original name  = Velverette's Anime Portrait and Sprite Mod
 +
  |original author = Velverette
 +
  |original url    = {{nexus mod|645}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-108#post-3338445
 +
  |update author  = pepoluan
 +
  |update version  = 0.1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 4,160: Line 5,319:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Vulpix as Cat (Alolan)
+
   |original name  = Vivi from FF9 as Dwarf
   |original author = Alola Vulpix Is Life
+
   |original author = clementckm92
   |original url    = {{nexus mod|2302}}
+
   |original url    = https://community.playstarbound.com/resources/vivi-from-ff9-as-dwarf.4436/
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-44#post-3300021
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-120#post-3352358
   |update author  = Allayna
+
   |update author  = ravenrakkuas
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Wee Highland Coos
+
   |original name  = Vixxi's Mounts (Wolf)
   |original author = telekineticyeti
+
   |original author = Vixxi
   |original url    = {{nexus mod|60}}
+
   |original url    = https://community.playstarbound.com/threads/vixxis-mounts-wolves-fox-and-horses-current-mount-wip-tiger.109290/
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3306010
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-119#post-3350511
   |update author  = coldazrael & D.Grey
+
   |update author  = SpringsSong
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Wedding Dresses and Red Shirts!
+
   |original name  = Void Dog
   |original author = Hitgirl911
+
   |original author = JertsukkaTheMan
   |original url    = https://community.playstarbound.com/resources/wedding-dresses-and-red-shirts.3725/
+
   |original url    = {{nexus mod|1854}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-59#post-3304457
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-83#post-3321024
   |update author  = coldazrael
+
   |update author  = winterykite
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = White Ducks
+
  |original name  = Vulpix as Cat (Alolan)
   |original author = Merc931
+
  |original author = Alola Vulpix Is Life
   |original url    = {{nexus mod|498}}
+
  |original url    = {{nexus mod|2302}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
 +
  |update author  = Allayna
 +
  |update version  = 2.0
 +
}}
 +
{{/xnb
 +
  |original name  = Vulpix Pokemon as Cat
 +
  |original author = Halfwheat
 +
  |original url    = {{nexus mod|1784}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
 +
  |update author  = Allayna
 +
  |update version  = 2.0
 +
}}
 +
{{/xnb
 +
  |original name  = Warm Cozy Fireplace
 +
  |original author = Mioudew
 +
  |original url    = {{nexus mod|1024}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-4#post-51317
 +
  |update author  = UlyanaLeyana
 +
  |update version  = 2.0
 +
}}
 +
{{/xnb
 +
  |original name  = Wee Highland Coos
 +
  |original author = telekineticyeti
 +
  |original url    = {{nexus mod|60}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3306010
 +
  |update author  = coldazrael & D.Grey
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Wedding Dresses and Red Shirts!
 +
  |original author = Hitgirl911
 +
  |original url    = {{chucklefish mod|3725}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-59#post-3304457
 +
  |update author  = coldazrael
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = White-Grey Bee House
 +
  |original author = Naru The Weirdo
 +
  |original url    = {{nexus mod|3133}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-130#post-3364975
 +
  |update author  = cat9412
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = WhiteBorder (only white border)
 +
  |original author = xblaid
 +
  |original url    = {{nexus mod|1925}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-103#post-3334602
 +
  |update author  = hatmouse
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
   |original name  = White Ducks
 +
   |original author = Merc931
 +
   |original url    = {{nexus mod|498}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-11#post-3277589
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-11#post-3277589
Line 4,200: Line 5,422:
 
   |original url    = {{nexus mod|1293}}
 
   |original url    = {{nexus mod|1293}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-9#post-3275665
+
   |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/#post-26394
 
   |update author  = Pathoschild
 
   |update author  = Pathoschild
   |update version  = 1.1.1-unofficial.1-pathoschild
+
   |update version  = 1.1.1-unofficial.3-pathoschild
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 4,329: Line 5,551:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Yellow Dirt Removal
 +
  |original author = Ebeths
 +
  |original url    = {{nexus mod|766}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-125#post-3358277
 +
  |update author  = Allayna
 +
  |update version  = 1.2
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 4,365: Line 5,596:
 
   |update author  = staarfruit
 
   |update author  = staarfruit
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Yet Another Crystal Path Recolor
 +
  |original author = Lavendarjosh
 +
  |original url    = {{nexus mod|1717}}
 +
  |update name    = Yet Another Crystal Path Recolor (CP)
 +
  |update url      = {{nexus mod|8721}}
 +
  |update author  = UlyanaLeyana
 +
  |update version  = 2.1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 4,373: Line 5,613:
 
   |update url      = {{nexus mod|1853}}
 
   |update url      = {{nexus mod|1853}}
 
   |update author  = Marilyst
 
   |update author  = Marilyst
   |update version  = 1.0
+
   |update version  = 1.3.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 4,401: Line 5,641:
 
   |update author  = Ensifera
 
   |update author  = Ensifera
 
   |update version  = 0.1
 
   |update version  = 0.1
 +
}}
 +
{{/xnb
 +
  |original name  = Zhuria's Horse Edits
 +
  |original author = Zhuria
 +
  |original url    = https://community.playstarbound.com/threads/zhurias-horse-edits-recolours.108022/
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-22#post-3284987
 +
  |update author  = Allayna
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 4,427: Line 5,676:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-61#post-3305000
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-61#post-3305000
 
   |update author  = Chill-T
 
   |update author  = Chill-T
  |update version  = 1.0
 
}}
 
{{/xnb
 
  |original name  = Black Cat
 
  |original author = casildak
 
  |original url    = https://www.nexusmods.com/stardewvalley/mods/286
 
  |update name    = unofficial update
 
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-83#post-3321024
 
  |update author  = winterykite
 
  |update version  = 1.0
 
}}
 
{{/xnb
 
  |original name  = Vaporeon Normal and Vaporeon Shiny Cat and Dog Replacement
 
  |original author = linasouls9
 
  |original url    = https://www.nexusmods.com/stardewvalley/mods/3069
 
  |update name    = unofficial update
 
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-83#post-3321024
 
  |update author  = winterykite
 
  |update version  = 1.0
 
}}
 
{{/xnb
 
  |original name  = Void Dog
 
  |original author = JertsukkaTheMan
 
  |original url    = https://www.nexusmods.com/stardewvalley/mods/1854
 
  |update name    = unofficial update
 
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-83#post-3321024
 
  |update author  = winterykite
 
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 4,460: Line 5,682:
 
==Using XNB mods==
 
==Using XNB mods==
 
===Find mods===
 
===Find mods===
If you're looking for mods, the [http://www.nexusmods.com/stardewvalley/mods/topalltime/ most popular] are a good place to start.
 
 
You can find mods in a few places:
 
{| class="wikitable"
 
|-
 
! site
 
! description
 
|-
 
| '''[http://nexusmods.com/stardewvalley/ Nexus Mods]'''
 
| Most mods are released here.<br /><small>(Registering an account is free, just don't choose a package when you register.)</small>
 
|-
 
| [http://community.playstarbound.com/resources/categories/stardew-valley.22/ Chucklefish mods]
 
| Some mods are released here (most are also on Nexus).
 
|-
 
| [http://community.playstarbound.com/forums/mods.215/ Stardew Valley forums]
 
| Some mods are posted directly in the forums. Some hidden gems are only here, but finding them can be a challenge.
 
|}
 
  
Before you download a mod...
+
See [[Modding:Player_Guide/Getting_Started#Find_mods|Find mods]] on the Getting Started page.
* Does it work with the latest version of the game? XNB mods may be outdated and cause problems. Try checking the mod description or comments. Generally avoid any XNB mod not updated after the last game update.
 
* Don't download from stardewvalleymods.net. (Mods here are usually outdated, since the site republishes mods without permission for ad revenue.)
 
  
 
===Install mods===
 
===Install mods===
Line 4,486: Line 5,689:
  
 
# Download the XNB mod and unzip it somewhere (not in your game folder!).
 
# Download the XNB mod and unzip it somewhere (not in your game folder!).
# It should contain some <tt>.xnb</tt> files.
+
# It should contain some <samp>.xnb</samp> files.
 
# Find your [[Modding:Player Guide/Getting Started#Find your game folder|game folder]].
 
# Find your [[Modding:Player Guide/Getting Started#Find your game folder|game folder]].
# Replace the existing <tt>.xnb</tt> files under <tt>Content</tt> with the ones from the mod. '''Make sure you replace the correct files!''' There are different files with the same name (like <tt>Content/Data/hats.xnb</tt> and <tt>Content/Characters/hats.xnb</tt>), and replacing the wrong file will cause in-game errors or crashes.
+
# Replace the existing <samp>.xnb</samp> files under <samp>Content</samp> with the ones from the mod. '''Make sure you replace the correct files!''' There are different files with the same name (like <samp>Content/Data/hats.xnb</samp> and <samp>Content/Characters/hats.xnb</samp>), and replacing the wrong file will cause in-game errors or crashes.
  
 
===Uninstall mods===
 
===Uninstall mods===
Line 4,508: Line 5,711:
  
 
[[de:Modding:XNB Mods]]
 
[[de:Modding:XNB Mods]]
 +
[[es:Modding:Uso de mods XNB]]
 +
[[pt:Modificações:Usando mods XNB]]
 
[[ru:Модификации:Использование XNB модификаций]]
 
[[ru:Модификации:Использование XNB модификаций]]
 +
[[zh:模组:使用 XNB 模组]]

Latest revision as of 17:51, 13 July 2023

Index

XNB mods are an older type of mod and are no longer recommended. SMAPI can't validate them for compatibility. Use XNB mods at your own risk, or see alternatives using Content Patcher.

An XNB mod replaces some of your game's .xnb files to change the game (unlike newer mods that go in your Mods folder).

FAQs

What are XNB mods?

XNB mods work by replacing your game's data files (which have a .xnb extension). For example, let's say you want to change Abigail's portraits; you can replace Content/Portraits/Abigail.xnb with a modded version to do it. (See editing XNB files for more info on the XNB format.)

Why are they discouraged?

XNB mods have a lot of limitations, often conflict with each other, usually break when the game updates, are hard to install and remove, etc.

Consider only using SMAPI mods and content packs. These have several benefits over XNB mods:

feature XNB mods SMAPI mods SMAPI content packs
ease of installation ✘ different for every mod ✓ drop into Mods
ease of uninstallation ✘ manually restore original files ✓ remove from Mods
update checks ✘ none ✓ automatic alert in SMAPI console
compatibility checks ✘ none ✓ incompatible mods are disabled before they cause problems
compatibility list is regularly updated with updates and workarounds
mod compatibility ✘ each file can only be replaced once ✓ almost universal ✓ high
translation support ✘ difficult to translate ✓ built-in translation API (depends on the content pack)
game compatibility ✘ broken by most game updates ✓ SMAPI automatically rewrites many mods for compatibility
open-source mods are updated quickly

Do they work on Linux, Mac, Windows, or consoles?

XNB mods work equally on Linux, Mac, Windows, and Android. Consoles aren't supported.

Can they corrupt my save?

Yes, but it's uncommon. Make sure you back up your save files occasionally, and remove any custom content before uninstalling an XNB mod. In most cases, you can fix save corruption by undoing the last save.

Do they disable Steam achievements?

Nope.

Alternatives using Content Patcher

Content Patcher is a SMAPI mod that makes XNB-like changes with all the benefits of SMAPI content packs. Many XNB mods have a Content Patcher equivalent, or have been updated unofficially to use it. Consider using these instead where available.

Modders:

  • When migrating XNB mods, only use Action: Load if you actually need to replace the whole file (e.g., portrait mods). Don't use Action: Load for dialogue mods or to change a small part of a file!
  • See Migrating XNB mods to Content Patcher packs on the official forums for more info about creating conversions.

Using XNB mods

Find mods

See Find mods on the Getting Started page.

Install mods

Installation is different for each mod; check its mod description for details. But in general:

  1. Download the XNB mod and unzip it somewhere (not in your game folder!).
  2. It should contain some .xnb files.
  3. Find your game folder.
  4. Replace the existing .xnb files under Content with the ones from the mod. Make sure you replace the correct files! There are different files with the same name (like Content/Data/hats.xnb and Content/Characters/hats.xnb), and replacing the wrong file will cause in-game errors or crashes.

Uninstall mods

Either restore the original files that mod replaced (hope you kept track!), or reset your game files.

Troubleshooting

Reset content files

If you know which mod caused the problem, uninstall it.

If you're not sure, the simplest option is:

  1. reset your game files;
  2. reinstall each XNB mod one by one;
  3. test after each install to make sure it didn't cause problems.

Other issues

See Modding:Player Guide/Troubleshooting for more suggestions.