Skip to content

Commit

Permalink
Merge pull request thecoder-001#71 from thecoder-001/version-list-update
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoder-001 authored Oct 5, 2022
2 parents 5e7484f + 4fcc303 commit 1dd115d
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions MineColab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,14 @@
"colab": {
"name": "MineColab",
"provenance": [],
"collapsed_sections": [],
"include_colab_link": true
"collapsed_sections": []
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/thecoder-001/MineColab/blob/master/MineColab.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -158,8 +147,11 @@
"id": "Fy5-YjJMPV3S"
},
"source": [
"# Replace \"1.17\" with your desired server version.\n",
"# Replace \"1.19.2\" with your desired server version.\n",
"# Available versions:\n",
"# - 1.19.2\n",
"# - 1.19.1\n",
"# - 1.19\n",
"# - 1.18.2\n",
"# - 1.18.1\n",
"# - 1.18\n",
Expand All @@ -176,7 +168,7 @@
"# - 1.9.4\n",
"# - 1.8.8\n",
"# Newer versions might work too, however this isn't guaranteed.\n",
"version = '1.17.1'\n",
"version = '1.19.2'\n",
"\n",
"#Chose server type. Currently available versions: fabric, paper\n",
"server_type = 'paper'\n",
Expand Down

0 comments on commit 1dd115d

Please sign in to comment.