Skip to content

Instantly share code, notes, and snippets.

@shedaniel
Last active April 5, 2020 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shedaniel/b7593e692319976f3349263208792922 to your computer and use it in GitHub Desktop.
Save shedaniel/b7593e692319976f3349263208792922 to your computer and use it in GitHub Desktop.

View full changelog here.

Download Roughly Enough Items at CurseForge.

v4.0

v4.1.5

  • Uses 9-patch to render panels and buttons

v4.1.4

  • Updated to 20w14a

v4.1.3

  • Supports 20w14infinite

v4.1.2

  • Updated to 20w13b
  • Added experimental subsets

v4.1.0

  • Updated to 20w12a
  • API Breakage!

v4.0.12

  • Updated to 20w11a

v4.0.7

  • Actually updated to 20w10a

v4.0.6-unstable.202003050835

  • Updated to 20w10a

v4.0.5-unstable.202003050807

  • Slimmer border
  • Support for cheating fluids

v4.0.5-unstable.202002291415

  • Added none border type

v4.0.5-unstable.202002262005

  • Improved recipe noticing
  • Fixed last entry of entry list always missing
  • Improved refiltering
  • Fixed PreRecipeViewingScreen animation speed
  • Fixed pressing E closes recipe screen when searching
  • Updated to 20w09a

v4.0.4-unstable.202002230745

  • Updated ModMenu

v4.0.4-unstable.202002211427

  • API for disabling REI

v4.0.3-unstable.202002181224

  • Async Search

v4.0.2-unstable.202002180657

  • Reinit overlay correctly when plugins are loaded.
  • c and global modid support

v4.0.2-unstable.202002141727

  • Added beacon bases
  • Fixes transform notices

v4.0.1-unstable.202002141557

  • Updated to 20w07a
  • Fixed config button color
  • Fixed favorites cheating

v4.0.1-unstable.202002131645

  • Filtering items now up to 50% faster
  • Touching the search bar now no longer re-searches
  • Smooth Scrolling settings now appear even if modmenu is not installed
  • Actually implements equals and hashCode for entrystacks for more accurate filtering
  • Filtering UI no longer displays duplicate entries
  • Updated Cloth Config for improved consistent scrolling speed
  • REI test plugin no longer generates items with negative amount

v4.0.1-unstable.202002120717

v4.0.0-unstable.202002111817

  • Fix favorites reading/writing

v4.0.0-unstable.202002091715

  • Fix CF versioning

v4.0.0-unstable.202002091655

  • Switching Pages no longer re-search filters
  • Modifying Favourites no longer re-search all filters

v4.0.0-unstable.202002081155

  • Bumped version for translations

v4.0.0-unstable.202002081147

  • Added API for favorites

v4.0.0-unstable.202002060407

  • Updated to 20w06a
  • API Changes!!

v3.6.6

  • Uses 9-patch to render panels and buttons

v3.6.5

  • Added experimental subsets

v3.6.4

  • Fix enchanted books

v3.6.2

  • Slimmer border
  • Support for cheating fluids

v3.6.1

  • Added none border type

v3.6.0

  • Improved recipe noticing
  • Fixed last entry of entry list always missing
  • Improved refiltering
  • Fixed PreRecipeViewingScreen animation speed
  • Fixed pressing E closes recipe screen when searching

v3.5.4

  • Updated ModMenu

v3.5.3

  • API for disabling REI

v3.5.0

  • Async Search

v3.4.5

  • Reinit overlay correctly when plugins are loaded.
  • c and global modid support

v3.4.4

  • Fixes transform notices

v3.4.3

  • Fixed config button color
  • Fixed favorites cheating

v3.4.2

  • Fixed accurate filtering

v3.4.1

  • Filtering items now up to 50% faster
  • Touching the search bar now no longer re-searches
  • Smooth Scrolling settings now appear even if modmenu is not installed
  • Actually implements equals and hashCode for entrystacks for more accurate filtering
  • Filtering UI no longer displays duplicate entries
  • Updated Cloth Config for improved consistent scrolling speed
  • REI test plugin no longer generates items with negative amount

