technic/README.md

132 lines
3.9 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-02-13 13:36:55 +01:00
![](https://github.com/mt-mods/technic/workflows/integration-test/badge.svg)
2020-01-17 08:12:00 +01:00
2020-01-16 15:40:08 +01:00
# Overview
2020-06-18 11:09:40 +02:00
The technic modpack extends the Minetest game with many new elements,
mainly constructable machines and tools. It is a large modpack, and
tends to dominate gameplay when it is used. This manual describes how
to use the technic modpack, mainly from a player's perspective.
The technic modpack depends on some other modpacks:
* the basic Minetest game
* mesecons, which supports the construction of logic systems based on
signalling elements
* pipeworks, which supports the automation of item transport
* moreores, which provides some additional ore types
* basic_materials, which provides some basic craft items
This manual doesn't explain how to use these other modpacks, which have
their own manuals:
* [Minetest Game Documentation](https://wiki.minetest.net/Main_Page)
* [Mesecons Documentation](http://mesecons.net/items.html)
* [Pipeworks Documentation](https://gitlab.com/VanessaE/pipeworks/-/wikis/home)
* [Moreores Forum Post](https://forum.minetest.net/viewtopic.php?t=549)
* [Basic materials Repository](https://gitlab.com/VanessaE/basic_materials)
Recipes for constructable items in technic are generally not guessable,
and are also not specifically documented here. You should use a
craft guide mod to look up the recipes in-game. For the best possible
guidance, use the unified\_inventory mod, with which technic registers
its specialised recipe types.
# Documentation
Ingame:
* [Substances](./technic/doc/substances.md)
* [Processes](./technic/doc/processes.md)
* [Chests](./technic/doc/chests.md)
* [Radioactivity](./technic/doc/radioactivity.md)
* [Electrical power](./technic/doc/power.md)
* [Powered machines](./technic/doc/machines.md)
* [Generators](./technic/doc/generators.md)
* [Forceload anchor](./technic/doc/anchor.md)
Mod development:
* [Api](./technic/doc/api.md)
subjects missing from this manual:
* powered tools
* tool charging
* battery and energy crystals
* chainsaw
* flashlight
* mining lasers
* mining drills
* prospector
* sonic screwdriver
* liquid cans
* wrench
* frames
* templates
## FAQ
1. My technic circuit doesn't work. No power is distributed.
* A: Make sure you have a switching station connected.
# Notes
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-04-28 09:44:46 +02:00
* HV-digiline cables (@S-S-X)
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)
* **technic.radiation.enable_throttling** enable lag- and per-second-trottling of radiation damage
2020-01-16 15:40:08 +01:00
# Chat commands
* **/technic_flush_switch_cache** clears the switching station cache (stops all unloaded switches)
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-04-28 09:44:46 +02:00
* @S-S-X
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
# 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.