Commit Graph

55 Commits

Author SHA1 Message Date
Araca 35bb569ee1 make craft guide search use local language (#3984)
Fix #3909

It is now possible to search in the crafting guide using both item id ("name", usually related to the English name) and translated item description (containing the displayed in-game name).

Co-authored-by: Araca <>
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/3984
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Araca <araca.prod@gmail.com>
Co-committed-by: Araca <araca.prod@gmail.com>
2023-10-31 10:00:58 +00:00
MysticTempest 7a53ea8b70 Rename a few textures to help support texture packs. 2022-03-02 20:13:24 -06:00
AFCMS a9ceeabc4b fix typo in mcl_craftguide 2021-06-28 13:46:18 +02:00
AFCMS 5f82e76862 fix many codestyle issues 2021-05-28 00:34:58 +02:00
AFCMS c19c05443e [mcl_craftguide] fix warnings 2021-05-23 13:46:08 +02:00
Elias Fleckenstein d8d4cb5def Revert color changes to GUI.
The Minecraft colorset (net.minecraft.util.text.TextFormatting) is only used for chat and tooltips.
This partically reverts 84819bf9f5.
2021-04-19 14:44:20 +02:00
AFCMS 1a58b0c510 fix many codestyle issues 2021-04-16 13:35:03 +02:00
AFCMS 84819bf9f5 MAKE EVERY SINGLE MOD USE PROPER COLORS!!! 2021-03-30 00:01:29 +02:00
Elias Fleckenstein 02777b1f65 Fix mcl_craftguide completely 2021-01-03 15:25:06 +01:00
Elias Fleckenstein 1fda78667f Properly merge mcl_craftguide 2021-01-03 15:23:29 +01:00
Elias Fleckenstein 6b2416b211 Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 into fixes 2021-01-03 15:17:08 +01:00
Elias Fleckenstein 0fe1707c2f Remove spaces 2021-01-03 14:32:31 +01:00
Elias Fleckenstein 6cc029a6e4 Fix #931 2021-01-03 14:26:05 +01:00
Wuzzy 4c2f3f2b7c Fix possible crash in mcl_craftguide 2021-01-03 14:22:19 +01:00
Wuzzy 56d49e08b8 Delay before calling get_connected_players 2020-06-04 16:36:53 +02:00
Wuzzy c6d6a2ce26 Craftguide: Don't display burntime for groups 2020-03-10 05:44:52 +01:00
Wuzzy f85a6b5042 Make some labels dark-gray 2020-03-10 05:34:54 +01:00
Wuzzy 03ad3cca29 Major default formspec style update
- Uses formspec_prepend to set e.g. button style
- Make all formspecs use the MCL2 style consistently
2020-03-10 05:01:49 +01:00
Wuzzy 73e8ee8a68 Fix undeclared global warning in mcl_craftguide 2020-01-18 04:48:07 +01:00
Wuzzy 1fc2ba6879 Craftguide: Show recipes hidden in creative inv. 2020-01-05 21:49:41 +01:00
Wuzzy 7e9a9821c9 Fix progressive mode not disabable 2019-03-25 12:39:09 +01:00
Wuzzy 0c8db3e556 Fix crash in craftguide when player leaves 2019-03-14 12:08:11 +01:00
Wuzzy 2f1c201076 Update craftguide translations 2019-03-14 00:42:17 +01:00
Wuzzy fb389df3a0 Fix crash when clicking craftbook icon in furnace 2019-03-13 11:32:26 +01:00
Wuzzy d25e9ec4cc Re-introduce the progressive mode! YESSSSS 2019-03-13 04:52:23 +01:00
Wuzzy e77c5a3562 Craftguide: Remove call to Lua debug library 2019-03-13 00:13:04 +01:00
Wuzzy cdb6e3e3f5 Craftguide: Remove /craft command 2019-03-12 23:08:04 +01:00
Wuzzy 82d56de18e Craftguide: Remove no_prepend[] 2019-03-12 23:07:35 +01:00
Wuzzy e24a698bae Craftguide: 2×2 for shapeless recipe w/ <= 4 items 2019-03-12 23:05:03 +01:00
Wuzzy 9fc834c8db Craftguide: Restore old group support 2019-03-12 23:00:42 +01:00
Wuzzy ac7a16eb96 Update to latest version of craftguide 2019-03-12 22:03:21 +01:00
Wuzzy 7935e64637 Cleanup ambigious sandstone groups, change meaning
- Change meaning of "sandstone" group to include sandstone of any color
- Add "normal_sandstone" group
- Rename "redsandstone" group to "red_sandstone"
2019-03-12 01:50:42 +01:00
Wuzzy 3edf880301 Add minimal formspec prepend 2019-03-07 13:05:26 +01:00
Wuzzy a84f7935fa Revert "Utilize formspec prepend"
This reverts commit ea0c2e9568.
2019-03-07 12:42:08 +01:00
Wuzzy ea0c2e9568 Utilize formspec prepend 2019-03-06 06:35:24 +01:00
Wuzzy 56ff8fbad5 Hide repair recipes if disable_repair=1 is set 2019-01-12 05:41:36 +01:00
Wuzzy af3785021b Describe purpur_block group 2018-12-07 21:20:15 +01:00
Wuzzy e4c5a78592 Use group:purpur to craft purpur stair/slab 2018-12-03 16:15:22 +01:00
Wuzzy 88ca7c9a7e Red v6 sand must now be crafted with nether wart 2018-05-16 15:53:00 +02:00
Wuzzy faafaadc54 Fix memory leak in mcl_craftguide 2017-12-08 11:29:25 +01:00
Wuzzy 0228f77cb2 Show v6 icon for unique red sand recipe 2017-09-19 19:19:07 +02:00
Wuzzy 307622b4d7 Fix crash when click on invalid item in craftguide 2017-08-15 02:27:08 +02:00
Wuzzy e5a34367c9 Use new Minetest settings API syntax for most mods 2017-08-09 16:17:00 +02:00
Wuzzy ee38a7af9d Rename mod: bucket to mcl_buckets 2017-08-03 16:36:55 +02:00
Wuzzy b01850e182 Tweak craftguide stereotypes 2017-07-28 17:25:59 +02:00
Wuzzy 8320c7690e Add colored banners 2017-07-27 19:14:21 +02:00
Wuzzy d09a412bd8 Change the fuel icon 2017-07-26 21:12:46 +02:00
Wuzzy a24f34f1b5 Fix mcl_craftguide dependency 2017-07-08 20:04:04 +02:00
Wuzzy 0e10079516 Remove custom craftguide fire texture 2017-07-08 19:59:40 +02:00
Wuzzy 306c33b816 Disable experimental progressive mode by default 2017-07-06 03:00:46 +02:00