Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add simplified version of 'craftguide' mod, named 'mtg_craftguide' (#…
- Loading branch information
Showing
with
619 additions
and 0 deletions.
- +25 −0 mods/mtg_craftguide/README.md
- +430 −0 mods/mtg_craftguide/init.lua
- +63 −0 mods/mtg_craftguide/license.txt
- +41 −0 mods/mtg_craftguide/locale/mtg_craftguide.fr.tr
- +57 −0 mods/mtg_craftguide/locale/template.txt
- +3 −0 mods/mtg_craftguide/mod.conf
- BIN mods/mtg_craftguide/textures/craftguide_clear_icon.png
- BIN mods/mtg_craftguide/textures/craftguide_furnace.png
- BIN mods/mtg_craftguide/textures/craftguide_next_icon.png
- BIN mods/mtg_craftguide/textures/craftguide_prev_icon.png
- BIN mods/mtg_craftguide/textures/craftguide_search_icon.png
- BIN mods/mtg_craftguide/textures/craftguide_shapeless.png
@@ -0,0 +1,25 @@ | ||
Minetest Game mod: mtg_craftguide | ||
================================= | ||
|
||
Adds a "Recipes" tab to the inventory. Click an item to see it's recipes. | ||
Click again to show usages. | ||
|
||
Based on [craftguide](https://github.com/minetest-mods/craftguide). | ||
|
||
Authors of media | ||
---------------- | ||
|
||
paramat (CC BY-SA 3.0): | ||
|
||
* craftguide_clear_icon.png | ||
* craftguide_next_icon.png | ||
* craftguide_prev_icon.png | ||
* craftguide_search_icon.png | ||
|
||
Neuromancer (CC BY-SA 3.0): | ||
|
||
* craftguide_furnace.png | ||
|
||
Wuzzy (CC BY-SA 3.0): | ||
|
||
* craftguide_shapeless.png |
Oops, something went wrong.