enable update checks for older Entoarox mods per request, update More Animals ID

This commit is contained in:
Jesse Plamondon-Willard 2018-02-16 20:20:28 -05:00
parent 024489c338
commit efd331ccd1
2 changed files with 20 additions and 19 deletions

View File

@ -2,6 +2,7 @@
## 2.5
* For players:
* Fixed mod crashes being logged under `[SMAPI]` instead of the mod name.
* Updated compatibility list and enabled update checks for more older mods.
* For modders:
* Fixed error when accessing a mod-provided API whose underlying class is `internal`.

View File

@ -115,7 +115,7 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
{
// Advanced Location Loader
"ID": "Entoarox.AdvancedLocationLoader",
//"Default | UpdateKey": "Chucklefish:3619", // Entoarox opted out of mod update checks
"~1.3.7 | UpdateKey": "Chucklefish:3619", // only enable update checks up to 1.3.7 by request (has its own update-check feature)
"~1.2.10 | Status": "AssumeBroken" // broke in SMAPI 2.0
},
{
@ -590,7 +590,7 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
// Entoarox Framework
"ID": "Entoarox.EntoaroxFramework",
"FormerIDs": "eacdb74b-4080-4452-b16b-93773cda5cf9", // changed in ???
//"Default | UpdateKey": "Chucklefish:4228", // Entoarox opted out of mod update checks
"~2.0.6 | UpdateKey": "Chucklefish:4228", // only enable update checks up to 2.0.6 by request (has its own update-check feature)
"~1.7.9 | Status": "AssumeBroken" // broke in SMAPI 2.0
},
{
@ -627,8 +627,8 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
{
// Extended Minecart
"ID": "Entoarox.ExtendedMinecart",
"FormerIDs": "{ID:'EntoaroxFurnitureAnywhere', Name:'Extended Minecart'}" // changed in 1.6.1
//"Default | UpdateKey": "Chucklefish:4359" // Entoarox opted out of mod update checks
"FormerIDs": "{ID:'EntoaroxFurnitureAnywhere', Name:'Extended Minecart'}", // changed in 1.6.1
"~1.7.1 | UpdateKey": "Chucklefish:4359" // only enable update checks up to 1.7.1 by request (has its own update-check feature)
},
{
// Extended Reach
@ -683,8 +683,8 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
{
// Faster Paths
"ID": "Entoarox.FasterPaths",
"FormerIDs": "{ID:'821ce8f6-e629-41ad-9fde-03b54f68b0b6', Name:'Faster Paths'} | 615f85f8-5c89-44ee-aecc-c328f172e413" // changed in 1.2 and 1.3; disambiguate from Shop Expander
// "Default | UpdateKey": "Chucklefish:3641" // Entoarox opted out of mod update checks
"FormerIDs": "{ID:'821ce8f6-e629-41ad-9fde-03b54f68b0b6', Name:'Faster Paths'} | 615f85f8-5c89-44ee-aecc-c328f172e413", // changed in 1.2 and 1.3; disambiguate from Shop Expander
"~1.3.3 | UpdateKey": "Chucklefish:3641" // only enable update checks up to 1.3.3 by request (has its own update-check feature)
},
{
// Faster Run
@ -727,8 +727,8 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
{
// Furniture Anywhere
"ID": "Entoarox.FurnitureAnywhere",
"FormerIDs": "{ID:'EntoaroxFurnitureAnywhere', Name:'Furniture Anywhere'}" // changed in 1.1; disambiguate from Extended Minecart
// "Default | UpdateKey": "Chucklefish:4324" // Entoarox opted out of mod update checks
"FormerIDs": "{ID:'EntoaroxFurnitureAnywhere', Name:'Furniture Anywhere'}", // changed in 1.1; disambiguate from Extended Minecart
"~1.1.5 | UpdateKey": "Chucklefish:4324" // only enable update checks up to 1.1.5 by request (has its own update-check feature)
},
{
// Game Reminder
@ -986,6 +986,13 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
"~ | Status": "Obsolete",
"~ | StatusReasonPhrase": "it's no longer maintained or used."
},
{
// More Animals
"ID": "Entoarox.MoreAnimals",
"FormerIDs": "821ce8f6-e629-41ad-9fde-03b54f68b0b6MOREPETS | Entoarox.MorePets", // changed in 1.3 and 2.0
"~2.0.2 | UpdateKey": "Chucklefish:4288", // only enable update checks up to 2.0.2 by request (has its own update-check feature)
"~1.3.2 | Status": "AssumeBroken" // overhauled for SMAPI 1.11+ compatibility
},
{
// More Artifact Spots
"ID": "451",
@ -998,13 +1005,6 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
"ID": "Platonymous.MoreMapLayers",
"Default | UpdateKey": "Nexus:1134" // added in 1.1.1
},
{
// More Pets
"ID": "Entoarox.MorePets",
"FormerIDs": "821ce8f6-e629-41ad-9fde-03b54f68b0b6MOREPETS", // changed in 1.3
// "Default | UpdateKey": "Chucklefish:4288", // Entoarox opted out of mod update checks
"~1.3.2 | Status": "AssumeBroken" // overhauled for SMAPI 1.11+ compatibility
},
{
// More Rain
"ID": "Omegasis.MoreRain",
@ -1303,7 +1303,7 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
// Seasonal Immersion
"ID": "Entoarox.SeasonalImmersion",
"FormerIDs": "EntoaroxSeasonalHouse | EntoaroxSeasonalBuildings | EntoaroxSeasonalImmersion", // changed in 1.1, 1.6 or earlier, and 1.7
// "Default | UpdateKey": "Chucklefish:4262", // Entoarox opted out of mod update checks
"~1.11 | UpdateKey": "Chucklefish:4262", // only enable update checks up to 1.11 by request (has its own update-check feature)
"~1.8.2 | Status": "AssumeBroken" // broke in SMAPI 2.0
},
{
@ -1354,7 +1354,7 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
// Shop Expander
"ID": "Entoarox.ShopExpander",
"FormerIDs": "{ID:'821ce8f6-e629-41ad-9fde-03b54f68b0b6', Name:'Shop Expander'} | EntoaroxShopExpander", // changed in 1.5 and 1.5.2; disambiguate from Faster Paths
// "Default | UpdateKey": "Chucklefish:4381", // Entoarox opted out of mod update checks
"~1.5.3 | UpdateKey": "Chucklefish:4381", // only enable update checks up to 1.5.3 by request (has its own update-check feature)
"~1.5.3 | Status": "AssumeBroken" // broke in SMAPI 2.0
},
{
@ -1733,8 +1733,8 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
{
// Xnb Loader
"ID": "Entoarox.XnbLoader",
// "Default | UpdateKey": "Chucklefish:4506", // Entoarox opted out of mod update checks
"~1.0.6 | Status": "AssumeBroken" // broke in SMAPI 2.0
"~1.1.10 | UpdateKey": "Chucklefish:4506", // only enable update checks up to 1.1.10 by request (has its own update-check feature)
"~1.0.6 | Status": "AssumeBroken" // broke in SMAPI 2.0
},
{
// zDailyIncrease