dependabot[bot] dd6271397a
Bump replacer from 34f181a to 1095578 (#2288)
Bumps [replacer](https://github.com/SwissalpS/replacer) from `34f181a` to `1095578`.
- [Release notes](https://github.com/SwissalpS/replacer/releases)
- [Commits](34f181a675...1095578a0c)

---
updated-dependencies:
- dependency-name: replacer
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-14 23:48:48 +02:00
2021-06-02 14:47:50 +02:00
2019-08-16 13:04:08 +02:00
2020-12-12 21:45:38 +00:00
2020-09-16 18:23:09 +02:00
2019-08-16 13:04:08 +02:00
2021-07-05 06:46: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-08-16 13:04:08 +02:00
2022-03-23 07:32:06 +01:00
2021-08-03 16:28:25 +10:00
2019-08-16 13:04:08 +02:00
2022-04-14 22:29:34 +02:00
2019-08-16 13:04:08 +02:00
2019-09-05 16:00:13 +02:00
2022-03-05 15:36:00 +01:00
2021-06-02 14:10:34 +02:00
2021-10-20 16:32:56 +11:00
2019-08-19 08:45:00 +02:00
2019-08-16 13:04:08 +02:00
2022-05-14 20:19:10 +02: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
2021-02-09 20:44:47 +11:00
2019-08-16 13:04:08 +02:00
2020-04-27 20:36:24 +02:00
2021-01-13 07:45:27 +01:00
2019-08-16 13:04:08 +02:00
2019-08-16 13:04:08 +02:00
2021-10-20 16:32:43 +11:00
2021-09-29 21:54:03 +02:00
2022-03-23 07:25:19 +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
2022-04-14 19:52:18 +02:00
2020-06-03 10:56:04 +02:00
2022-04-14 19:52:53 +02:00
2021-06-02 14:33:33 +02:00
2019-12-02 07:59:47 +01:00
2022-05-13 10:44:55 +02:00
2022-01-29 14:35:01 +01: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%