[craftguid] Downgrade to Git patch 89db504:

For compatibility with stable server.

Patch: https://github.com/AntumDeluge/mtmod-craftguide/tree/89db504
master
AntumDeluge 2017-05-15 18:21:03 -07:00
parent 61d4a66485
commit 90a39257d7
3 changed files with 2 additions and 10 deletions

View File

@ -496,7 +496,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/e1e02b3
[patch.compassgps]: https://github.com/AntumDeluge/mtmod-compassgps/tree/888ec15
[patch.craftguide]: https://github.com/AntumDeluge/mtmod-craftguide/tree/44c2e03
[patch.craftguide]: https://github.com/AntumDeluge/mtmod-craftguide/tree/89db504
[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/d88f59a

View File

@ -1,8 +0,0 @@
unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
"default",
"sfinv_buttons",
}

View File

@ -1,5 +1,5 @@
local craftguide, datas, mt = {}, {}, minetest
local progressive_mode = mt.settings:get_bool("craftguide_progressive_mode")
local progressive_mode = mt.setting_getbool("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