Skip to content

Commit

Permalink
Fix issue with split nail shop descriptions. Update readme and bump v…
Browse files Browse the repository at this point in the history
…ersion.
  • Loading branch information
homothetyhk committed Jan 17, 2022
1 parent 32c35ae commit 855acac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ItemChanger/ItemChanger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net472</TargetFramework>
<RootNamespace>ItemChanger</RootNamespace>
<AssemblyTitle>ItemChanger</AssemblyTitle>
<AssemblyVersion>2.0.1</AssemblyVersion>
<FileVersion>2.0.1</FileVersion>
<AssemblyVersion>2.0.2</AssemblyVersion>
<FileVersion>2.0.2</FileVersion>
<Deterministic>true</Deterministic>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<LangVersion>latest</LangVersion>
Expand Down
8 changes: 4 additions & 4 deletions ItemChanger/Resources/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -5850,7 +5850,7 @@
},
"shopDesc": {
"$type": "ItemChanger.LanguageString, ItemChanger",
"key": "ITEMCHANGER_DESC_LEFTSLASH",
"key": "ITEMCHANGER_SHOP_DESC_LEFTSLASH",
"sheet": "UI"
},
"sprite": {
Expand All @@ -5875,7 +5875,7 @@
},
"shopDesc": {
"$type": "ItemChanger.LanguageString, ItemChanger",
"key": "ITEMCHANGER_DESC_RIGHTSLASH",
"key": "ITEMCHANGER_SHOP_DESC_RIGHTSLASH",
"sheet": "UI"
},
"sprite": {
Expand All @@ -5900,7 +5900,7 @@
},
"shopDesc": {
"$type": "ItemChanger.LanguageString, ItemChanger",
"key": "ITEMCHANGER_DESC_UPSLASH",
"key": "ITEMCHANGER_SHOP_DESC_UPSLASH",
"sheet": "UI"
},
"sprite": {
Expand All @@ -5925,7 +5925,7 @@
},
"shopDesc": {
"$type": "ItemChanger.LanguageString, ItemChanger",
"key": "ITEMCHANGER_DESC_DOWNSLASH",
"key": "ITEMCHANGER_SHOP_DESC_DOWNSLASH",
"sheet": "UI"
},
"sprite": {
Expand Down
8 changes: 3 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# ItemChanger

This is a Hollow Knight mod intended to be used by other mods for the purpose of changing or adding items.
- Use ItemChanger.ChangeItems and ItemChanger.ChangeStart to make changes
- Default item names, location names, and shop settings are available in the ItemChanger.Default namespace. Use these with the Item(string defaultItemName) and Location(string defaultLocationName) constructors
- A few methods for creating custom items and locations are available in ItemChanger.Custom, or this can also be done manually
- SereCore is required as a dependency
This is a Hollow Knight mod intended to be used by other mods for the purpose of changing or adding items, locations, transitions, starts, and other aspects of the world.

Documentation for most essential classes can be found within the source code at https://github.com/homothetyhk/HollowKnight.ItemChanger

ItemChanger is licensed under LGPL.

0 comments on commit 855acac

Please sign in to comment.