From 444498268e378223b5b61b985c83b1698c95f76d Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 25 Jan 2019 20:42:58 +0800 Subject: Updated to 19w04a & Campfire Category --- .../assets/roughlyenoughitems/lang/en_us.json | 2 ++ .../roughlyenoughitems/textures/gui/display.png | Bin 8345 -> 9307 bytes src/main/resources/fabric.mod.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index a21acfc5c..c631e635d 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -10,6 +10,8 @@ "category.rei.smelting.fuel": "§eFuel", "category.rei.smoking": "Smoking", "category.rei.blasting": "Blasting", + "category.rei.campfire": "Campfire", + "category.rei.campfire.time": "%d Seconds", "category.rei.brewing": "Brewing", "category.rei.brewing.input": "§eOriginal Potion", "category.rei.brewing.reactant": "§eIngredient", diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png index 3af43e275..9f02de53c 100644 Binary files a/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png and b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png differ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ca390ff56..8f5250c06 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -12,7 +12,7 @@ "me.shedaniel.rei.client.ClientHelper" ], "requires": { - "fabric": "0.1.4.76" + "fabric": "0.1.4.79" }, "recommended": { "pluginloader": "1.0.6" -- cgit