Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 4fcc303

Browse files
committed
Another version list update
1 parent 5e7484f commit 4fcc303

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

MineColab.ipynb

+6-14
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,14 @@
55
"colab": {
66
"name": "MineColab",
77
"provenance": [],
8-
"collapsed_sections": [],
9-
"include_colab_link": true
8+
"collapsed_sections": []
109
},
1110
"kernelspec": {
1211
"name": "python3",
1312
"display_name": "Python 3"
1413
}
1514
},
1615
"cells": [
17-
{
18-
"cell_type": "markdown",
19-
"metadata": {
20-
"id": "view-in-github",
21-
"colab_type": "text"
22-
},
23-
"source": [
24-
"<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>"
25-
]
26-
},
2716
{
2817
"cell_type": "markdown",
2918
"metadata": {
@@ -158,8 +147,11 @@
158147
"id": "Fy5-YjJMPV3S"
159148
},
160149
"source": [
161-
"# Replace \"1.17\" with your desired server version.\n",
150+
"# Replace \"1.19.2\" with your desired server version.\n",
162151
"# Available versions:\n",
152+
"# - 1.19.2\n",
153+
"# - 1.19.1\n",
154+
"# - 1.19\n",
163155
"# - 1.18.2\n",
164156
"# - 1.18.1\n",
165157
"# - 1.18\n",
@@ -176,7 +168,7 @@
176168
"# - 1.9.4\n",
177169
"# - 1.8.8\n",
178170
"# Newer versions might work too, however this isn't guaranteed.\n",
179-
"version = '1.17.1'\n",
171+
"version = '1.19.2'\n",
180172
"\n",
181173
"#Chose server type. Currently available versions: fabric, paper\n",
182174
"server_type = 'paper'\n",

0 commit comments

Comments
 (0)