dependabot-preview[bot] d1f49f460e Bump drawers from c132385 to eedbbfc
Bumps [drawers](https://github.com/minetest-mods/drawers) from `c132385` to `eedbbfc`.
- [Release notes](https://github.com/minetest-mods/drawers/releases)
- [Commits](c13238541a...eedbbfcdff)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-29 08:54:41 +02:00
2019-08-16 13:04:08 +02:00
2020-03-20 08:01:11 +01:00
2020-03-20 08:00:58 +01:00
2019-08-16 13:04:08 +02:00
2019-08-16 13:04:08 +02:00
2020-05-11 19:41:43 +10: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
2020-04-28 08:07:31 +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
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
2019-08-16 13:04:08 +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-04-30 15:00:10 +02:00
2020-05-20 04:08:54 +03:00
2019-08-22 20:52:38 +02:00
2020-05-06 11:33:15 +02:00
2019-08-16 13:04:08 +02:00
2020-05-10 14:50:03 +02:00
2019-08-16 13:04:08 +02:00
2019-08-16 13:04:08 +02:00
2020-01-28 13:06:08 +01:00
2020-04-10 00:52:16 +10: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
2019-09-26 15:28:46 +02:00
2019-08-16 13:04:08 +02:00
2020-02-28 06:16:45 +00:00
2020-04-27 20:36:24 +02:00
2019-09-05 08:42:07 +00:00
2019-08-16 13:04:08 +02: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-05-06 11:34:38 +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-05-28 09:33:11 +02:00
2019-11-07 12:54:06 +00:00
2019-12-02 07:59:47 +01:00
2020-04-05 21:36:33 +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%