dependabot[bot]
a80f67d984
Bump pandorabox_custom from
017ce81
to c37da38
(#2340)
Bumps [pandorabox_custom](https://github.com/pandorabox-io/pandorabox_custom) from `017ce81` to `c37da38`.
- [Release notes](https://github.com/pandorabox-io/pandorabox_custom/releases)
- [Commits](017ce8129f...c37da38ab8
)
---
updated-dependencies:
- dependency-name: pandorabox_custom
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Pandorabox mods
Pandorabox mod repo
Install
After cloning:
git submodule init
git submodule update
Updating
# sync repo urls
git submodule sync
# initialize new repos
git submodule init
# update commits
git submodule update
# remove unversioned files
git clean -dff
Or use the update.sh
script in the root path
Advisable settings
# allow protection
areas.self_protection = true
# lightweight node timer-based interrupts
mesecon.luacontroller_lightweight_interrupts = true
# don't let the unified inventory show *all* slopes/slabs (use the table saw for that)
moreblocks.stairsplus_in_creative_inventory = false
# enable bridger trusses
bridger_enable_trusses = true
# enable telemosaic rightclick teleport
telemosaic_right_click_teleport = true
Optional mods
The following mods can be safely deleted in singleplayer:
monitoring
mesecons_debug
mail
mapserver
geoip
Testing
The mod collection can be tested with the test.sh
script.
prerequisite is a working docker setup
Description
Languages
Shell
100%