An auto-crafting workbench
Go to file
Niklp b8353d781b
Fix item duplication bug (#15)
Uses some code from https://github.com/fluxionary/minetest-crafting_bench, with the author's permission.

- Improve item movement log messages
- Only allow one item per stack in the recipe field
- Adding a recipe doesn't take the items anymore
- Add LBM to move leftover items from >1 items big stacks to the craft output
2024-05-06 17:29:03 +02:00
locale Add french translation (#2) 2020-03-08 23:53:23 -06:00
textures Initial commit 2017-02-25 19:55:21 -07:00
.gitattributes Initial commit 2017-02-25 19:55:21 -07:00
.gitignore Initial commit 2017-02-25 19:55:21 -07:00
LICENSE Initial commit 2017-02-25 19:55:21 -07:00
README.txt screenshot and description 2017-02-28 21:12:54 -07:00
i18n.py Add french translation (#2) 2020-03-08 23:53:23 -06:00
init.lua Fix item duplication bug (#15) 2024-05-06 17:29:03 +02:00
mod.conf Add mcl* compatibility (#12) 2023-11-22 20:26:27 +01:00
screenshot.png screenshot and description 2017-02-28 21:12:54 -07:00
settingtypes.txt add setting to change how rapidly crafting happens 2017-02-28 21:12:46 -07:00

=-=-=-=-=-=-=-=-=-=

Crafting Bench
by: Philipbenr And DanDuncombe

=-=-=-=-=-=-=-=-=-=

Licence: MIT

see: LICENSE

=-=-=-=-=-=-=-=-=-=

An auto-crafting bench. Place raw materials into its inventory, define a crafting recipe in its main grid, and then every five seconds it will generate a crafted output.

This mod is compatible with hoppers.

The crafting rate can be modified in advanced settings.