pandorabox-mods/readme.md

66 lines
1.1 KiB
Markdown
Raw Normal View History

2019-08-16 13:04:43 +02:00
# Pandorabox mods
2019-12-02 07:59:47 +01:00
![](https://github.com/pandorabox-io/pandorabox-mods/workflows/integration-test/badge.svg)
2019-08-28 13:31:02 +02:00
2019-08-16 13:04:43 +02:00
Pandorabox mod repo
## Install
After cloning:
2019-09-02 10:14:45 +02:00
```bash
2019-08-16 13:04:43 +02:00
git submodule init
git submodule update
```
2019-08-18 20:37:11 +02:00
2019-08-21 10:50:16 +02:00
## Updating
2019-09-02 10:14:45 +02:00
```bash
# sync repo urls
2019-08-21 10:50:16 +02:00
git submodule sync
2019-09-02 10:14:45 +02:00
# initialize new repos
2019-08-21 10:50:16 +02:00
git submodule init
2019-09-02 10:14:45 +02:00
# update commits
2019-08-21 10:50:16 +02:00
git submodule update
2019-09-02 10:14:45 +02:00
# remove unversioned files
git clean -dff
2019-08-21 10:50:16 +02:00
```
2019-09-03 08:38:40 +02:00
Or use the `update.sh` script in the root path
2019-08-18 20:37:11 +02:00
## Advisable settings
```
2019-08-18 21:55:52 -04:00
# allow protection
areas.self_protection = true
# lightweight node timer-based interrupts
mesecon.luacontroller_lightweight_interrupts = true
2019-08-18 20:37:11 +02:00
# don't let the unified inventory show *all* slopes/slabs (use the table saw for that)
moreblocks.stairsplus_in_creative_inventory = false
2019-08-24 17:00:05 +02:00
# enable bridger trusses
bridger_enable_trusses = true
2019-08-24 18:20:15 +02:00
# enable telemosaic rightclick teleport
telemosaic_right_click_teleport = true
2019-08-18 20:37:11 +02:00
```
2019-09-03 08:38:40 +02:00
## Optional mods
2019-09-03 09:01:33 +02:00
The following mods can be safely deleted in singleplayer:
2019-09-03 08:38:40 +02:00
```
monitoring
mesecons_debug
mail
mapserver
geoip
```
2019-09-09 14:46:39 +02:00
## Testing
The mod collection can be tested with the `test.sh` script.
prerequisite is a working docker setup