diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-25 20:42:58 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-25 20:42:58 +0800 |
| commit | 444498268e378223b5b61b985c83b1698c95f76d (patch) | |
| tree | 668d94f7b23f0b7efe1c4ebc0a82bb1aa7c36931 /src/main/resources | |
| parent | bf60f9c6c58bcb793e390f5d41ab2c06f4ac98d9 (diff) | |
| download | RoughlyEnoughItems-444498268e378223b5b61b985c83b1698c95f76d.tar.gz RoughlyEnoughItems-444498268e378223b5b61b985c83b1698c95f76d.tar.bz2 RoughlyEnoughItems-444498268e378223b5b61b985c83b1698c95f76d.zip | |
Updated to 19w04a & Campfire Category
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 2 | ||||
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/textures/gui/display.png | bin | 8345 -> 9307 bytes | |||
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 2 |
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 Binary files differindex 3af43e275..9f02de53c 100644 --- a/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png +++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png 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" |
