From fd517a3fcd6100d99bf8f9a16f1914e2f9f45f6a Mon Sep 17 00:00:00 2001 From: src_resources Date: Thu, 14 Sep 2023 08:26:27 +0800 Subject: [PATCH] 1.19.x: fix a typo (#510) --- docs/gui/screens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gui/screens.md b/docs/gui/screens.md index 0e0abd4f..50837d92 100644 --- a/docs/gui/screens.md +++ b/docs/gui/screens.md @@ -207,7 +207,7 @@ An `AbstractContainerScreen` typically requires three parameters: the container Field | Description :---: | :--- `imageWidth` | The width of the texture used for the background. This is typically inside a PNG of 256 x 256 and defaults to 176. -`imageHeight` | The width of the texture used for the background. This is typically inside a PNG of 256 x 256 and defaults to 166. +`imageHeight` | The height of the texture used for the background. This is typically inside a PNG of 256 x 256 and defaults to 166. `titleLabelX` | The relative x coordinate of where the screen title will be rendered. `titleLabelY` | The relative y coordinate of where the screen title will be rendered. `inventoryLabelX` | The relative x coordinate of where the player inventory name will be rendered.