aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/en_us.json2
-rw-r--r--src/main/resources/assets/roughlyenoughitems/textures/gui/display.pngbin8345 -> 9307 bytes
-rwxr-xr-xsrc/main/resources/fabric.mod.json2
3 files changed, 3 insertions, 1 deletions
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
--- a/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png
+++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png
Binary files 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"