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 {
	-- Java Edition
	['classic'] = { '0.30', prefix = 'Classic' },
	['classic-server'] = { '1.1.2', prefix = 'Classic' },
	['pc'] = '1.14.4',
	['pc-server'] = nil,
	['weekly'] = '19w45b',
	['weekly-server'] = nil,
	['launcher'] = { '2.1.2482', prefix = 'Launcher' },
    ['launcher-windows'] = { '2.1.7660', prefix = 'Launcher' },
    ['launcher-mac'] = { '2.1.7659', prefix = 'Launcher' },
    ['launcher-linux'] = { '2.1.7658', prefix = 'Launcher' },
	-- Bedrock Edition
	['android'] = { '1.13.1', prefix = 'PE' },
	['android-snap'] = { 'beta 1.14.0.6', prefix = 'PE' },
	['ios'] = { '1.13.1', prefix = 'PE' },
	['fireos'] = { '1.13.1', prefix = 'PE' },
	['firetv'] = { '1.13.1', prefix = 'PE' },
	['windowsphone'] = { '0.16.2', prefix = 'PE Alpha' },
    ['windows10'] = { '1.13.1', prefix = 'PE' },
	['appletv'] = { '1.1.5', prefix = 'PE' },
	['gearvr'] = { '1.13.1', 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' },
}
Advertisement