- Fix trying to do non-supported actions in the creative inventory
- In the refactor the previous checks to only allow the drag modes in the creative inventory was accidentally removed completely
- Fix canceling certain inputs when they shouldn't be
- This fixes for example shift + clicking in the vanilla recipe book not working
Original build time: 2018-09-15 16:53:45 +0300
- Fix trying to do non-supported actions in the creative inventory
- In the refactor the previous checks to only allow the drag modes in the creative inventory was accidentally removed completely
- Fix canceling certain inputs when they shouldn't be
- This fixes for example shift + clicking in the vanilla recipe book not working
Original build time: 2018-09-15 16:53:34 +0300
- Fix trying to do non-supported actions in the creative inventory
- In the refactor the previous checks to only allow the drag modes in the creative inventory was accidentally removed completely
- Fix canceling certain inputs when they shouldn't be
- This fixes for example shift + clicking in the vanilla recipe book not working
Original build time: 2018-09-15 16:53:08 +0300
- Don't cache a
ScaledResolution
instance. Possibly fixes recipe rendering issues in fullscreen? - Port things over to using malilib
- Now it's possible to change all the keybinds that were previously hard coded
- Possibly fix an initialization related NPE
Original build time: 2018-09-14 22:31:01 +0300
- Don't cache a
ScaledResolution
instance. Possibly fixes recipe rendering issues in fullscreen? - Port things over to using malilib
- Now it's possible to change all the keybinds that were previously hard coded
- Possibly fix an initialization related NPE
Original build time: 2018-09-14 22:30:50 +0300
- Don't cache a
ScaledResolution
instance. Possibly fixes recipe rendering issues in fullscreen? - Port things over to using malilib
- Now it's possible to change all the keybinds that were previously hard coded
- Possibly fix an initialization related NPE
Original build time: 2018-09-14 22:30:21 +0300
- Fix a possible crash with drop key keybind checking
- Add a batch crafting hotkey (
Alt + Shift + Ctrl + V
)
Original build time: 2018-08-24 01:20:59 +0300
- Fix a possible crash with drop key keybind checking
- Add a batch crafting hotkey (
Alt + Shift + Ctrl + V
)
Original build time: 2018-08-24 01:20:45 +0300
- Clean up the config GUI stuff
- Fix recipes not saving to file
- Take the changes and additions from the recent LiteLoader port, see here for most of the changes
- Add JAR signing, bump Forge and mappings versions
- Add
Drop key + Click + Drag
with the item drop key held down to drop items - Add
W/S + Clicking
to move items up or down in the inventory
Original build time: 2018-07-10 01:27:46 +0300
- Fix the "onDrawScreenPost" Mixin injection point with Forge installed
Original build time: 2018-05-09 18:35:06 +0300
- Update MCP mappings to
snapshot_20180302
- Make a 1.12.2 build
Original build time: 2018-03-08 16:44:08 +0200
- Port to LiteLoader
- Add a config option for the
Alt + click
function to move matching stacks - Implement the drag modes in the creative inventory
- Add
Alt + Shift + click
combo to move everything- This is the same as the existing
Ctrl + Shift + scroll
functionality
- This is the same as the existing
- Add a Mixin to set the crafting result directly on the client
- This fixes the right-click-crafting and the craft-everything features
- Fix the recipe view getting stuck open if the GUI is closed while it's open
- Fix recipe stacks being rendered before the screen contents + minor clean-up
- Major improvements and changes to the crafting functionality
- Add rendering of the crafting recipe ingredients
- Swap the right click and pick block functionalities when clicked on recipes
- Fix
Shift + Right Click + Drag
leaving one slot one item short - Fix and improve the
Shift + Right Click + Drag
mode- It moved away the first stack due to not canceling the event
- Add hotkey combos to quick craft and to throw the craft results
Alt + Shift + Ctrl + C
: Craft everything possibleAlt + Shift + Ctrl + T
: Throw out the craft result itemsAlt + Shift + Ctrl + M
: Move the craft result items to the other inventory
- Treat the hotbar separately in certain cases and get slots in certain order
- Basically try to fix some edge cases and improve the order in which items are moved to and from slots
Original build time: 2018-03-01 16:04:37 +0200
- Backport the last MC 1.10.2 beta build (
0.12.0-dev.20170317.003358
) to MC 1.7.10 - Add a "core mod" to add the necessary Mouse and Keyboard event hooks that didn't exist in Forge back in 1.7.10
Original build time: 2017-09-24 07:03:46 UTC+3