Commit Graph

33 Commits

Author SHA1 Message Date
13b4edcc46 Change screenshot 2020-07-10 15:55:20 +02:00
f74956e8e7 Add recommendation in README 2020-07-07 18:20:08 +02:00
c7a56824c2 New design 2020-06-20 19:10:45 +02:00
79693f5c88 Update screenshot 2020-04-05 22:57:08 +02:00
4fb4fe1763 Add support for dropped items + support for URL fetched recipes +
bugfixes
2019-10-10 17:34:43 +02:00
5446e0dbdd Update README + API 2019-10-04 00:45:49 +02:00
fb1b0cf869 Notification success: do not depend on dtime 2019-09-11 13:43:13 +02:00
6b76c8c10f API to set a custom background 2019-09-06 17:56:41 +02:00
ea12d5ca14 Optimize textures with oxipng 2019-09-06 16:33:19 +02:00
c62994f9af Split API doc in separate file 2019-02-13 14:29:08 +01:00
4560457504 Mitigate the performance regression since fc2d2e5 2019-02-11 23:52:31 +01:00
3f44ae00d2 Remove demo custom recipe 2019-02-11 01:22:45 +01:00
aac3e3f693 Add API call to open crafting guide (#59) 2019-02-11 00:01:32 +01:00
4289dea108 Separate recipe filters and progressive mode 2019-02-03 16:17:02 +01:00
c1b1bef263 Progressive mode: Remember discovered recipes 2019-01-25 02:43:33 +01:00
8a9f857204 Fix API doc 2019-01-22 01:51:17 +01:00
5ee1bea4ce Progressive mode: Add a name to filters 2019-01-20 02:13:30 +01:00
61ae85a09c Progressive mode: Add functions in API to add/set/get filters 2019-01-18 17:39:10 +01:00
50317cc20e Progressive: refactor, fix some bugs, add API function 2019-01-13 01:37:23 +01:00
783a84d3c6 Define custom recipe's width inside craft declaration 2018-12-17 19:17:43 +01:00
74a2750a4d Fix tooltip 2018-12-17 01:14:55 +01:00
53833af635 Add an API for custom recipes 2018-12-17 00:37:49 +01:00
0b4f202ffb New icons 2018-11-25 16:08:20 +01:00
39ed2c2c45 Support for sfinv! 2018-11-11 22:58:26 +01:00
c738287a26 Edit README 2018-05-29 20:42:48 +02:00
JPG
4df8a53d45 Window size: replace settings by buttons 2016-12-24 03:17:35 +01:00
JPG
21dad96162 Update the README 2016-12-18 15:54:29 +01:00
f141fbf806 Make formspec size a setting in minetest.conf 2016-12-13 14:01:51 +01:00
c2011f4bfc Make formspec size easily configurable by user 2016-12-13 03:19:41 +01:00
864b43da2c Add optional Progressive Mode
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-08 20:57:46 +01:00
93c2d3dc81 Support for search on pressing Enter and use minetest.colorize
NOTE: Minetest 0.4.14-git or 0.4.15 required
2016-12-01 15:09:49 +01:00
4904816000 Polish the README 2016-02-21 09:52:59 +01:00
355abc7993 Initial commit 2016-02-20 15:42:52 -08:00