Skip to content

Commit

Permalink
Fix sfinv page name for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
random-geek committed Mar 21, 2019
1 parent 04fcf16 commit fb5dfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ local make_craft_preview = function(formspec, player, context)
make_item_button(formspec, 5.75, 1.5, 1, craft.output)
end

sfinv.register_page("cg:craftguide", {
sfinv.register_page("cg_plus:crafting_guide", {
title = "Crafting Guide",
get = function(self, player, context)
local formspec = {[[
Expand Down

0 comments on commit fb5dfc9

Please sign in to comment.