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

Commit 5e7484f

Browse files
committed
Updated version list & removed experimental warning
1 parent bcda3d6 commit 5e7484f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

MineColab.ipynb

+6-4
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@
160160
"source": [
161161
"# Replace \"1.17\" with your desired server version.\n",
162162
"# Available versions:\n",
163-
"# - 1.18 <!> Paper still in experimental\n",
163+
"# - 1.18.2\n",
164+
"# - 1.18.1\n",
165+
"# - 1.18\n",
164166
"# - 1.17.1\n",
165167
"# - 1.17\n",
166168
"# - 1.16.4\n",
@@ -179,9 +181,9 @@
179181
"#Chose server type. Currently available versions: fabric, paper\n",
180182
"server_type = 'paper'\n",
181183
"\n",
182-
"# Print experimental build warning\n",
183-
"if version == '1.18' and server_type == 'paper':\n",
184-
" print(\"<!> Paper 1.18 builds are still experimental. Make regular Backups!\")\n",
184+
"# Print experimental build warning -- no longer needed\n",
185+
"# if version == '1.18' and server_type == 'paper':\n",
186+
"# print(\"<!> Paper 1.18 builds are still experimental. Make regular Backups!\")\n",
185187
"\n",
186188
"from google.colab import drive\n",
187189
"import requests\n",

0 commit comments

Comments
 (0)