Mod Stacksize by wwrpg1
- 12.66 KB
- 1.12.2
- July 23, 2016
- December 19, 2017
- Server UtilityStorage
Name | Stacksize | Author | wwrpg1 | Description | Change item stacksize |
---|---|---|---|---|---|
Information | Downloads: Version: 1.12.2 Size: 12.66 KB Updated at: December 19, 2017 Created at: July 23, 2016 | Tags | Server Utility Storage |
This small mod allows you to change the Stacksize of selected items (configurable with max of 64 and minimum of 1. Setting to 0 or less essentially disables the stacksize mod.)
Default items in the stacksize.cfg
- Eggs
- Boats
- Minecarts
- Saddles
- Horse armor (iron, gold, and diamond)
- Potions **
- Snowballs
- Enderpearls
- Doors (wood and iron)
- Enchanted books *
- Soup (includes Beetroot soup)
- Buckets of Milk, Lava, Water
- Signs
- Cake
- Beds
You are allowed to:
- include the plugin in public modpacks
- without asking me for permission
- you have to credit me (and provide a link to this page)
You are not allowed to:
- "republish" the plugin
- pretend that this plugin is your own work
The above items are the ones automatically included in the config file to use the new stacksize value, but this can be changed by editing the "stacksize.cfg" file along with the new stacksize value you wish to use. Other mod items can be added to this as well, but require the mod's registered item name.
* Enchanted books don't always stack nicely. Of course only certain enchantmented books can stack, like sharpness 1 can stack with other sharpness 1s. But sometimes you have to put them into a chest, close the chest, and re-open the chest to stack those two books. NOTE: using 2 or more enchanted books on an anvil will not produce a higher effect, but only consume all the enchanted books.
** Potions were removed from the stacksize.cfg for versions post 1.9 because the brewing stand was changed to prevent stackable items from being placed into them.
Adding other mod items to the stacksize requires the exact mod's item name. For example "modname:item_name". If you don't know what the mod item name is, you can find the mod item name by hitting F3+h. Then it'll show extra information in the tool tips, including the mod item name and ID. Open your inventory. Locate the mod item you wish to make stackable. Mouse over that item. You will see the default item name followed by a #NUMBER. The NUMBER is the item ID number. Below both of those, you will see grey text. The grey text is the mod item name. Copy that mod item name including the mod name into the Stacksize.cfg to change that item's stacksize. You can place it in the S:"Item List" as a new line below the other default minecraft items. [Thanks to DRTR0]
Another more complicated way, is to look at the fml-client-latest.log and search for the text "Registry add: " after starting minecraft with that mod once.