-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad0eb77
commit b9490e2
Showing
7 changed files
with
132 additions
and
46 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
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
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,4 +1,18 @@ | ||
{ | ||
"droprate.show": "The Current inventory droprate is set to %d", | ||
"inventory.set": "Set the inventory droprate to %d" | ||
"inventory.set": "Set the inventory droprate to %d", | ||
"config.show": "Currently showing the inventory config...", | ||
"config.isSet": "Config droprate set to %d percent", | ||
"itemsavelist.read": "Reading items from the item save list...", | ||
"namesavelist.read": "Reading names from the name save list...", | ||
"vanish.current": "Vanishing curse is currently %s", | ||
"binding.current": "Binding Curse is currently %s", | ||
"enchant.disable": "Disabled the %s curse", | ||
"enchant.enable": "Reenabled the %s curse", | ||
"removed.name": "Removed the %s name from the name save list", | ||
"removed.item": "Removed the %s item from the item save list", | ||
"added.item": "Added the %s item to the item save list", | ||
"add.error.item": "The Item save list already has that item!", | ||
"add.name": "Added the %s name to the name save list", | ||
"add.error.name": "The Name save list already has that name!" | ||
} |