From c0b54fae494fcd8bba476eb0153c8689a85231cc Mon Sep 17 00:00:00 2001 From: shedaniel Date: Mon, 20 Jan 2020 22:00:51 +0800 Subject: Fix #246 --- .../resources/assets/roughlyenoughitems/lang/en_us.json | 1 + .../assets/roughlyenoughitems/textures/gui/kirb.png | Bin 0 -> 5756 bytes 2 files changed, 1 insertion(+) create mode 100644 src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png (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 f635bf405..067bec76c 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -80,6 +80,7 @@ "text.rei.favorites_tooltip": " \n§7Press %s to add this to favorites.", "text.rei.remove_favorites_tooltip": " \n§7Press %s to remove this from favorites.", "text.rei.working_station": "Working Station", + "text.rei.release_export": "§lRelease %s to export", "text.rei.recipe_id": "\n%sRecipe Id: %s", "text.rei.recipe_screen_type.selection": "Recipe Screen Type Selection", "text.rei.recipe_screen_type.selection.sub": "You can always edit this setting again via the config screen.", diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png new file mode 100644 index 000000000..3b00721f5 Binary files /dev/null and b/src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png differ -- cgit