v3.4.0

v3.3.22

  • Fix favorites reading/writing

v3.3.21

  • Switching Pages no longer re-search filters
  • Modifying Favourites no longer re-search all filters

v3.3.19

  • Bumped version for translations

v3.3.18

  • Added API for favorites

v3.3.17

  • Updated Cloth Config

v3.3.16

  • Fixes ConcurrentModificationException while browing recipes
  • Adds 1.15.1 support via some hackery

v3.3.15

  • Correctly fixes #246

v3.3.14

  • Updated to 1.15.2 to support side lit models.

v3.3.13

  • Fixes #246

v3.3.12

  • Mass API Refractor (No API breakage!)
  • Furnace arrow now reflects the actual burn time

v3.3.11

  • Improved text field hightlighting
  • Improved double clicking detection
  • Faster item rendering time

v3.3.10

  • Supports disabling smooth scrolling

v3.3.9

  • Improved Recipe Screen Type setting screen.

v3.3.8

  • Added an information tab for modders to add info to their items.
  • Fixed @modid search

v3.3.5

  • Small changes to improve entry list performance
  • More debug info for performance

v3.3.4

  • Small changes for performance

v3.3.3

  • Remove "Lighter Button Hover" option.
  • Added shift to cheat 64 items
  • Fixed favorites duplicate
  • Added hover colors to search field suggestion
  • Moved burning indicator by 1 pixel

v3.3.2

  • Used the used stack as the preferred stack to display.
  • Compacted the recipe screen and working station slots.
  • Fixed the issue where total pages would be 0 when the minimum is 1.
  • Fixed the issue where the pages label is not clickable after searching.
  • Fixed the issue where pages buttons are enabled when they should not be.
  • Fixed the issue where "Delete Items" tooltip is not shown.
  • Added the ability to search by mod name instead of only modid.
  • Added the ability to add to favorites from every stacks instead of only from the list.
  • Made the default config option of displaying favorites tooltip be false.
  • Removed fuel stacks from cooking categories and added burn time to cooking categories.
  • Added a new category to display the fuels.
  • Removed flowing fluids from the list.
  • Added back the plus buttons to campfire recipes.

v3.3.1

  • Removed keybinds, added modifier keycodes and fake keybinds.
  • Fix #58: Keybinds (e.g. O, R, U) working even creative search field is focused
  • Close #158: Limit the number of items shown in item panel
  • Fix #227: Favorites Crash
  • Fix #232: Simple BC Pipes Facades - Invisible in item panel

v3.2.33

  • More improvements to the entry registry

v3.2.31

  • #222: Optimise EntryRegistryImpl.registerEntries (Thanks AlexIIL)

v3.2.29

  • Fixed crash related to favorites
  • Added an option to disable search filter for favorites
  • Added work stations usage recipes (Thanks vhd)

v3.2.28

  • Fixed the bug that makes every item render twice
  • Added a debug mode to the entry list to test performance

v3.2.27

  • Moved "Render Entry Extra Overlay" to Performance tab with the name of "Render Enchantment Glint"
  • Removed useless GL calls when rendering item stacks
  • Fixed red slots for the + button

v3.2.26

  • Updated Cloth Config to fix Not Enough Crashes incompatibilities

v3.2.22 - 3.2.25

  • Added Favorites

v3.2.21

  • Fix crash caused by favorites

v3.2.20

  • Fix #204: recipes say the recipe is not unlocked until you have all the ingredients
  • Fix crash caused by favorites
  • Choose REI's auto crafting when present

v3.2.19

  • Search by tags $
  • Up and Down Arrow for search history

v3.2.18

  • Version bump for 1.15

v3.2.17

  • Error when container info is not present on the server.
  • Fixed NullPointException due to container info not being found.

