Repixture/mods/rp_crafting
Wuzzy 3186f24708 Move invtab translations 2022-08-12 21:50:35 +02:00
..
locale Move invtab translations 2022-08-12 21:50:35 +02:00
textures Move invtab icons to the correct mods 2022-08-12 21:33:56 +02:00
API.md Update crafting API documentation 2022-06-13 17:28:23 +02:00
README.txt Update game name "Pixture" in source/readme files 2022-05-25 13:36:51 +02:00
api.lua Properly handle starting page again 2022-08-12 21:02:33 +02:00
init.lua Update game name "Pixture" in source/readme files 2022-05-25 13:36:51 +02:00
mod.conf Add missing rp_item_drop dependency to mod 2022-05-21 18:10:23 +02:00

README.txt

Crafting mod
============
By Kaadmy and Wuzzy, for Repixture.

Custom crafting method, uses a list of possible items to craft instead of a grid
recipe. This mod provides an API for adding crafting recipes, see `API.md`.

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