Difference between revisions of "Module:Items"

From Minescape
Jump to navigation Jump to search
(Created page with "-- Call this module to pull spesific item information function printSampleText() print( "Sample Text!" ) end printSampleText()")
 
(No difference)

Latest revision as of 17:28, 20 September 2020

This module will be invoked to pull information from the items.json blob.


-- Call this module to pull spesific item information

function printSampleText()
	print( "Sample Text!" )
end

printSampleText()