Minecraft Wiki
Advertisement
[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.12.1',
	['pc-server'] = nil,
	['weekly'] = '',
	['weekly-server'] = nil,
	['launcher'] = { '2.0.904', prefix = 'Launcher' },
	-- Pocket Edition
	['android'] = { '1.1.5', prefix = 'PE' },
	['android-snap'] = { '1.2 build 6', prefix = 'PE' },
	['ios'] = { '1.1.5', prefix = 'PE' },
	['fireos'] = { '1.1.5', prefix = 'PE' },
	['firetv'] = { '1.1.5', prefix = 'PE' },
	['windowsphone'] = { '0.16.2', prefix = 'PE Alpha' },
    ['windows10'] = { '1.1.5', prefix = 'PE' },
	['appletv'] = { '1.1.4', prefix = 'PE' },
	['gearvr'] = { '1.1.5', prefix = 'PE' },
	-- Console Edition
	['xbox'] = { 'TU57', prefix = 'Console' },
	['xbone'] = { 'CU49', prefix = 'Console' },
	['ps3'] = { '1.57', prefix = 'Console' },
	['ps4'] = { '1.56', prefix = 'Console' },
	['psvita'] = { '1.56', prefix = 'Console' },
    ['wiiu'] = { 'Patch 27', prefix = 'Console' },
	['nswitch'] = { 'Patch 7', prefix = 'Console' },
}
Advertisement