Go to file
bousket 63b1490988
Merge pull request #20 from fluxionary/remove_debug_print
Remove debug messages
2022-04-17 00:41:32 +02:00
.github/workflows automate luacheck 2022-04-14 12:09:14 -07:00
textures Update to work with Unified Inventory since formspec v4 update 2021-03-09 19:15:43 -05:00
.luacheckrc automate luacheck 2022-04-14 12:09:14 -07:00
LICENSE fix everything 2022-01-12 13:24:55 -08:00
README.md fix everything 2022-01-12 13:24:55 -08:00
Screenshot.png Add screenshot 2017-02-08 09:13:34 +01:00
craft_all.lua Remove debug messages 2022-04-16 15:39:30 -07:00
craft_clear.lua fix everything 2022-01-12 13:24:55 -08:00
craft_organize.lua (fixes #17) rework how remainder is distributed to prevent creating stacks w/ more than the max # of elements 2022-03-31 10:19:49 -07:00
craft_rotate.lua fix everything 2022-01-12 13:24:55 -08:00
init.lua fix everything 2022-01-12 13:24:55 -08:00
mod.conf fix formatting 2022-01-12 11:38:25 -08:00
settings.lua fix check for stamina integration; add option to disable craft all when low on stamina 2022-04-14 12:09:51 -07:00
settingtypes.txt fix check for stamina integration; add option to disable craft all when low on stamina 2022-04-14 12:09:51 -07:00

README.md

Unified Inventory Plus

Unified Inventory Plus extends Unified Inventory. It adds 3 button types to the craft page:

  • Craft All: crafting a stack and putting the result in the inventory
  • Patterns buttons: reorganizing items in the craft inventory following usual patterns
  • Rotation button: rotating the craft inventory content
  • Clear button: clear the craft inventory content

In init.lua, you can easily: Disable the functionalities you don't want Disable and reorder patterns

Fully compatible with Skyblock

Settings

Features can be toggled with the following settings (true per default):

  • unified_inventory_plus.enable_craft_all
  • unified_inventory_plus.enable_craft_organize
  • unified_inventory_plus.enable_craft_rotate
  • unified_inventory_plus.enable_craft_clear

Dependencies

Optional dependencies

License

Refer to Unified Inventory for original medias copyright.

Copyright (C) 2017 Bousket Unified Inventory Plus code is licensed under the CC0 https://creativecommons.org/publicdomain/zero/1.0/

Copyright (C) 2022 fluxionary Code: AGPL Media: CC0

Authors

Bousket - Main mod.
shivajiva101 - Skyblock Integration. fluxionary - Stamina mod integration, rewrite. NatureFreshMilk. Panquesito7.