[craftguide] Update to Git patch 39b7ddf:

https://github.com/AntumDeluge/mtmod-craftguide/tree/39b7ddf
This commit is contained in:
AntumDeluge 2017-06-07 00:02:16 -07:00
parent a52c3c5415
commit 35d75c89ad
4 changed files with 4 additions and 5 deletions

View File

@ -509,7 +509,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[patch.clean]: https://github.com/AntumDeluge/mtmod-clean/tree/6ba5bad
[patch.cme]: https://github.com/AntumDeluge/mtmp-cme/tree/27234af
[patch.compassgps]: https://github.com/AntumDeluge/mtmod-compassgps/tree/1d7e6a7
[patch.craftguide]: https://github.com/AntumDeluge/mtmod-craftguide/tree/1197b13
[patch.craftguide]: https://github.com/AntumDeluge/mtmod-craftguide/tree/39b7ddf
[patch.crafting_bench]: https://github.com/AntumDeluge/mtmod-crafting_bench/tree/c5ff4e5
[patch.crops]: https://github.com/AntumDeluge/mtmod-crops/tree/0c5c649
[patch.currency]: https://github.com/AntumDeluge/mtmod-currency/tree/9e9b1be

View File

@ -1,2 +1 @@
sfinv_buttons?
craft_guide?

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
@ -422,8 +422,8 @@ mt.register_node("craftguide:sign", {
description = "Crafting Guide Sign",
drawtype = "nodebox",
tiles = {"craftguide_sign.png"},
inventory_image = "craftguide_sign_inv.png",
wield_image = "craftguide_sign_inv.png",
inventory_image = "craftguide_sign.png",
wield_image = "craftguide_sign.png",
paramtype = "light",
paramtype2 = "wallmounted",
sunlight_propagates = true,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 685 B