Install: pastebin get manTdeiG music
Run: music
music.lua
script on top of the Minecraft window to transfer the file over.music
command and enjoy your music!The ComputerCraft program connects to a web server to download the music files. This server is hosted with Firebase Cloud Functions.
npm install -g firebase-tools
to install Firebase.firebase login
and follow the steps.firebase init functions
and follow the steps. Choose JavaScript. Don't choose to overwrite the functions/index.js
or functions/package.json
files when it asks you. Install the dependencies when prompted.cd functions
to go inside the functions
directory and then run npm install
to install more dependencies.cd ..
to go back and then run firebase deploy
to deploy your new Cloud Function.music.lua
.