Fixed text field not being focused in amount specifying screens.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
# Refined Storage Changelog
|
||||
|
||||
### 1.9.5
|
||||
- Re-implemented the /refinedstorage disk create <player> <id> command (raoulvdberge)
|
||||
- Added the /refinedstorage disk list command (raoulvdberge)
|
||||
- Added the /refinedstorage disk list <player> command (raoulvdberge)
|
||||
- Re-added the `/refinedstorage disk create <player> <id>` command (raoulvdberge)
|
||||
- Added the `/refinedstorage disk list` command (raoulvdberge)
|
||||
- Added the `/refinedstorage disk list <player>` command (raoulvdberge)
|
||||
- Added JEI ghost ingredient dragging support (raoulvdberge)
|
||||
- Fixed text field not being focused in amount specifying screens (raoulvdberge)
|
||||
|
||||
### 1.9.4
|
||||
- Fixed JEI recipes/usages keys not working in Grids (raoulvdberge)
|
||||
|
@@ -67,7 +67,7 @@ public abstract class AmountSpecifyingScreen<T extends Container> extends BaseSc
|
||||
|
||||
addButton(amountField);
|
||||
|
||||
setFocusedDefault(amountField); // TODO ?
|
||||
setListener(amountField);
|
||||
|
||||
int[] increments = getIncrements();
|
||||
|
||||
|
Reference in New Issue
Block a user