From 01bfff7671b7f1158ffe2906872efaf239ad4d3f Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 22 Jun 2022 18:35:13 +0800 Subject: Fix #944 --- runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/src') 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:", -- cgit