Also detector amount field, fixes #272
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
### 0.9
|
||||
**Bugfixes**
|
||||
- Fixed crash with Grid
|
||||
- Priority field can now display 4 digits at a time
|
||||
- Priority field and detector amount field can now display 4 digits at a time
|
||||
|
||||
**Features**
|
||||
- Added fluid storage
|
||||
|
@@ -28,7 +28,7 @@ public class GuiDetector extends GuiBase {
|
||||
addSideButton(new SideButtonCompare(TileDetector.COMPARE, CompareUtils.COMPARE_DAMAGE));
|
||||
addSideButton(new SideButtonCompare(TileDetector.COMPARE, CompareUtils.COMPARE_NBT));
|
||||
|
||||
AMOUNT = new GuiTextField(0, fontRendererObj, x + 62 + 1, y + 23 + 1, 25, fontRendererObj.FONT_HEIGHT);
|
||||
AMOUNT = new GuiTextField(0, fontRendererObj, x + 62 + 1, y + 23 + 1, 29, fontRendererObj.FONT_HEIGHT);
|
||||
AMOUNT.setText(String.valueOf(TileDetector.AMOUNT.getValue()));
|
||||
AMOUNT.setEnableBackgroundDrawing(false);
|
||||
AMOUNT.setVisible(true);
|
||||
|
Reference in New Issue
Block a user