technic/README.md

66 lines
1.6 KiB
Markdown
Raw Normal View History

2020-01-16 15:40:08 +01:00
2014-02-27 06:27:16 +01:00
Technic
2020-01-16 15:40:08 +01:00
-----------------
A mod for [minetest](http://www.minetest.net)
2020-01-17 08:12:00 +01:00
![](https://github.com/pandorabox-io/technic/workflows/integration-test/badge.svg)
2020-01-16 15:40:08 +01:00
# Overview
2020-01-17 08:01:25 +01:00
This is a maintained fork of https://github.com/minetest-mods/technic with various enhancements.
2020-01-16 15:40:08 +01:00
Suitable for multiplayer environments.
* chainsaw re-implementation (@OgelGames)
* Switching station lag/polyfuse and globalstep execution (@BuckarooBanzay)
2020-01-17 08:01:25 +01:00
* No forceload hacks
* Additional HV machines (furnace, grinder, thx to @h-v-smacker)
2020-01-16 15:40:08 +01:00
* various others...
# Recommended mods
Recommended mods that build on the `technic mod`:
* https://github.com/mt-mods/jumpdrive
* https://github.com/OgelGames/powerbanks
# Settings
2020-01-22 17:57:02 +01:00
* **technic.quarry.quota.enable** enable per-player quarry quota (default: false)
* **technic.quarry.quota.limit** per-player and second quarry dig limit (default: 10)
* **technic.quarry.maxdepth** max depth of the quarry (default: 100)
2020-01-16 15:40:08 +01:00
* **technic.switch_max_range** max cable length (default: 256)
2020-01-16 16:03:36 +01:00
* **technic.switch.off_delay_seconds** switching station off delay (default: 300 seconds)
2020-01-16 15:40:08 +01:00
# Open issues
* Documentation (markdown)
* Luacheck / testing
* More settings, remove hardcoded values
# Contributors
2013-04-14 06:09:04 +02:00
2020-01-16 15:40:08 +01:00
* kpoppel
* Nekogloop
* Nore/Ekdohibs
* ShadowNinja
* VanessaE
* @BuckarooBanzay
* @OgelGames
2020-01-17 08:01:25 +01:00
* @int-ua
2020-01-16 15:40:08 +01:00
* And many others...
2013-04-14 06:09:04 +02:00
2020-01-16 15:40:08 +01:00
# FAQ
2014-02-27 06:27:16 +01:00
2020-01-17 08:01:25 +01:00
* [Manual](./manual.md)
1. My technic circuit doesn't work. No power is distributed.
2014-02-27 06:27:16 +01:00
* A: Make sure you have a switching station connected.
2020-01-16 15:40:08 +01:00
# License
2014-02-27 06:27:16 +01:00
Unless otherwise stated, all components of this modpack are licensed under the
2015-09-12 07:01:41 +02:00
LGPL, V2 or later. See also the individual mod folders for their
secondary/alternate licenses, if any.