Repixture/mods/rp_crafting/README.txt

22 lines
871 B
Plaintext
Raw Normal View History

2022-04-22 12:37:27 -07:00
Crafting mod
============
By Kaadmy and Wuzzy, for Repixture.
Custom crafting method, uses a list of possible items to craft instead of a grid
2022-05-19 12:20:53 -07:00
recipe. This mod provides an API for adding crafting recipes, see `API.md`.
2022-05-19 12:20:53 -07:00
This mod itself does *not* register any recipes itself, it is a mod for other
mods to rely on.
Like in typical Minetest, crafting recipes have a number of input items and a single
output item. It is similar to Minetest's shapeless recipes.
But unlike typical Minetest, it is possible to provide item stacks
in each item slot; the player doesn't have to spread out multiple items across
multiple input slots. E.g. if a crafting recipe needs 64 wool, then you don't
need 64 slots with 1 wool each, but only 1 slot with 64 wool.
This mod does not support other crafting methods like cooking or furnace fuels.
## License
Source code license: LGPLv2.1