[craftguid] Downgrade to Git patch 89db504:
For compatibility with stable server. Patch: https://github.com/AntumDeluge/mtmod-craftguide/tree/89db504master
parent
61d4a66485
commit
90a39257d7
|
@ -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.cme]: https://github.com/AntumDeluge/mtmp-cme/tree/7a6e106
|
||||||
[patch.coloredwood]: https://github.com/AntumDeluge/mtmod-coloredwood/tree/e1e02b3
|
[patch.coloredwood]: https://github.com/AntumDeluge/mtmod-coloredwood/tree/e1e02b3
|
||||||
[patch.compassgps]: https://github.com/AntumDeluge/mtmod-compassgps/tree/888ec15
|
[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.creeper]: https://github.com/AntumDeluge/mtmod-creeper/tree/dc9ffbe
|
||||||
[patch.crops]: https://github.com/AntumDeluge/mtmod-crops/tree/f8b33ae
|
[patch.crops]: https://github.com/AntumDeluge/mtmod-crops/tree/f8b33ae
|
||||||
[patch.currency]: https://github.com/AntumDeluge/mtmod-currency/tree/d88f59a
|
[patch.currency]: https://github.com/AntumDeluge/mtmod-currency/tree/d88f59a
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
unused_args = false
|
|
||||||
allow_defined_top = true
|
|
||||||
|
|
||||||
read_globals = {
|
|
||||||
"minetest",
|
|
||||||
"default",
|
|
||||||
"sfinv_buttons",
|
|
||||||
}
|
|
|
@ -1,5 +1,5 @@
|
||||||
local craftguide, datas, mt = {}, {}, minetest
|
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_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 get_result, show_formspec = mt.get_craft_result, mt.show_formspec
|
||||||
local reg_items = mt.registered_items
|
local reg_items = mt.registered_items
|
||||||
|
|
Loading…
Reference in New Issue