[craftguide] Upgrade to Git patch 44c2e03:

https://github.com/AntumDeluge/mtmod-craftguide/tree/44c2e03
This commit is contained in:
AntumDeluge 2017-05-13 11:35:29 -07:00
parent eb1cd75273
commit a88b5f4025
2 changed files with 2 additions and 2 deletions

View File

@ -485,7 +485,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[patch.cme]: https://github.com/AntumDeluge/mtmp-cme/tree/7a6e106
[patch.coloredwood]: https://github.com/AntumDeluge/mtmod-coloredwood/tree/ed6c46f
[patch.compassgps]: https://github.com/AntumDeluge/mtmod-compassgps/tree/888ec15
[patch.craftguide]: https://github.com/AntumDeluge/mtmod-craftguide/tree/89db504
[patch.craftguide]: https://github.com/AntumDeluge/mtmod-craftguide/tree/44c2e03
[patch.creeper]: https://github.com/AntumDeluge/mtmod-creeper/tree/dc9ffbe
[patch.crops]: https://github.com/AntumDeluge/mtmod-crops/tree/f8b33ae
[patch.currency]: https://github.com/AntumDeluge/mtmod-currency/tree/7b0e29f

View File

@ -1,5 +1,5 @@
local craftguide, datas, mt = {}, {}, minetest
local progressive_mode = mt.setting_getbool("craftguide_progressive_mode")
local progressive_mode = mt.settings:get_bool("craftguide_progressive_mode")
local get_recipe, get_recipes = mt.get_craft_recipe, mt.get_all_craft_recipes
local get_result, show_formspec = mt.get_craft_result, mt.show_formspec
local reg_items = mt.registered_items