v3.2.15

  • Remove Build Number in versioning
  • Fix #199: Low performance in scrolled entry list
  • Close #195: Reload REI Plugins in Config Screen
  • Close #138: Snap rows when the entry list is scrolled

v3.2.14

  • New LOLCAT translations

v3.2.13

v3.2.12

  • Fix #29: Exclusion Zones does not work with scrolled entry list.

v3.2.11

  • Fix #189: No tooltips when overlay is not opened.

v3.2.10

v3.2.9

  • Some API changes
  • Outlined buttons

v3.2.8

  • Using more of the API instead of the Impl

v3.2.7

  • Catch Throwable instead of Exception to fix crash

v3.2.5/6

  • Fluid Entry Units
  • Pre/Post Register for plugins

v3.2.2

  • Fix #182
  • Fix tooltip depth

v3.2

  • New experimental API
  • More support for fluids
  • Improving the exclusion zones alg

v3.1.8

  • Fix Exclusion Zones

v3.1.6

  • More translations
  • Added Copy Recipe ID Keybinds

v3.1.5 Build 31 / v3.1.5-unstable.201910101247

  • More translations

v3.1.5 Build 30 / v3.1.5-unstable.201909290807

  • More translations

v3.1.5 Build 28 / v3.1.5-unstable.201909281238

  • More translations

v3.1.5 Build 26

v3.1.5 Build 23

v3.1.4 Build 21

  • Added #160: Option to disable glints for books/bottles

v3.1.3 Build 16

  • Fixed: Suppressing wrong recipe sync

v3.1.3 Build 15

  • Fixed #159: Auto Craft broken on servers

v3.1.3 Build 14

  • Updated: Clean up & stack count function

v3.1.2 Build 12

  • Updated: Russian Localisation

v3.1.2 Build 11

  • Updated: Japanese Localisation

  • Added: A scrollbar to the scrolled entry list:

    image

v3.1.1 Build 9

  • Fixed #149: 2x2 recipes fail on crafting table
  • Fixed #155: Move Button Won't Work on servers
  • Added: Russian Translation by MrYonter

v3.1.1 Build 8

  • Closed #152: Reimplement "Move Items" on Servers without REI installed

v3.1 Build 6

  • Added: Config Credits Button
  • Fixed: fabric.mod.json requirements

