mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-06-30 15:30:32 +02:00
Modernize. Bags: use strings
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
# Unified Inventory
|
||||
|
||||

|
||||
|
||||
Unified Inventory replaces the default survival and creative inventory.
|
||||
|
||||
|
||||
@ -13,14 +15,14 @@ Unified Inventory replaces the default survival and creative inventory.
|
||||
* Home function to teleport
|
||||
* Trash slot
|
||||
* Lite mode: reduces the item browser width
|
||||
* `minetest.conf` setting `unified_inventory_lite = true`
|
||||
* Mod API for modders: see [mod_api.txt](doc/mod_api.txt)
|
||||
* Setting-determinated features: see [settingtypes.txt](settingtypes.txt)
|
||||
|
||||
|
||||
## Requirements
|
||||
|
||||
* Minetest 5.0.0+ since commit 4403b69
|
||||
* Minetest 0.4.16+ prior commit 4403b69
|
||||
* Minetest 5.0.0+
|
||||
|
||||
|
||||
# Licenses
|
||||
|
Reference in New Issue
Block a user