39 lines
1 KiB
Markdown
39 lines
1 KiB
Markdown
|
# Collective
|
||
|
|
||
|
Collective is a mod for [Minetest](https://www.minetest.net/) that facilitates
|
||
|
groups and group-related activities.
|
||
|
|
||
|
Collective is a work-in-progress, and currently should be used at your own risk.
|
||
|
Functionality has not been sufficiently tested, nor completed.
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
Collective has no dependencies. To use Collective, follow the [mod installation
|
||
|
instructions](https://wiki.minetest.net/Installing_Mods) from the wiki, or this
|
||
|
summary:
|
||
|
|
||
|
- Create a folder in your mod directory called `collective`
|
||
|
- Unzip the [latest archive]() into that directory
|
||
|
- Enable the mod by adding `load_mod_collective = true` to your `world.mt` file.
|
||
|
|
||
|
```
|
||
|
minetest/
|
||
|
├── ...
|
||
|
├── mods/
|
||
|
│ ├── ...
|
||
|
│ └── collective/
|
||
|
│ ├── mod.conf
|
||
|
│ └── init.lua
|
||
|
├── ...
|
||
|
└── worlds/
|
||
|
├── ...
|
||
|
└── your_world
|
||
|
├── ...
|
||
|
└── world.mt
|
||
|
```
|
||
|
|
||
|
## Contributing
|
||
|
|
||
|
Open a PR and ping me! I'm
|
||
|
[Vagabond](https://matrix.to/#/@vagabondazulien:exp.farm) on Matrix.
|