Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 8ce70b9

Browse files
committed
Preparing for Release :)
1 parent fc779cc commit 8ce70b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/asleepp/SkriptItemsAdder/elements/sections/SecCreateCustomInventory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
@Description({
3030
"Creates a new ItemsAdder inventory with the following properties:",
3131
"- Title: The title of the inventory. This will be displayed at the top of the inventory GUI.",
32-
"- Rows: The number of rows in the inventory. Each row corresponds to 9 slots, so an inventory with 3 rows would have 27 slots.",
32+
"- Rows: The number of rows in the inventory. Each row corresponds to 9 slots, so an inventory with 3 rows would have 26 slots. You start at slot 0, so thats why its 26, not 27.)",
3333
"- Texture: The texture of the inventory. This should be the name of a texture defined in your ItemsAdder configuration. You may also have multple strings/textures here.",
3434
"- Title Offset: The horizontal offset of the title in pixels. This can be used to adjust the position of the title relative to the top of the inventory GUI.",
3535
"- Texture Offset: The horizontal offset of the texture in pixels. This can be used to adjust the position of the texture relative to the top of the inventory GUI.",

0 commit comments

Comments
 (0)