Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGII committed Jul 28, 2024
2 parents 4cce03a + fc388c8 commit dbd3457
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Allows you to change any item's stack size.

Requires owolib, recommended to use modmenu.

Open the config screen/file (if not using through modmenu the file name should be items-stack-size-config.json5) and add the wanted item name to the items list and its stack size to the Max Stack Sizes list, an example of how the json would look, this is the json that used for the mod's icon:
```
{
"items": [
"Potion",
"Oak Boat",
"Stone",
"Diamond Sword"
],
"maxStackSizes": [
8,
16,
32,
4
]
}
```
notice that after any change, such as adding/removing and item or changing a stack size the game must be restarted for the changes to take effect.

This mod is intended to be used as client and server though it has limited compatibility for server only (it works only in survival and then some features may still not work).

0 comments on commit dbd3457

Please sign in to comment.