Go to file
BuckarooBanzay 7b24a74e41 Merge remote-tracking branch 'origin/upstream' 2020-06-16 09:56:52 +02:00
.github Merge remote-tracking branch 'origin/upstream' 2020-06-16 09:56:52 +02: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 Merge remote-tracking branch 'origin/upstream' 2020-06-16 09:56:52 +02:00
technic_chests Merge remote-tracking branch 'origin/upstream' 2020-06-16 09:56:52 +02:00
technic_cnc Merge remote-tracking branch 'origin/upstream' 2020-06-16 09:56:52 +02:00
technic_worldgen add sulfur block 2020-04-12 19:14:14 +10:00
wrench Add GitHub workflow and luacheck (#545) 2020-06-12 20:39:00 +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 Add GitHub workflow and luacheck (#545) 2020-06-12 20:39:00 +02:00
.mailmap add .mailmap 2015-02-05 09:41:38 +01:00
README.md Add GitHub workflow and luacheck (#545) 2020-06-12 20:39:00 +02:00
integration-test.sh also test with latest minetest version 2020-05-09 21:02:19 +02:00
manual.md add mesecons interface for the quarry 2020-06-11 12:24:08 +02: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)
  • HV-digiline cables (@S-S-X)
  • various others...

Recommended mods

Recommended mods that build on the technic mod:

Settings

  • 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)
  • technic.switch_max_range max cable length (default: 256)
  • 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

Chat commands

  • /technic_flush_switch_cache clears the switching station cache (stops all unloaded switches)

Open issues

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

Contributors

  • kpoppel
  • Nekogloop
  • Nore/Ekdohibs
  • ShadowNinja
  • VanessaE
  • @BuckarooBanzay
  • @OgelGames
  • @int-ua
  • @S-S-X
  • 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.