Skip to content

Commit

Permalink
Auto stash before merge of "master" and "origin/master"
Browse files Browse the repository at this point in the history
  • Loading branch information
bousket committed Aug 30, 2019
1 parent ca871ce commit 7d86772
Showing 1 changed file with 38 additions and 35 deletions.
73 changes: 38 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,38 @@
# 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

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`

## Dependencies
- [unified_inventory](https://github.com/minetest-mods/unified_inventory)
#### 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/

## Authors
Bousket - Main mod.
shivajiva101 - Skyblock Integration.
# 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

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`

## Dependencies
- [unified_inventory](https://github.com/minetest-mods/unified_inventory)
#### 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/

## Authors
Bousket - Main mod.
shivajiva101 - Skyblock Integration.
fluxionary - Stamina mod integration.
NatureFreshMilk.
Panquesito7.

0 comments on commit 7d86772

Please sign in to comment.