first commit
This commit is contained in:
commit
b175488dfe
13 changed files with 680 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Public Inventory Plus
|
||||
|
||||
This mod adds a public inventory, which can be used by all players.
|
||||
|
||||
To open the public inventory, type:
|
||||
```
|
||||
/pi
|
||||
```
|
||||
|
||||
## Features
|
||||
* MineClone support
|
||||
* Custom size
|
||||
|
||||
## Configuration
|
||||
Configure the size of the public inventory by setting the number of rows and columns in your `minetest.conf` file:
|
||||
```conf
|
||||
pubinv_rows = 3
|
||||
pubinv_cols = 9
|
||||
```
|
||||
|
||||
## Credits
|
||||
This is a fork of FreeBSD's [Public Inventory Revisited](https://content.minetest.net/packages/FreeBSD/public_inventory/)
|
||||
Loading…
Add table
Add a link
Reference in a new issue