1
0
Fork
You've already forked craft_lookup
0
[yams fork] A minetest mod designed to show recipes which are available in the sfinv panel. | Upstream: https://github.com/JustinLaw64/craft_lookup
  • Lua 100%
jara25 3d7e274d77 Amend the list of recommended items
Add the new weapons and potions to the list, and fix a typo.
2026年03月25日 21:42:48 -07:00
textures Initial commit 2017年08月19日 15:11:28 -05:00
backend.lua Properly display dye and wool recipes 2024年10月07日 20:31:04 -07:00
discoverybackend.lua Mark crafted items as discovered if previously unseen 2025年01月28日 19:12:32 -08:00
gui.lua Escape item names 2024年09月16日 19:55:16 -07:00
init.lua Improve the sorting of output items 2024年09月12日 20:40:55 -07:00
LICENSE Optimize readability and performance. 2018年11月25日 00:47:11 -06:00
mod.conf Do not show an item's tooltips as part of its name 2023年08月19日 19:25:55 -07:00
README.md Remove CONTRIBUTOR_AGREEMENT (Because I'm the only one that worked on this mod.) 2018年11月26日 02:47:30 -06:00
recommends.lua Amend the list of recommended items 2026年03月25日 21:42:48 -07:00
screenshot.png Some optimizations 2019年05月01日 21:56:26 -05:00
settingtypes.txt Optimize readability and performance. 2018年11月25日 00:47:11 -06:00
tablelib.lua Some optimizations 2019年05月01日 21:56:26 -05:00

Craft Lookup

A mod for Minetest

Allows one to lookup crafting recipes through sfinv.

This mod also contains a discovery system that filters out what the player has not yet discovered.

License

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA