Minecraft Wiki
Register
Advertisement
[view | edit | history | purge]DocumentationJump to code ↴

This module is kept only for historical purposes. Please use {{version}} to display the latest version.

[view | edit | history | purge]The above documentation is transcluded from Module:Version/Numbers/doc.
-- 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.8.8',
	['pc-server'] = nil,
	['weekly'] = '15w41b',
	['weekly-server'] = nil,
	['launcher'] = { '1.6.48', prefix = 'Launcher' },
	-- Pocket Edition
	['android'] = { '0.12.2', prefix = 'PE' },
	['android-snap'] = { '', prefix = 'PE' },
	['ios'] = { '0.12.1', prefix = 'PE' },
	['firetv'] = { '0.12.2', prefix = 'PE' },
	['windowsphone'] = { '0.12.2', prefix = 'PE' },
    ['windows10'] = { '0.12.2', prefix = 'PE' },
	-- Console Edition
	['xbox'] = { 'TU29', prefix = 'Console' },
	['xbone'] = { 'CU17', prefix = 'Console' },
	['ps3'] = { '1.20', prefix = 'Console' },
	['ps4'] = { '1.20', prefix = 'Console' },
	['psvita'] = { '1.20', prefix = 'Console' },
	-- Pi Edition
	['pi'] = { '0.1.1', prefix = 'Pi' }
}
Advertisement