Unearthed Mod API
https://unearthedgame.net/
- Check out code
- Run
npm i
- Copy
local.properties.json.template
to local.properties.json
- Update
local.properties.json
to either add your password or set it to a blank value (to disable network)
- Run
npm start
- Connect to http://localhost:20000
- Keep it Simple Smartie
- Make the change you need to make, don't refactor the world
- Assume its that way for a reason. No one that works on this project is stupid :)
- Ask, and ask again!
