diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-07-01 14:24:22 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-07-01 14:24:22 +0800 |
| commit | 46a119cac30a87844c96533b1a9c16ab921ce1da (patch) | |
| tree | 9626a4cdfe61f6a6eab093f964720d5f0ade4ecf /src/main/resources/assets/roughlyenoughitems | |
| parent | 07432ff14185f98b79ee66d820ab758432c37177 (diff) | |
| download | RoughlyEnoughItems-46a119cac30a87844c96533b1a9c16ab921ce1da.tar.gz RoughlyEnoughItems-46a119cac30a87844c96533b1a9c16ab921ce1da.tar.bz2 RoughlyEnoughItems-46a119cac30a87844c96533b1a9c16ab921ce1da.zip | |
New Cheating Style: Grab
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/resources/assets/roughlyenoughitems')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index b4eda390e..5b8b02faf 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§cCheating Enabled", "text.rei.cheating_limited_enabled": "§bCheating Enabled (Using Commands)", "text.rei.cheating_enabled_no_perms": "§7Cheating §cEnabled §7(No Permission)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "Operator permissions are required to cheat items", "text.rei.search.field.suggestion": "Search...", "category.rei.crafting": "Crafting", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favorite Entry:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "Recipe Screen Type:", "config.roughlyenoughitems.recipeScreenType.config": "Recipe Screen Type: %s", "config.roughlyenoughitems.recipeScreenType.unset": "Not Set", |
