Compare commits

...

64 Commits

Author SHA1 Message Date
c15ce57d1b Improve search icon look 2020-12-20 02:43:01 +01:00
a941a2c562 Minor cleaning 2020-12-20 02:41:18 +01:00
87049e2782 Remove screenshot.png 2020-12-20 02:12:34 +01:00
f70cb29214 More design improvements 2020-12-20 02:04:35 +01:00
be05b2a865 New cancel button (inserted in field box 2020-12-19 22:29:17 +01:00
639dab4da5 Reset scrollbar when export's off 2020-12-19 21:08:58 +01:00
2dc89b43f0 Control frames of model[] 2020-12-15 19:56:48 +01:00
7f15ad68e5 Change string 2020-12-14 01:42:18 +01:00
a4111a4d7b Crafting scrollbars influence grid itemstack 2020-12-13 00:47:14 +01:00
61af916fa1 Store inventory in player data 2020-12-11 15:19:52 +01:00
671fae8926 Fix bug 2020-12-11 02:22:55 +01:00
4b3ab0af5f Cleaning 2020-12-11 01:39:10 +01:00
64ca5e8188 Break loop 2020-12-10 21:32:49 +01:00
443831c179 Improve strings 2020-12-10 19:12:50 +01:00
37a01cc836 Minor chat improvement 2020-12-10 19:07:03 +01:00
227be72798 Small fix 2020-12-10 18:59:52 +01:00
dc5d28fdf0 Minor style cleaning 2020-12-10 17:50:18 +01:00
967adee84f Fix potential conflicts 2020-12-10 16:51:39 +01:00
dc9a05bf01 News sounds 2020-12-10 16:27:58 +01:00
0032c27832 Improve chat message 2020-12-10 15:53:01 +01:00
b486b65231 Fix some bugs 2020-12-10 15:41:59 +01:00
211c02abce Add strings to locale 2020-12-10 01:27:09 +01:00
f5928abb02 Rename var 2020-12-10 01:17:13 +01:00
b11639e87f Minor fix 2020-12-10 01:13:44 +01:00
25874d6f6d Done! export & craft recipes 2020-12-10 00:30:43 +01:00
3bbb014ec0 New star textures 2020-12-08 14:57:33 +01:00
5051ee75e0 Minor adjusting 2020-12-08 04:46:44 +01:00
78f1eb2a02 Give proper attribution for arrow texture 2020-12-08 04:14:43 +01:00
14a74cff4a More tweaks 2020-12-08 03:38:10 +01:00
9a15ecd78f Fix box[] hindering field[] causing issues 2020-12-08 02:44:05 +01:00
af75db86cc New arrow texture 2020-12-08 02:20:54 +01:00
8e3a25c37b Some adjusting 2020-12-08 01:36:27 +01:00
46d1c114f2 Small cleaning 2020-12-08 01:20:58 +01:00
7e3a322b0e Remove useless check 2020-12-08 01:11:40 +01:00
034c7cbe71 Back to 9 + fix bug in progressive mode 2020-12-08 00:58:53 +01:00
0f90a84d95 Disable element force-focusing 2020-12-08 00:49:27 +01:00
084103b105 Increase ROWS to 10 2020-12-08 00:47:18 +01:00
8843bb978c Switch to formspec_version 4 and drop sfinv(-buttons) support 2020-12-08 00:32:09 +01:00
b9e4d75545 Force using MT 5.4 and up 2020-12-06 02:28:00 +01:00
58e45166b3 Update Screenshot 2020-12-05 23:49:50 +01:00
69a483dd42 Bigger output 2020-12-05 22:45:57 +01:00
bbe5b69001 Tweak 2020-12-05 22:35:12 +01:00
c6f1ae266a hypertext->item_image 2020-12-05 20:57:47 +01:00
25e241daa2 Add safety 2020-11-24 19:23:12 +01:00
a964fd768c Handle entity models 2020-11-24 17:22:06 +01:00
fdfc6fe934 Handle sound client-side 2020-11-23 21:52:06 +01:00
9d26dc4840 Code cleaning 2020-11-18 04:07:48 +01:00
e74b485e7c More support for model[] 2020-11-18 01:58:24 +01:00
09e73745fb Fix duplicate recipes in resolve_aliases (?) 2020-11-18 01:27:19 +01:00
d7619cd778 Fix header desc 2020-11-16 02:30:17 +01:00
cb1e407c55 Add support for model[] for meshnodes 2020-11-16 02:16:09 +01:00
71af07067d More cleaning 2020-11-15 15:33:48 +01:00
6156dd55ad Tweak 2020-11-15 05:12:22 +01:00
b2b43fcf80 Minor cleanup 2020-11-15 04:36:30 +01:00
1d2023325d Replace hypertext by buttons 2020-11-15 03:37:55 +01:00
6c59066f89 Use content_offset on pagenum button 2020-11-15 03:08:41 +01:00
b8bf923125 Set relative font sizes 2020-11-15 03:03:20 +01:00
0de66b1a09 Small cleanup 2020-09-07 00:57:57 +02:00
aa46556020 Fix tooltip 2 2020-08-31 22:46:30 +02:00
ce59bd35d4 Fix tooltip 2020-08-31 15:07:39 +02:00
8c3efefd92 Cleanup 2020-08-29 23:14:59 +02:00
92c6a53fb2 Don't translate labels directly 2020-08-29 18:42:04 +02:00
f17922cf68 Improve header display 2020-08-29 18:34:04 +02:00
f91436d6ce Add chinese translations 2020-08-25 19:19:33 +02:00
25 changed files with 726 additions and 543 deletions

View File

@ -18,9 +18,7 @@ Use the command `/craft` to show the recipe(s) of the pointed node.
For developers, `craftguide` also has a [modding API](https://github.com/minetest-mods/craftguide/blob/master/API.md). For developers, `craftguide` also has a [modding API](https://github.com/minetest-mods/craftguide/blob/master/API.md).
For the best visuals, it is recommended to enable `inventory_items_animations` in `minetest.conf`.
Love this mod? Donations are appreciated: https://www.paypal.me/jpg84240 Love this mod? Donations are appreciated: https://www.paypal.me/jpg84240
![Preview2](https://i.imgur.com/TrBouDq.png) ![Preview2](https://i.imgur.com/JllwFGg.png)

1048
init.lua

File diff suppressed because it is too large Load Diff

View File

@ -29,6 +29,9 @@ Licenses of media (textures)
Copyright © Diego Martínez (kaeza): craftguide_*_icon.png (CC BY-SA 3.0) Copyright © Diego Martínez (kaeza): craftguide_*_icon.png (CC BY-SA 3.0)
paramat (CC BY-SA 3.0):
sfinv_crafting_arrow.png - derived from a texture by BlockMen (CC BY-SA 3.0)
You are free to: You are free to:
Share — copy and redistribute the material in any medium or format. Share — copy and redistribute the material in any medium or format.
Adapt — remix, transform, and build upon the material for any purpose, even commercially. Adapt — remix, transform, and build upon the material for any purpose, even commercially.

View File

@ -46,7 +46,6 @@ Any wood planks=Quelconques planches de bois
Any wool=Quelconque laine Any wool=Quelconque laine
Any yellow dye=Quelconque colorant jaune Any yellow dye=Quelconque colorant jaune
Any yellow flower=Quelconque fleur jaune Any yellow flower=Quelconque fleur jaune
Recipe's too big to be displayed (@1x@2)=La recette est trop grande pour être affichée (@1x@2)
Shapeless=Sans forme Shapeless=Sans forme
Cooking=Cuisson Cooking=Cuisson
No item to show=Aucun item à afficher No item to show=Aucun item à afficher
@ -63,3 +62,8 @@ Unmark this item=Enlever des favoris.
Cannot mark this item. Limit of bookmarks reached.=Impossible de mettre cet item en favori. Limite des favoris atteinte. Cannot mark this item. Limit of bookmarks reached.=Impossible de mettre cet item en favori. Limite des favoris atteinte.
Only drop if using one of these tools: @1=Tombe seulement si détruit avec un de ces outils : @1 Only drop if using one of these tools: @1=Tombe seulement si détruit avec un de ces outils : @1
Only drop if using this tool: @1=Tombe seulement si détruit avec cet outil : @1 Only drop if using this tool: @1=Tombe seulement si détruit avec cet outil : @1
Craft @1 stack=Fabriquer @1 objet
Craft @1 stacks=Fabriquer @1 objets
@1 added in your inventory=@1 mis dans votre inventaire
@1 crafted=@1 fabriqué(s)
Quick crafting=Fabrication rapide

View File

@ -0,0 +1,40 @@
# textdomain: craftguide
Any black dye=任何黑染料
Any black flower=任何黑花
Any blue dye=任何蓝染料
Any blue flower=任何蓝花
Any brown dye=任何棕染料
Any coal=任何煤炭
Any cyan dye=任何青染料
Any dark green dye=任何暗绿染料
Any dark grey dye=任何暗灰染料
Any green dye=任何绿染料
Any green flower=任何绿花
Any grey dye=任何灰染料
Any item belonging to the group(s): @1=任何属于以下组别的物品:@1
Any kind of stone block=任何石方块
Any magenta dye=任何品红染料
Any orange dye=任何橙染料
Any orange flower=任何橙花
Any pink dye=任何粉红染料
Any red dye=任何红染料
Any red flower=任何红花
Any sand=任何沙
Any stick=任何棒
Any vessel=任何容器
Any violet dye=任何紫染料
Any violet flower=任何紫花
Any white dye=任何白染料
Any white flower=任何白花
Any wood planks=任何木板
Any wool=任何羊毛
Any yellow dye=任何黄染料
Any yellow flower=任何黄花
Cooking time: @1=熔炼时间为:@1
No items to show=没有可显示的项目。
Recipe @1 of @2=第@1个配方共@2个
Usage @1 of @2=第@1个用法共@2个
Recipe is too big to be displayed=配方太大,无法显示。
Shapeless=无序配方
Unknown Item=不明物品

View File

@ -46,7 +46,6 @@ Any wood planks=
Any wool= Any wool=
Any yellow dye= Any yellow dye=
Any yellow flower= Any yellow flower=
Recipe's too big to be displayed (@1x@2)=
Shapeless= Shapeless=
Cooking= Cooking=
No item to show= No item to show=
@ -63,3 +62,8 @@ Unmark this item=
Cannot mark this item. Limit of bookmarks reached.= Cannot mark this item. Limit of bookmarks reached.=
Only drop if using one of these tools: @1= Only drop if using one of these tools: @1=
Only drop if using this tool: @1= Only drop if using this tool: @1=
Craft @1 stack=
Craft @1 stacks=
@1 added in your inventory=
@1 crafted=
Quick crafting=

View File

@ -1,3 +1,2 @@
name = craftguide name = craftguide
optional_depends = sfinv, sfinv_buttons
description = The most comprehensive Crafting Guide on Minetest description = The most comprehensive Crafting Guide on Minetest

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

View File

@ -1,5 +1,2 @@
# The progressive mode shows recipes you can craft from items you ever had in your inventory. # The progressive mode shows recipes you can craft from items you ever had in your inventory.
craftguide_progressive_mode (Learn crafting recipes progressively) bool false craftguide_progressive_mode (Learn crafting recipes progressively) bool false
# Integration in the default Minetest Game inventory.
craftguide_sfinv_only (Crafting Guide in inventory only) bool false

BIN
sounds/craftguide_click.ogg Normal file → Executable file

Binary file not shown.

BIN
sounds/craftguide_craft.ogg Executable file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 469 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 14 KiB