From c199b8e80c958ffeda2d5bc7186c30a83d3994aa Mon Sep 17 00:00:00 2001 From: Samuel Alejandro <54710691+Samukaii@users.noreply.github.com> Date: Sun, 23 Aug 2020 11:56:02 -0300 Subject: [PATCH] Update app.json It would be interesting if by clicking on the button to deploy, the user could choose the version of minecraft --- app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.json b/app.json index ad7d17bf..843a94f6 100644 --- a/app.json +++ b/app.json @@ -11,6 +11,10 @@ "description": "Do you accept the Minecraft EULA?", "value": "true" }, + "MINECRAFT_VERSION":{ + "description":"Choose your Minecraft Version", + "required":false + } "NGROK_API_TOKEN": { "description": "Your personal ngrok API token", "required": true