summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)Author
2016-12-11Fix craftguide showing rubbish after pressing EscJP Guerrero
2016-12-11Don't show detailed tooltips in main listJP Guerrero
2016-12-11Progressive Mode: Fix item groups not being fully consideredJP Guerrero
2016-12-11Code cleanup, change arrow textureJP Guerrero
2016-12-10Show burnable items in main list and...JP Guerrero
show more infos in tooltip for output item
2016-12-10Add Fuel time indicationJP Guerrero
2016-12-08Add optional Progressive ModeJP Guerrero
The progressive mode is a Terraria-like crafting guide system that only list the items in the crafting guide for which you already have the ingredients in your inventory. The progressive mode is disabled by default and can be enabled with `craftguide_progressive_mode = true` in `minetest.conf`. Thanks to @kaeza and @Wuzzy2 for the idea. See discussion on https://github.com/minetest/minetest_game/issues/1435
2016-12-05Minor style cleaningJP Guerrero
2016-12-04Fix crash in some specific conditionsJP Guerrero
2016-12-03Advanced group support in tooltips (modified by kilbith)Wuzzy2
NOTE: Minetest 0.4.14-dev or 0.4.15 required.
2016-12-01Support for search on pressing Enter and use minetest.colorizeJP Guerrero
NOTE: Minetest 0.4.14-git or 0.4.15 required
2016-08-05Start item listing at index instead of skipping there.Tim
Also fixes a linter warning.
2016-03-17Import changes from xdecorJean-Patrick Guerrero
2016-03-17Import changes from xdecorJean-Patrick Guerrero
2016-03-17Remember last formspec on re-openingJean-Patrick Guerrero
2016-03-17Small simplificationJean-Patrick Guerrero
2016-02-29Change recipe to prevent conflicts and add book group in nodedefkilbith
2016-02-23Fix wrong param name on fields callbackkilbith
2016-02-23Localize more variablesJean-Patrick Guerrero
2016-02-22Small localization and pattern simplifyingJean-Patrick Guerrero
2016-02-20Initial commitjeanpatrick.guerrero@gmail.com