Go to file
Thomas Rudin 4abf631de5 increase quarry cache 2020-01-22 17:54:48 +01:00
.github add workflows and integration test 2020-01-17 08:10:45 +01:00
concrete Replace deprecated functions with newer ones (#510) 2019-09-14 12:55:41 +02:00
extranodes Fix steel strut overlay texture name (#526) 2020-01-06 21:49:05 +01:00
technic increase quarry cache 2020-01-22 17:54:48 +01:00
technic_chests Merge branch 'master' into pandorabox 2019-11-04 08:25:37 +01:00
technic_cnc Merge branch 'master' into pandorabox 2019-11-04 08:25:37 +01:00
technic_worldgen Merge branch 'master' into pandorabox 2019-11-04 08:25:37 +01:00
wrench Replace deprecated functions with newer ones (#510) 2019-09-14 12:55:41 +02:00
.gitattributes upload 2012-08-21 07:18:33 +02:00
.gitignore really add insulator clip model 2017-03-11 11:17:13 -05:00
.luacheckrc initial tuned-down luacheck 2020-01-16 15:57:06 +01:00
.mailmap add .mailmap 2015-02-05 09:41:38 +01:00
README.md can dig cache for the quarry / settings 2020-01-22 17:54:06 +01:00
integration-test.sh add workflows and integration test 2020-01-17 08:10:45 +01:00
manual.md Fix trailing whitespace (#482) 2019-01-26 14:15:40 +01:00
modpack.conf Replace deprecated functions with newer ones (#510) 2019-09-14 12:55:41 +02:00

README.md

Technic

A mod for minetest

Overview

This is a maintained fork of https://github.com/minetest-mods/technic with various enhancements. Suitable for multiplayer environments.

  • chainsaw re-implementation (@OgelGames)
  • Switching station lag/polyfuse and globalstep execution (@BuckarooBanzay)
  • No forceload hacks
  • Additional HV machines (furnace, grinder, thx to @h-v-smacker)
  • various others...

Recommended mods

Recommended mods that build on the technic mod:

Settings

  • technic.quarry.enable enable per-player quarry quota (default: false)
  • technic.quarry.quota per-player and second quarry dig limit (default: 10)
  • technic.quarry.maxdepth max depth of the quarry (default: 100)
  • technic.switch_max_range max cable length (default: 256)
  • technic.switch.off_delay_seconds switching station off delay (default: 300 seconds)

Open issues

  • Documentation (markdown)
  • Luacheck / testing
  • More settings, remove hardcoded values

Contributors

  • kpoppel
  • Nekogloop
  • Nore/Ekdohibs
  • ShadowNinja
  • VanessaE
  • @BuckarooBanzay
  • @OgelGames
  • @int-ua
  • And many others...

FAQ

  1. My technic circuit doesn't work. No power is distributed.
  • A: Make sure you have a switching station connected.

License

Unless otherwise stated, all components of this modpack are licensed under the LGPL, V2 or later. See also the individual mod folders for their secondary/alternate licenses, if any.