Minecraft Wiki
Register
Magiczocker (συζήτηση | συνεισφορές)
μΧωρίς σύνοψη επεξεργασίας
(Versions update)
Γραμμή 5: Γραμμή 5:
 
['classic'] = { '0.30', prefix = 'Classic' },
 
['classic'] = { '0.30', prefix = 'Classic' },
 
['classic-server'] = { '1.1.2', prefix = 'Classic' },
 
['classic-server'] = { '1.1.2', prefix = 'Classic' },
['pc'] = '1.15.1',
+
['pc'] = '1.15.2',
 
['pc-server'] = nil,
 
['pc-server'] = nil,
['weekly'] = '',
+
['weekly'] = '20w10a',
 
['weekly-server'] = nil,
 
['weekly-server'] = nil,
 
['launcher'] = { '2.1.2482', prefix = 'Launcher' },
 
['launcher'] = { '2.1.2482', prefix = 'Launcher' },
['launcher-windows'] = { '2.1.9616', prefix = 'Launcher' },
+
['launcher-windows'] = { '2.1.12307', prefix = 'Launcher' },
['launcher-mac'] = { '2.1.9617', prefix = 'Launcher' },
+
['launcher-mac'] = { '2.1.12308', prefix = 'Launcher' },
['launcher-linux'] = { '2.1.9618', prefix = 'Launcher' },
+
['launcher-linux'] = { '2.1.12306', prefix = 'Launcher' },
 
-- Bedrock Edition
 
-- Bedrock Edition
['android'] = { '1.14.1', prefix = 'PE' },
+
['android'] = { '1.14.30', prefix = 'PE' },
['android-snap'] = { 'beta 1.14.2.50', prefix = 'PE' },
+
['android-snap'] = { 'beta 1.15.0.54', prefix = 'PE' },
['ios'] = { '1.14.1', prefix = 'PE' },
+
['ios'] = { '1.14.30', prefix = 'PE' },
['fireos'] = { '1.14.1', prefix = 'PE' },
+
['fireos'] = { '1.14.30', prefix = 'PE' },
['firetv'] = { '1.14.1', prefix = 'PE' },
+
['firetv'] = { '1.14.30', prefix = 'PE' },
 
['windowsphone'] = { '0.16.2', prefix = 'PE Alpha' },
 
['windowsphone'] = { '0.16.2', prefix = 'PE Alpha' },
['windows10'] = { '1.14.1', prefix = 'PE' },
+
['windows10'] = { '1.14.30', prefix = 'PE' },
 
['appletv'] = { '1.1.5', prefix = 'PE' },
 
['appletv'] = { '1.1.5', prefix = 'PE' },
['gearvr'] = { '1.14.1', prefix = 'PE' },
+
['gearvr'] = { '1.14.30', prefix = 'PE' },
 
-- Legacy Console Edition
 
-- Legacy Console Edition
 
['xbox'] = { 'TU74', prefix = 'Console' },
 
['xbox'] = { 'TU74', prefix = 'Console' },

Αναθεώρηση της 18:59, 4 Μαρτίου 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
	['classic'] = { '0.30', prefix = 'Classic' },
	['classic-server'] = { '1.1.2', prefix = 'Classic' },
	['pc'] = '1.15.2',
	['pc-server'] = nil,
	['weekly'] = '20w10a',
	['weekly-server'] = nil,
	['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.14.30', prefix = 'PE' },
	['android-snap'] = { 'beta 1.15.0.54', prefix = 'PE' },
	['ios'] = { '1.14.30', prefix = 'PE' },
	['fireos'] = { '1.14.30', prefix = 'PE' },
	['firetv'] = { '1.14.30', prefix = 'PE' },
	['windowsphone'] = { '0.16.2', prefix = 'PE Alpha' },
    ['windows10'] = { '1.14.30', prefix = 'PE' },
	['appletv'] = { '1.1.5', prefix = 'PE' },
	['gearvr'] = { '1.14.30', prefix = 'PE' },
	-- Legacy Console Edition
	['xbox'] = { 'TU74', prefix = 'Console' },
	['xbone'] = { 'CU57', prefix = 'Console' },
	['ps3'] = { '1.83', prefix = 'Console' },
	['ps4'] = { '1.95', prefix = 'Console' },
	['psvita'] = { '1.83', prefix = 'Console' },
    ['wiiu'] = { 'Patch 43', prefix = 'Console' },
	['nswitch'] = { 'Patch 16', prefix = 'Console' },
}