[craftguide] Upgrade to Git patch 44c2e03:
https://github.com/AntumDeluge/mtmod-craftguide/tree/44c2e03
This commit is contained in:
parent
eb1cd75273
commit
a88b5f4025
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user