Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mt-mods/unified_inventory_plus
Minetest Mod Extending Unified Inventory
https://github.com/mt-mods/unified_inventory_plus
Last synced: 3 months ago
JSON representation
Minetest Mod Extending Unified Inventory
- Host: GitHub
- URL: https://github.com/mt-mods/unified_inventory_plus
- Owner: mt-mods
- License: other
- Created: 2017-02-07T18:39:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T09:26:42.000Z (8 months ago)
- Last Synced: 2024-06-12T14:30:18.705Z (8 months ago)
- Language: Lua
- Homepage:
- Size: 354 KB
- Stars: 11
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 contentIn `init.lua`, you can easily:
Disable the functionalities you don't want
Disable and reorder patternsFully 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
- [unified_inventory](https://github.com/minetest-mods/unified_inventory)
- [fakelib](https://content.minetest.net/packages/OgelGames/fakelib/)
#### Optional dependencies
- [stamina](https://github.com/minetest-mods/stamina)## 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: LGPL
Media: CC0## Authors
Bousket - Main mod.
shivajiva101 - Skyblock Integration.
fluxionary - Stamina mod integration, rewrite.
NatureFreshMilk.
Panquesito7.