Fixed text field not being focused in amount specifying screens.

This commit is contained in:
raoulvdberge
2020-09-05 17:44:38 +02:00
parent 6bed059e95
commit 7d697746e2
2 changed files with 5 additions and 4 deletions

View File

@@ -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)

View File

@@ -67,7 +67,7 @@ public abstract class AmountSpecifyingScreen<T extends Container> extends BaseSc
addButton(amountField);
setFocusedDefault(amountField); // TODO ?
setListener(amountField);
int[] increments = getIncrements();