dependabot[bot] 1635b2c3a3
Bump 3d_armor from 5958b31 to cbd1a12 (#1209)
Bumps [3d_armor](https://github.com/mt-mods/3d_armor) from `5958b31` to `cbd1a12`.
- [Release notes](https://github.com/mt-mods/3d_armor/releases)
- [Commits](5958b312ac...cbd1a1246b)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 18:22:08 +11:00
2019-08-16 13:04:08 +02:00
2020-11-16 08:10:59 +01:00
2020-09-16 18:23:09 +02:00
2020-06-09 04:34:52 +03:00
2019-08-16 13:04:08 +02:00
2020-06-30 09:13:55 +02:00
2019-08-16 13:04:08 +02:00
2019-08-16 13:04:08 +02:00
2019-08-16 13:04:08 +02:00
2019-12-22 09:46:30 +01:00
2019-08-16 13:04:08 +02:00
2019-08-16 13:04:08 +02:00
2019-08-16 13:04:08 +02:00
2020-06-24 20:25:36 +10:00
2020-09-07 11:44:34 +02:00
2019-08-16 13:04:08 +02:00
2019-08-16 13:04:08 +02:00
2019-08-16 13:04:08 +02:00
2019-08-16 13:04:08 +02:00
2020-04-12 20:55:47 +02:00
2019-11-12 15:21:04 +01:00
2019-09-05 16:00:13 +02:00
2020-01-02 19:51:25 +11:00
2019-08-16 13:04:08 +02:00
2019-08-19 08:45:00 +02:00
2019-08-16 13:04:08 +02:00
2020-10-30 15:07:55 +01:00
2020-10-28 15:52:05 +01:00
2020-11-16 08:10:22 +01:00
2019-08-16 13:04:08 +02:00
2020-11-23 18:06:56 +01:00
2020-01-28 13:06:08 +01:00
2020-01-02 20:40:48 +01:00
2019-11-11 09:49:33 +01:00
2020-01-28 12:56:57 +01:00
2020-10-27 13:36:24 +01:00
2019-08-16 13:04:08 +02:00
2020-04-27 20:36:24 +02:00
2019-09-05 08:42:07 +00:00
2020-01-28 12:56:57 +01:00
2019-11-11 09:49:33 +01:00
2019-08-16 13:04:08 +02:00
2019-08-16 13:04:08 +02:00
2019-08-16 13:04:08 +02:00
2020-04-05 21:43:21 +02:00
2019-08-16 13:04:08 +02:00
2019-08-16 13:04:08 +02:00
2019-08-16 13:04:08 +02:00
2020-06-03 10:56:04 +02:00
2020-11-18 17:31:48 +01:00
2019-12-02 07:59:47 +01:00
2020-07-27 15:02:11 +02:00
2019-09-03 08:29:43 +02:00

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
No description provided
Readme 2.3 MiB
Languages
Shell 100%