Minecraft Wiki
Magiczocker (συζήτηση | συνεισφορές)
μ (java 1.14.3 https://www.minecraft.net/en-us/article/minecraft-java-edition-1-14-3)
Humiebee (συζήτηση | συνεισφορές)
μ (the last attempt to keep this alive)
(44 ενδιάμεσες εκδόσεις από 5 χρήστες δεν εμφανίζονται)
Γραμμή 3: Γραμμή 3:
 
return {
 
return {
 
-- Java Edition
 
-- Java Edition
['classic'] = { '0.30', prefix = 'Classic' },
+
['pc'] = '1.16.2',
['classic-server'] = { '1.1.2', prefix = 'Classic' },
 
['pc'] = '1.14.3',
 
['pc-server'] = nil,
 
['weekly'] = '1.14.3-pre4',
 
['weekly-server'] = nil,
 
 
['launcher'] = { '2.1.2482', prefix = 'Launcher' },
 
['launcher'] = { '2.1.2482', prefix = 'Launcher' },
['launcher-windows'] = { '2.1.3674', prefix = 'Launcher' },
+
['launcher-windows'] = { '2.1.12307', prefix = 'Launcher' },
['launcher-mac'] = { '2.1.3677', prefix = 'Launcher' },
+
['launcher-mac'] = { '2.1.12308', prefix = 'Launcher' },
['launcher-linux'] = { '2.1.3676', prefix = 'Launcher' },
+
['launcher-linux'] = { '2.1.12306', prefix = 'Launcher' },
 
-- Bedrock Edition
 
-- Bedrock Edition
['android'] = { '1.11.4', prefix = 'PE' },
+
['android'] = { '1.16.20', prefix = 'PE' },
['android-snap'] = { 'beta 1.12.0.13', prefix = 'PE' },
+
['android-snap'] = { 'beta 1.16.100.55', prefix = 'PE' },
['ios'] = { '1.11.4', prefix = 'PE' },
+
['ios'] = { '1.16.20', prefix = 'PE' },
['fireos'] = { '1.11.4', prefix = 'PE' },
+
['fireos'] = { '1.16.20', prefix = 'PE' },
['firetv'] = { '1.11.4', prefix = 'PE' },
+
['firetv'] = { '1.16.20', prefix = 'PE' },
['windowsphone'] = { '0.16.2', prefix = 'PE Alpha' },
+
['windowsphone'] = { '1.16.20', prefix = 'PE Alpha' },
['windows10'] = { '1.11.4', prefix = 'PE' },
+
['windows10'] = { '1.14.60', prefix = 'PE' },
['appletv'] = { '1.1.5', prefix = 'PE' },
+
['gearvr'] = { '1.14.60', prefix = 'PE' },
['gearvr'] = { '1.11.4', prefix = 'PE' },
 
-- Legacy Console Edition
 
['xbox'] = { 'TU74', prefix = 'Console' },
 
['xbone'] = { 'CU57', prefix = 'Console' },
 
['ps3'] = { '1.83', prefix = 'Console' },
 
['ps4'] = { '1.92', prefix = 'Console' },
 
['psvita'] = { '1.83', prefix = 'Console' },
 
['wiiu'] = { 'Patch 43', prefix = 'Console' },
 
['nswitch'] = { 'Patch 16', prefix = 'Console' },
 
 
}
 
}

Αναθεώρηση της 21:01, 13 Σεπτεμβρίου 2020

[create | history | purge]Documentation
This module has no documentation. If you know how to use this module, please create it.
-- Set server versions to "nil" if they are the same as the client version
-- Set development versions to an empty string when there is no development version
return {
	-- Java Edition
	['pc'] = '1.16.2',
	['launcher'] = { '2.1.2482', prefix = 'Launcher' },
    ['launcher-windows'] = { '2.1.12307', prefix = 'Launcher' },
    ['launcher-mac'] = { '2.1.12308', prefix = 'Launcher' },
    ['launcher-linux'] = { '2.1.12306', prefix = 'Launcher' },
	-- Bedrock Edition
	['android'] = { '1.16.20', prefix = 'PE' },
	['android-snap'] = { 'beta 1.16.100.55', prefix = 'PE' },
	['ios'] = { '1.16.20', prefix = 'PE' },
	['fireos'] = { '1.16.20', prefix = 'PE' },
	['firetv'] = { '1.16.20', prefix = 'PE' },
	['windowsphone'] = { '1.16.20', prefix = 'PE Alpha' },
    ['windows10'] = { '1.14.60', prefix = 'PE' },
	['gearvr'] = { '1.14.60', prefix = 'PE' },
}