Technic mod for Minetest
Go to file
Tóth Kornél 87e512ff24
Fix power monitor instability (#654)
This fixes the power monitor instability where it was switching between having and not having network infotext. The cause was that the power monitor is LV MV and HV machine at the same time, and each tier has a countdown. If any of these countdowns were 0 it treated the machine as having no network. This was changed so that it only treats a machine as having no network if it is timed out in all tiers that it is a part of.
2024-11-22 21:19:49 +01:00
.github Remove node_ownership support, cleanup (#560) 2020-06-24 21:14:04 +02:00
concrete Add Japanese translation (#613) 2022-11-17 19:59:39 +01:00
extranodes Add granite brick node (#593) 2023-12-19 18:25:45 +01:00
technic Fix power monitor instability (#654) 2024-11-22 21:19:49 +01:00
technic_chests Add Japanese translation (#613) 2022-11-17 19:59:39 +01:00
technic_cnc technic_cnc: use programs definition to generate formspec (#647) 2024-08-10 10:50:51 +02:00
technic_worldgen Remove duplicated textures 2023-12-19 18:59:46 +01:00
wrench Wrench: Fix node registration from other mods 2023-01-29 13:11:37 +01: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 Correct (almost) all luacheck warnings 2022-06-06 21:04:13 +02:00
.mailmap add .mailmap 2015-02-05 09:41:38 +01:00
LICENSE.txt Improve/trim the user manual further 2022-06-14 20:46:16 +02:00
manual.md Document lead and sulfur 2022-10-19 21:51:09 +02:00
modpack.conf Add LV led and lamp 2022-10-20 18:28:45 +02:00
README.md Fix outdated dependency links (#627) 2024-01-06 12:26:20 +01:00
settingtypes.txt Chainsaw: new setting to disable safe cutting 2023-08-26 10:57:05 +02:00

Technic

Build status License

This Minetest modpack adds machinery and automation procedure content to your world. A few notable features:

  • Electric circuits
  • Automated material processing (ores, wood, ...)
  • Extended chest functionalities

Dependencies

FAQ

The modpack is explained in the Manual included in this repository. Machine and tool descriptions can be found on the GitHub Wiki.

  1. My technic circuit doesn't work. No power is distributed.
    • Make sure you have a switching station connected.
  2. My wires do not connect to the machines.
    • Each machine type requires its own cable type. If you do not have a matching circuit, consider using a "Supply Converter" for simplicity.

For modders: Technic Lua API

License

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

Credits

Contributors in alphabetical order:

  • kpoppel
  • Nekogloop
  • Nore/Ekdohibs
  • ShadowNinja
  • VanessaE
  • And many others...