Compare commits

...

36 Commits

Author SHA1 Message Date
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
17 changed files with 597 additions and 468 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 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
![Preview2](https://i.imgur.com/TrBouDq.png)
![Preview2](https://i.imgur.com/JllwFGg.png)

798
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)
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:
Share — copy and redistribute the material in any medium or format.
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 yellow dye=Quelconque colorant 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
Cooking=Cuisson
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.
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
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

@ -46,7 +46,6 @@ Any wood planks=
Any wool=
Any yellow dye=
Any yellow flower=
Recipe's too big to be displayed (@1x@2)=
Shapeless=
Cooking=
No item to show=
@ -63,3 +62,8 @@ Unmark this item=
Cannot mark this item. Limit of bookmarks reached.=
Only drop if using one of these tools: @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
optional_depends = sfinv, sfinv_buttons
description = The most comprehensive Crafting Guide on Minetest

View File

@ -1,5 +1,2 @@
# 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
# 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: 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