Go to file
theFox6 66062b6502
moved gui globals
2020-09-25 11:35:31 +02:00
.github add github workflows 2020-02-26 17:33:24 +01:00
.settings added eclipse project files 2019-03-14 15:56:06 +01:00
decor fixed machines and luacheck 2020-06-15 18:09:34 +02:00
electronics moved gui globals 2020-09-25 11:35:31 +02:00
items moved gui globals 2020-09-25 11:35:31 +02:00
locale update zh l10n file 2020-06-23 17:59:27 +08:00
machines moved gui globals 2020-09-25 11:35:31 +02:00
modutil@4337b411a4 add machine util 2020-04-17 11:56:26 +02:00
ores add machine util 2020-04-17 11:56:26 +02:00
textures added the electronic grinder 2020-06-20 15:58:07 +02:00
util moved gui globals 2020-09-25 11:35:31 +02:00
.buildpath fixed luacheck config 2019-08-03 13:41:28 +02:00
.gitignore just for me so the git ignores my development files 2018-02-01 18:40:10 +01:00
.gitmodules added modutil portable 2019-09-27 08:44:50 +02:00
.luacheck_tidy fixed machines and luacheck 2020-06-15 18:09:34 +02:00
.luacheckrc moved gui globals 2020-09-25 11:35:31 +02:00
.project added eclipse project files 2019-03-14 15:56:06 +01:00
LICENSE update to latest modutil version 2020-02-23 10:03:30 +01:00
MANUAL_DE.md updated documentation 2019-06-22 13:14:34 +02:00
MANUAL_EN.md updated documentation 2019-06-22 13:14:34 +02:00
README.md exchange badges 2020-02-26 17:35:54 +01:00
depends.txt added modutil portable 2019-09-27 08:44:50 +02:00
init.lua update to latest modutil version 2020-02-23 10:03:30 +01:00
mod.conf added modutil portable 2019-09-27 08:44:50 +02:00
screenshot.2.png new screenshot 2018-05-02 13:33:31 +02:00
screenshot.png new screenshot 2018-05-02 13:33:31 +02:00
settingtypes.txt made miners dig through liquids and added settings 2020-07-15 16:31:01 +02:00
swapper_inv.png buxfixes, code improvements, correct settings handling 2019-05-21 10:46:40 +02:00

README.md

factory

luacheck
A new version of LemonLake's factory mod for minetest.
It adds machines for your factory. For transportation there are vacuums, conveyor belts, fans and many more. For production there are industrial furnaces, auto crafters and also many more. There are also a few sorting devices. And to stop the coal distribution madness there are electronic devices too.

Submodules

Currently factory only has the modutil portable submodule. It is needed to be able to run without the modutil mod.
This means you can either download the modutil mod and enable it or get the submodule:

When cloning add "--recursive" option to clone including all submodules:

git clone --recursive https://github.com/theFox6/factory.git

If one of the submodule folders is empty use:

git submodule update --init

This will clone all missing submodules.

Dependencies

factory needs modutil to load utilities it can also use modutil portable though
you can add moreblocks to make the factory blocks cuttable
you can add unified_inventory for crafting help
you may want to have default because it is used for most crafting recipes

missing modutil

If you clone the mod you either need to install and activate the modutil mod or you need to clone it recursively.
If modutil is not present you will get the following error: .minetest/mods/factory/modutil/portable.lua: No such file or directory

cloning

When cloning first add "--recursive" option to clone including all submodules:

git clone --recursive https://github.com/theFox6/factory.git

else the submodule folders will be empty.

If one of the submodule folders is empty use:

git submodule update --init

This will clone all missing submodules.

To pull all changes in the repo including changes in the submodules use:

git pull --recurse-submodules

License

  • original factory made by Lemmy is under the WTFPL
  • zinc is taken of technic which is under LGPL, V2 or later
  • silver is taken of moreores which is under zlib license
  • parts of factory made by theFox6 are under the MIT License