Minecraft Wiki
Χωρίς σύνοψη επεξεργασίας
Χωρίς σύνοψη επεξεργασίας
 
(117 ενδιάμεσες εκδόσεις από 6 χρήστες δεν εμφανίζονται)
Γραμμή 2: Γραμμή 2:
 
-- Set development versions to an empty string when there is no development version
 
-- Set development versions to an empty string when there is no development version
 
return {
 
return {
-- Computer edition
+
-- Java Edition
['classic'] = { '0.30', prefix = 'Classic' },
+
['pc'] = '1.18.1',
['classic-server'] = { '1.1.2', prefix = 'Classic' },
+
['launcher'] = { '2.2.8545', prefix = 'Launcher' },
 
['launcher-windows'] = { '2.2.8545', prefix = 'Launcher' },
['pc'] = '1.12',
 
 
['launcher-mac'] = { '2.2.8909', prefix = 'Launcher' },
['pc-server'] = nil,
 
 
['launcher-linux'] = { '2.2.8909', prefix = 'Launcher' },
['weekly'] = '',
 
 
-- Bedrock Edition
['weekly-server'] = nil,
 
['launcher'] = { '2.0.904', prefix = 'Launcher' },
+
['android'] = { '1.18.2', prefix = 'PE' },
 
['android-snap'] = { 'beta 1.18.10', prefix = 'PE' },
-- Pocket Edition
 
['android'] = { '1.1.2', prefix = 'PE' },
+
['ios'] = { '1.18.2', prefix = 'PE' },
['android-snap'] = { '', prefix = 'PE' },
+
['fireos'] = { '1.18.2', prefix = 'PE' },
['ios'] = { '1.1.3', prefix = 'PE' },
+
['firetv'] = { '1.18.2', prefix = 'PE' },
['fireos'] = { '1.1.3', prefix = 'PE' },
+
['windowsphone'] = { '1.18.2', prefix = 'PE Alpha' },
['firetv'] = { '1.1.3', prefix = 'PE' },
+
['windows10'] = { '1.18.2', prefix = 'PE' },
['windowsphone'] = { '0.16.2', prefix = 'PE Alpha' },
+
['gearvr'] = { '1.18.2', prefix = 'PE' },
['windows10'] = { '1.1.3', prefix = 'PE' },
 
['appletv'] = { '1.1.3', prefix = 'PE' },
 
['gearvr'] = { '1.1.3', prefix = 'PE' },
 
-- Console Edition
 
['xbox'] = { 'TU55', prefix = 'Console' },
 
['xbone'] = { 'CU46', prefix = 'Console' },
 
['ps3'] = { '1.54', prefix = 'Console' },
 
['ps4'] = { '1.54', prefix = 'Console' },
 
['psvita'] = { '1.53', prefix = 'Console' },
 
['wiiu'] = { 'Patch 25', prefix = 'Console' },
 
['nswitch'] = { 'Patch 5', prefix = 'Console' },
 
 
}
 
}

Τελευταία αναθεώρηση της 04:12, 27 Ιανουαρίου 2022

[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.18.1',
	['launcher'] = { '2.2.8545', prefix = 'Launcher' },
    ['launcher-windows'] = { '2.2.8545', prefix = 'Launcher' },
    ['launcher-mac'] = { '2.2.8909', prefix = 'Launcher' },
    ['launcher-linux'] = { '2.2.8909', prefix = 'Launcher' },
	-- Bedrock Edition
	['android'] = { '1.18.2', prefix = 'PE' },
	['android-snap'] = { 'beta 1.18.10', prefix = 'PE' },
	['ios'] = { '1.18.2', prefix = 'PE' },
	['fireos'] = { '1.18.2', prefix = 'PE' },
	['firetv'] = { '1.18.2', prefix = 'PE' },
	['windowsphone'] = { '1.18.2', prefix = 'PE Alpha' },
    ['windows10'] = { '1.18.2', prefix = 'PE' },
	['gearvr'] = { '1.18.2', prefix = 'PE' },
}