Neki_play submitted a new resource:
Storage Parser - Parse backpacks and ender chests and save items to json file
Read more about this resource...
Storage Parser - Parse backpacks and ender chests and save items to json file
For ideal working library require add in autoload.lua
Example usage:
Code:local player = require("player") local echest_parser = require("echest_parser") registerClientTick(function() player.addMessage(echest_parser["ender_chest"]["page_1"]["slot_9"].name) end)
Read more about this resource...