Minecraft Wiki
Register
Χωρίς σύνοψη επεξεργασίας
Χωρίς σύνοψη επεξεργασίας
Γραμμή 26: Γραμμή 26:
 
['ps4'] = { '1.48', prefix = 'Console' },
 
['ps4'] = { '1.48', prefix = 'Console' },
 
['psvita'] = { '1.47', prefix = 'Console' },
 
['psvita'] = { '1.47', prefix = 'Console' },
['wiiu'] = { 'Patch 21', prefix = 'Console' }
+
['wiiu'] = { 'Patch 21', prefix = 'Console' },
  +
['nswitch'] = { 'Patch 1', prefix = 'Console' },
 
}
 
}

Αναθεώρηση της 12:17, 16 Μαΐου 2017

[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 {
	-- Computer edition
	['classic'] = { '0.30', prefix = 'Classic' },
	['classic-server'] = { '1.1.2', prefix = 'Classic' },
	['pc'] = '1.11.2',
	['pc-server'] = nil,
	['weekly'] = '1.12-pre2',
	['weekly-server'] = nil,
	['launcher'] = { '2.0.847', prefix = 'Launcher' },
	-- Pocket Edition
	['android'] = { '1.0.8', prefix = 'PE' },
	['android-snap'] = { '1.1 build 7', prefix = 'PE' },
	['ios'] = { '1.0.8', prefix = 'PE' },
	['fireos'] = { '1.0.8', prefix = 'PE' },
	['firetv'] = { '1.0.8', prefix = 'PE' },
	['windowsphone'] = { '0.16.2', prefix = 'PE Alpha' },
    ['windows10'] = { '1.0.8', prefix = 'PE' },
	['appletv'] = { '1.0.8', prefix = 'PE' },
	['gearvr'] = { '1.0.8', prefix = 'PE' },
	-- Console Edition
	['xbox'] = { 'TU52', prefix = 'Console' },
	['xbone'] = { 'CU42', prefix = 'Console' },
	['ps3'] = { '1.47', prefix = 'Console' },
	['ps4'] = { '1.48', prefix = 'Console' },
	['psvita'] = { '1.47', prefix = 'Console' },
    ['wiiu'] = { 'Patch 21', prefix = 'Console' },
	['nswitch'] = { 'Patch 1', prefix = 'Console' },
}