Compare commits

...

37 Commits
1.13 ... 1.14

Author SHA1 Message Date
13b4edcc46 Change screenshot 2020-07-10 15:55:20 +02:00
f7515ab429 Add z_indexes 2020-07-10 01:43:54 +02:00
763e953b8b Move vars 2020-07-10 01:30:38 +02:00
5ef410730a Refine drops 2020-07-10 01:12:48 +02:00
fc1141c624 Fix replacements 2020-07-09 17:28:15 +02:00
9fa0c44cd7 Fix stereotypes 2020-07-09 17:23:39 +02:00
da186f63a4 Fix the utterly broken drop code from UI 2020-07-09 16:48:43 +02:00
543d162abb Some refactoring 2020-07-08 14:46:07 +02:00
ba191499f9 Fix aliases 2020-07-08 02:21:42 +02:00
c4576d14ec Fix custom recipes displaying 2020-07-08 01:02:44 +02:00
e899935c8e Fix tooltip 2020-07-08 00:15:34 +02:00
50bdedb503 Some fixes
s
2020-07-07 21:14:01 +02:00
40d70c0339 Better placing of recipe indexing strings 2020-07-07 21:13:59 +02:00
b6e1a4965e [WIP] Use of lang_code 2020-07-07 19:15:02 +02:00
4b744e243c Code tidy 2020-07-07 18:24:18 +02:00
f74956e8e7 Add recommendation in README 2020-07-07 18:20:08 +02:00
1247e1a641 Fix french sentence 2020-07-07 18:06:00 +02:00
049dabe5bb Push fuel usages back 2020-07-07 17:59:16 +02:00
6d332a94ac Small fix 2020-07-07 17:28:18 +02:00
e941443a59 Greatly speed-up mod loading (thanks @pauloue) 2020-07-07 17:17:43 +02:00
0b7bfca0ec Code cleaning 2020-07-03 19:17:24 +02:00
60d89f51e7 Fix large recipes displaying 2020-07-03 19:08:33 +02:00
1c990f6476 Fix drops 2020-07-03 18:42:17 +02:00
6f2c79e7e1 Add tools field in drop section 2020-07-03 15:31:00 +02:00
762c166485 Add strings to locales 2020-06-21 09:28:55 +02:00
0806894dc2 Set style on arrows 2020-06-21 01:41:54 +02:00
7e0819aa18 Code cleaning 2020-06-21 01:32:57 +02:00
4a5f18124a Improve Bookmarks 2020-06-21 00:19:30 +02:00
c7a56824c2 New design 2020-06-20 19:10:45 +02:00
35c3bc170d Small design update 2020-06-20 00:16:37 +02:00
4ff1fd15b8 Center pagenum/pagemax with a button 2020-06-13 01:41:30 +02:00
35021a6f0b Style 2020-06-11 14:58:30 +02:00
7ef62f4f8b Strip newline in item description 2020-05-14 16:34:15 +02:00
f075e67be9 Notify outdated client on joinplayer 2020-05-14 16:04:19 +02:00
cd17b8d38e Show HUD success only in singleplayer mode 2020-05-14 02:46:42 +02:00
46cb7615bf Fix some crashes 2020-05-14 02:17:24 +02:00
679e005f58 Fix item positioning for large recipes 2020-04-20 00:04:17 +02:00
7 changed files with 542 additions and 471 deletions

View File

@ -16,7 +16,9 @@ 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://content.minetest.net/uploads/wAGr5rE3fI.png)
![Preview2](https://i.imgur.com/TrBouDq.png)

930
init.lua

File diff suppressed because it is too large Load Diff

View File

@ -56,5 +56,10 @@ No node pointed=Aucun bloc visé
You don't know a recipe or usage for this item=Tu ne connais aucune recette pour ce bloc
No recipe or usage for this item=Aucune recette pour ce bloc
Digging=Destruction
Digging Chance=Destruction chanceuse
Digging (by chance)=Destruction (par chance)
@1 of chance to drop=@1 de chance de tomber
Mark this item=Mettre en favori.
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

View File

@ -56,5 +56,10 @@ No node pointed=
You don't know a recipe or usage for this item=
No recipe or usage for this item=
Digging=
Digging Chance=
Digging (by chance)=
@1 of chance to drop=
Mark this item=
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=

View File

@ -3,10 +3,3 @@ craftguide_progressive_mode (Learn crafting recipes progressively) bool fa
# Integration in the default Minetest Game inventory.
craftguide_sfinv_only (Crafting Guide in inventory only) bool false
# Enable pre-caching of item recipes.
# Do NOT disable the first time the mod loads.
# Disabling the auto-caching will result in faster mod loading.
# If you enable or disable mods, or edit the current mod recipes in your setup, you SHOULD re-enable this setting until the next caching at least.
# Usage at your own risk.
craftguide_autocache (Auto-caching of recipes) bool true

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB