-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with split nail shop descriptions. Update readme and bump v…
…ersion.
- Loading branch information
1 parent
32c35ae
commit 855acac
Showing
3 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |