diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-06-22 18:35:13 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-05-29 21:05:32 +0800 |
| commit | c993cd19f8b591b1e933a65e4b1e338dd1be8ea8 (patch) | |
| tree | 0b05714b7d19b49426e5ff34825f5dc8e1a51382 | |
| parent | 0fa53473e7c10d904532126f37eee091abd8358b (diff) | |
| download | RoughlyEnoughItems-c993cd19f8b591b1e933a65e4b1e338dd1be8ea8.tar.gz RoughlyEnoughItems-c993cd19f8b591b1e933a65e4b1e338dd1be8ea8.tar.bz2 RoughlyEnoughItems-c993cd19f8b591b1e933a65e4b1e338dd1be8ea8.zip | |
Fix #944
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index a294b4ce3..765085e09 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -270,6 +270,7 @@ "config.roughlyenoughitems.layout.showUtilsButtons": "Utils Buttons:", "config.roughlyenoughitems.commands.gamemodeCommand": "Game Mode Command:", "config.roughlyenoughitems.commands.giveCommand": "Give Command:", + "config.roughlyenoughitems.commands.timeCommand": "Time Command:", "config.roughlyenoughitems.miscellaneous.loadDefaultPlugin": "Load Default Plugin:", "config.roughlyenoughitems.miscellaneous.loadDefaultPlugin.boolean.false": "§cNo (Dangerous)", "config.roughlyenoughitems.miscellaneous.registerRecipesInAnotherThread": "REI Reload Thread:", |