v3.1 Build 5

  • Fixed: #149
  • Closed: #148
  • Improved (Also broke somebody else's rei compat): SlotWidget API

v3.1-pre Build 4

  • Supports: 19w34a
  • Fixed: Not shifting in auto crafting makes it not work

v3.0-pre Build 3

  • Fix water color
  • Fix dark theme slot hover color
  • Fix villager recipe screen click area

v3.0-pre Build 2

  • Fixed: Freeze caused by the backspace feature
  • Fixed: Page buttons gone when the search box is on top
  • Fixed: #143
  • Changed: Made text red when no entry has been found
  • Updated: et_ee translation (Thanks Madis0)

v3.0-pre Build 1

image

  • Changed: API Will NOT load any of the old plugins
  • Removed: Old REI Plugin loading method (now only accepts entry points)
  • Redone #24: Speed Crafting
  • Closed #100: Select search bar with keybinding
  • Closed #102: Click on recipe arrows
  • Fixed #107: Recipe listing showing off screen far left
  • Fixed: REI will reset cache after syncing recipes
  • Improved: Up to 4x faster item search
  • Redone: Credits translators
  • Fixed #29: Mirrored REI covers effects and recipe book
  • Fixed: REI wanting old Cloth Config but not Cloth Config v2
  • Removed: Useless mixin
  • Fixed: Reversed Item Registry
  • Improved: Calculating Exclusion Zones
  • Added #126: Cycle gamemode backwards with shift-click
  • Added #122: Hide REI and still function
  • Added: stripping recipes
  • Improved: Config Screen
  • Using: Fiber as a config library
  • Fixed #132: macOS freeze due to java.awt
  • Fixed: Reloading REI doesn't reset display handlers
  • Added #135: Gray Suggestion on Search Field
  • Added #136: Back Keybind on recipe
  • Added #140: The ability to move the search field up
  • Fixed #131: Missing item names in REI pane.

v2.9.8 Build 150

  • Added: Japanese Translation (Thanks swordglowsblue!)

v2.9.8 Build 149

  • Testing a fix #84: Calculating the exclusion zones creates ram leak

v2.9.7 Build 145

  • Updated: Cloth Config & Events
  • Added: appendModNames in config

v2.9.7 Build 143

  • Updated: Brazilian Portuguese language (#125)

v2.9.7 Build 142

  • Fixed: Double Mod Names

v2.9.7 Build 140

  • Updated: Estonian Translation
  • Updated: English Localisation
  • Removed: Bundled Fabric API, please install yourself

v2.9.6 Build 138

  • Updated: Loom to 0.2.4

v2.9.6 Build 135

  • Fixed: Crash when searching is involved with non-ascii characters

v2.9.6 Build 134

  • Updated mappings to 1.14.3

v2.9.5 Build 133

  • Actually Fixed: crashing with searching in REI

v2.9.5 Build 132

  • Fixed #109: Disable Recipe Book removes buttons added by other mods
  • Tries to fix: crashing with searching in REI

v2.9.5 Build 131

  • Fixed: Crash from build 130
  • Fixed: Villager Recipe Screen's search bar not working
  • Improved: Up to 4x faster item search
  • Fixed #107: REI not clearing cache after syncing recipes

v2.9.4 Build 129

  • Fixed #105: Crash clicking compost tab
  • Fixed: Syncing together

v2.9.4 Build 128

  • Adds: REI Addons' Composting Recipes
  • Update: Use Cloth Config v2

v2.9.4 Build 126

  • API Changes

v2.9.3 Build 125

  • API Changes
  • Updated #103: Chinese Localisation
  • New: Dark Mode! image
  • Changed: Reduce the size of the villager recipe viewer buttons
  • Removed: "Prefer Visible Recipes" in config
  • Fixed: Craftable Filter having items of the player inventory
  • Added: a scrollbar to villager recipe viewer
  • Added: Work Stations

v2.9.2 Build 123

  • Added: Lively generated recipe display api
  • Fixed: Trackstace are actually printed now
  • Updated: Cloth Config API

v2.9.1 Build 121

  • Fixed #99: Invalid payload REGISTER!

v2.9.1 Build 119

  • Fixed #98: Dedicated server crashing

v2.9.1 Build 118

  • Fixed #96: Failed to handle packet roughlyenoughitems:create_item!
  • Fixed #97: we broke meta tips

v2.9.1 Build 116

  • New: Thanks to modmuss50 for maven! https://maven.fabricmc.net/me/shedaniel/RoughlyEnoughItems/
  • Fixed: Untranslated title in recipe viewing selection screen
  • Fixed #94: Fixed english config tooltip translation
  • Updated #93: Estonian localisation
  • Fixed: Length of search field changed to 10000 from 32.
  • Edited: Makes credits menu smooth scrolling.

v2.9+build.112

  • Fixed: ConcurrentModificationException crash in opening all recipes
  • Fixed: Defaulted cheating command to minecraft:give instead of give
  • Fixed: Can't cheat a stack of items on servers
  • Fixed #88: Stupid Item Search

v2.9+build.111

  • Added: Buttons to switch category page in original recipe viewing screen
  • Updated: Mappings to 1.14.1

v2.9+build.110

v2.9-beta+build.109 (BETA)

  • Fixed #92: Make REI Buttons use an extra sheet
  • Adds: Support for {item_name} in cheating items for getting the path of the item identifier

v2.9-beta+build.108 (BETA)

  • Fixed #88: Stupid Item Search

v2.9-beta+build.107 (BETA)

  • Fixed: Crashing when clicking tabs
  • Added: Buttons to switch category page
  • Fixed: NullPointerException by geniii
  • Fixed #58: Keybinds (e.g. O, R, U) working even a search field is focused

v2.9-beta+build.106 (BETA)

  • Using: HammerLib as a simple opengl scissors api
  • New: Mod Name of category new shows in category tooltips
  • New: Renderer API
  • New: Villager Trading Like Recipe Screen. image
  • New: Recipe Screen Selection Screen
  • Removed: All Locale.ROOT usage
  • Fixed: Button Width Rendering issues when the width is an odd number
  • Changed: Mod Name changed from RoughlyEnoughItems to Roughly Enough Items
  • Changed: Lots of internal refractors
  • Fixed: Enchanting books not showing its maximum level

v2.8.2+build.104

  • Fixed #81: Scrolling unaffected by exclusion zones.
  • Added #82: Close search after pressing "Enter"
  • Added #83: 2 More keybinds

v2.8.1+build.103

  • Fixed: Item Searching Layering
  • Added: Some tooltips in the config
  • Fixed #58: Keybinds (e.g. O, R, U) working even creative search field is focused

v2.8.1+build.102

  • Fixed: Server incorrect permission check
  • Fixed: Base Bounds not correctly resizing
  • Improved: Search Field
  • Added: Right Click for Item Searching image

v2.8.1+build.101

  • Updated #77: Updated Simplified Chinese by XuyuEre
  • Updated: Updated Traditional Chinese by XuyuEre & Danielshe
  • New: Better Exclusion Zone Handling

v2.8.0+build.100

  • Fixed #76: Laggy Changing Pages
  • New: Better Server Support (You can now drop REI into server mods)
  • New: Better Cheat Mode Button

v2.7.11.97

  • Fixed #72: Crash on clicking craftable items filter
  • New: Load REI Plugins via entry points, old way works too but support will be dropped
  • Removed: 'Enable Legacy Plugin Support' Option

v2.7.10.96

  • Fixed #69: Weird Search Field

v2.7.10.95

  • Fixed #67: Item Panel Crashes

v2.7.9.94

  • Added: Support for c namespace (Cotton Common Resources)
  • Added: Warping around the recipe book: image
  • Fixed #66: Tooltips can be out of bounds

v2.7.8.93

  • Fixed: Some localisations having broken json
  • Fixed: Depth of Craftable Toggle Button

v2.7.8.92

  • Modified: Bundled with updated API for pre3
  • Added: Option for Light Gray Recipe Border (I guess JEI like? I am going to get killed by mezz)
  • Modified: Rearranged Config Screen

v2.7.7.91

  • Updated: Chinese Localisation

v2.7.6.90

  • Fixed #63: Pressing Space in the search bar opens the Config GUI
  • Added #64: Option to flip give amount

v2.7.5.89

  • Fixed: Keybinds (e.g. O, R, U) working even if recipe book search field is focused

v2.7.4.88

  • Fixed: Item List Overlay buttons still enabled when there is only 1 page
  • Fixed #58: Keybinds (e.g. O, R, U) working even if creative search field is focused
  • Fixed #59: Wrong page calculation (Thanks geniiii)

v2.7.3.87

  • Fixed: Credits button not working
  • Fixed: Keybinds (e.g. O, R, U) working even creative search field is focused

v2.7.3.86

  • Fixed #56: Even tho I don't know how I fixed it
  • Added: Credits button in Config Screen
  • Fixed: Odd pixel with the recipe screen
  • Fixed: Pressing R not working on the side panel while viewing recipes
  • Modified: Right-clicking the search field now focus it
  • Fixed: Craftable Only button having a weird tint when something else is focused
  • Added: Recipes now sort base on their identifiers

v2.7.2.85

  • Bundled with updated APIs for 1.14-pre1
  • New DisplayHelper for better bounds calculation

v2.7.1.84

  • Bundled with updated APIs. Fixed crash.

v2.7.0.83

  • Updated to Fabric Loader 0.4.0
  • Now bundled with Fabric API, Cloth Events API, Cloth Config API

v2.6.2.81

  • Fix #53: Crash on keyPressed

v2.6.2.80

  • Updated to 19w14b

v2.6.1.79

  • 75% less mixins
  • Updated to 19w14a

v2.6.0.78

  • Added config to force enable april fools
  • Fix crash related to getTotalPage()
  • Fix depth on overlay
  • Less mixins

v2.6.0.77

v2.6.0.76

  • New DisplayVisibilityHandler
  • Fixed #49: REI Overlay added twice

v2.5.1.75

  • Using Cloth events instead of overwriting methods \o/ (Please update Cloth)

v2.5.1.74

  • Updated to 19w13a

v2.5.0.73

  • Made REI crash better (lmao wut)

v2.5.0.72

  • Updated to 19w12b

v2.5.0.71

  • Removed mouseScrolled Override in mixins
  • Added spectator mode in gamemode switcher
  • Gamemodes & Weather are now translatable: #47
  • Fixed Search Field
  • Fixed Button Focus
  • Added Button Tooltips
  • Removed credits button (it will be back)
  • Removed disabling credits option
  • Update to 19w12a
  • New config screen from Cloth

v2.4.2.68

  • Fixed Cloth missing text

v2.4.2.67

  • Fixed pages being weird
  • Added Portuguese

v2.4.2.66

  • Removed Mod Menu hooks, will hook into Mod Menu itself in the future
  • Improved gui widgets

v2.4.1.65

  • Cloth is now required for REI to run
  • Update to 19w11a

v2.4.0.63

v2.4.0.61

v2.3.2.56

  • Removed Plugin Update Checker

View full changelog here.

v2.10.0

  • Changed: API WILL BREAK EVERY REI PLUGINS
  • Redone: Speed crafting, but it sucks as is
  • Added #100: Select search bar with keybinding
  • Added #102: Click on recipe arrows
  • Fixed #29: Mirrored REI covers effects and recipe book
  • Fixed: crashing with searching in REI
  • Fixed #109: Disable Recipe Book removes buttons added by other mods
  • Fixed: Villager Recipe Screen's search bar not working
  • Improved: Up to 4x faster item search
  • Fixed #107: REI not clearing cache after syncing recipes
  • Fixed #105: Crash clicking compost tab
  • Fixed: Syncing together
  • Adds: REI Addons' Composting Recipes
  • Updated #103: Chinese Localisation
  • New: Dark Mode! image
  • Changed: Reduce the size of the villager recipe viewer buttons
  • Removed: "Prefer Visible Recipes" in config
  • Fixed: Craftable Filter having items of the player inventory
  • Added: a scrollbar to villager recipe viewer
  • Added: Work Stations
  • Added: Lively generated recipe display api
  • Fixed: Trackstace are actually printed now
  • Fixed #99: Invalid payload REGISTER!
  • Fixed #98: Dedicated server crashing
  • Fixed #96: Failed to handle packet roughlyenoughitems:create_item!
  • Fixed #97: we broke meta tips
  • New: Thanks to modmuss50 for maven! https://maven.fabricmc.net/me/shedaniel/RoughlyEnoughItems/
  • Fixed: Untranslated title in recipe viewing selection screen
  • Fixed #94: Fixed english config tooltip translation
  • Updated #93: Estonian localisation
  • Fixed: Length of search field changed to 10000 from 32.
  • Edited: Makes credits menu smooth scrolling.
  • Fixed: Defaulted cheating command to minecraft:give instead of give
  • Fixed: Can't cheat a stack of items on servers
  • Fixed #88: Stupid Item Search
  • Added: Buttons to switch category page in original recipe viewing screen
  • Fixed: Next Page / Previous Page crash in villager recipe mode
  • Added: Scrolling in villager recipe mode
  • Added: New bad javadoc: https://shedaniel.me/RoughlyEnoughItems/
  • Fixed #92: Make REI Buttons use an extra sheet
  • Adds: Support for {item_name} in cheating items for getting the path of the item identifier
  • Fixed #88: Stupid Item Search
  • Fixed: Crashing when clicking tabs
  • Added: Buttons to switch category page
  • Fixed: NullPointerException by geniii
  • Fixed #58: Keybinds (e.g. O, R, U) working even a search field is focused
  • Using: HammerLib as a simple opengl scissors api
  • New: Mod Name of category new shows in category tooltips
  • New: Renderer API
  • New: Villager Trading Like Recipe Screen. image
  • New: Recipe Screen Selection Screen
  • Removed: All Locale.ROOT usage
  • Fixed: Button Width Rendering issues when the width is an odd number
  • Changed: Mod Name changed from RoughlyEnoughItems to Roughly Enough Items
  • Changed: Lots of internal refractors
  • Fixed: Enchanting books not showing its maximum level
  • Fixed #81: Scrolling unaffected by exclusion zones.
  • Added #82: Close search after pressing "Enter"
  • Added #83: 2 More keybinds
  • Fixed: Item Searching Layering
  • Added: Some tooltips in the config
  • Fixed #58: Keybinds (e.g. O, R, U) working even creative search field is focused
  • Fixed: Server incorrect permission check
  • Fixed: Base Bounds not correctly resizing
  • Improved: Search Field
  • Added: Right Click for Item Searching image
  • Updated #77: Updated Simplified Chinese by XuyuEre
  • New: Better Exclusion Zone Handling
  • Fixed #76: Laggy Changing Pages
  • Fixed #72: Crash on clicking craftable items filter
  • New: Load REI Plugins via entry points, old way works too but support will be dropped
  • Removed: 'Enable Legacy Plugin Support' Option
  • Fixed #69: Weird Search Field
  • Fixed #67: Item Panel Crashes
  • Added: Support for c namespace (Cotton Common Resources)
  • Added: Warping around the recipe book: image
  • Fixed #66: Tooltips can be out of bounds
  • Fixed: Some localisations having broken json
  • Fixed: Depth of Craftable Toggle Button
  • Added: Option for Light Gray Recipe Border (I guess JEI like? I am going to get killed by mezz)
  • Modified: Rearranged Config Screen
  • Updated: Chinese Localisation
  • Fixed #63: Pressing Space in the search bar opens the Config GUI
  • Added #64: Option to flip give amount
  • Fixed: Keybinds (e.g. O, R, U) working even if recipe book search field is focused
  • Fixed: Item List Overlay buttons still enabled when there is only 1 page
  • Fixed #58: Keybinds (e.g. O, R, U) working even if creative search field is focused
  • Fixed #59: Wrong page calculation (Thanks geniiii)
  • Fixed: Credits button not working
  • Fixed #56: Even tho I don't know how I fixed it
  • Added: Credits button in Config Screen
  • Fixed: Odd pixel with the recipe screen
  • Fixed: Pressing R not working on the side panel while viewing recipes
  • Modified: Right-clicking the search field now focus it
  • Fixed: Craftable Only button having a weird tint when something else is focused
  • Added: Recipes now sort base on their identifiers
  • New DisplayHelper for better bounds calculation
  • Fix #53: Crash on keyPressed
  • Added config to force enable april fools
  • Fix crash related to getTotalPage()
  • Fix depth on overlay
  • Less mixins
  • New DisplayVisibilityHandler
  • Fixed #49: REI Overlay added twice
  • Made REI crash better (lmao wut)
  • Removed mouseScrolled Override in mixins
  • Added spectator mode in gamemode switcher
  • Gamemodes & Weather are now translatable: #47
  • Fixed Search Field
  • Fixed Button Focus
  • Added Button Tooltips
  • Removed credits button (it will be back)
  • Removed disabling credits option
  • New config screen from Cloth
  • Fixed Cloth missing text
  • Fixed pages being weird
  • Added Portuguese
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment