Module:Recipes
From Guinea Isles Wiki
Module:Recipes is a module designed around managing the data of in-game recipes of all kinds. It allows users to query Module:Recipes/data.json, which contains this information in JSON format.
Functions
-- Handles logic for the various crafting recipes in the game.
-- Using json databas Module:Recipes/data.json
local data = mw.loadJsonData( "/data.json" )
return data