joe7575 / techpack

TechPack, a Mining, Crafting, & Farming Modpack for Minetest
GNU Affero General Public License v3.0
20 stars 17 forks source link

TechPack V2.06

TechPack, a Mining, Crafting, & Farming Modpack for Minetest.

TechPack

After update to v2, don't forget to activate the new mods "techpack_stairway" and "techpack_warehouse" as part of the mod pack.

TechPack is a collection of following Mods:

A TechPack Tutorial is available as Wiki

Machine data is stored in memory and not in the nodes itself. Therefore, never move or copy machines or tubes by means of Worldedit. The moved/copied nodes will not have valid node numbers, which could lead to a server crash.

TechPack provides:

TechPack supports the following mods:

Configuration

The following can be changed in the minetest menu (Settings -> Advanced Settings -> Mods -> tubelib) or directly in 'minetest.conf'

Example for 'minetest.conf':

tubelib_basalt_stone_enabled = false
tubelib_max_num_forceload_blocks = 12
tubelib_machine_aging_value = 200

Example for a v1 compatible 'minetest.conf':

tubelib_basalt_stone_enabled = false
tubelib_max_num_forceload_blocks = 0
tubelib_machine_aging_value = 999999

Maximum number of Forceload Blocks per player

Default value is 12. I higher number allows to build larger farms and machines which keep loaded, but increases the server load, too. But the areas are only loaded when the player is online. To be able to use e.g. 12 forceloaded blocks per player, the pararamter 'max_forceloaded_blocks' in 'minetest.conf' has to be ajusted.

Enable Basalt Stone (and disable ore generation via Cobblestone generator)

The lava/water Cobblestone generator allows to produce infinite Cobblestone. By means of Quarry, Grinder, and Gravel Sieve it allows to infinite generate ores.
This can be disabled by means of the setting parameter. If enabled, the Cobblestone generator generates Basalt instead, which only can be used for building purposes.

Machine aging value to calculate the lifetime of machines

Default value is 200. This aging value is used to calculate the lifetime of machines before they go defect. The value 200 (default) results in a lifetime for standard machines of about 2000 - 8000 item processing cycles (~2-4 hours).

License

Copyright (C) 2017-2021 Joachim Stolberg Code: Licensed under the GNU AGPL version 3 or later. See LICENSE.txt
Textures: CC BY-SA 3.0

Credits

Contributors

Dependencies

default, doors, intllib, basic_materials tubelib2 (GitHub)
Tubelib Color Lamps optional: unifieddyes
SmartLine Controller optional: mail
Gravelsieve optional: moreores, hopper, pipeworks
tubelib_addons1 optional: unified_inventory tubelib_addons13 optional: minecart

History

New in v2 (from players point of view)

New in v2 (from admins point of view)

See releasenotes.txt for further information