Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local c = require("component")
- m = c.me_controller
- local se = require("serialization")
- f = io.open("meep", "wb")
- f:write( se.serialize( m.getItemsInNetwork(),true ) )
- f:flush()
- f:close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement