Minecraft Wiki
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 {
		-- Java Edition
		['classic'] = { '0.30', prefix = 'Classic' },
		['classic-server'] = { '1.1.2', prefix = 'Classic' },
		['pc'] = '1.12.2',
		['weekly'] = '18w19b',
		['launcher'] = { '2.0.1049', prefix = 'Launcher' },
		-- Bedrock Edition
		['android'] = { '1.2.13.60', prefix = 'Bedrock' },
		['android-snap'] = { '1.4 build 11', prefix = 'Bedrock' },
		['ios'] = { '1.2.16', prefix = 'Bedrock' },
		['fireos'] = { '1.2.13.60', prefix = 'Bedrock' },
		['firetv'] = { '1.2.13.60', prefix = 'Bedrock' },
		['windows10'] = { '1.2.13.60', prefix = 'Bedrock' },
		['windows10-snap'] = { '1.4 build 11', prefix = 'Bedrock' },
		['windows10mobile'] = { '1.2.13.60', prefix = 'Bedrock' },
		['gearvr'] = { '1.2.13.60', prefix = 'Bedrock' },
		['xbone'] = { '1.2.13.60', prefix = 'Bedrock' },
		['xbone-snap'] = { '1.4 build 11', prefix = 'Bedrock' },
		-- Pocket Edition
		['androidpocket'] = { '1.1.5', prefix = 'PE' },
		['iospocket'] = { '1.1.7', prefix = 'PE' },
		['fireospocket'] = { '1.1.5', prefix = 'PE' },
		['windowsphone'] = { '0.16.2', prefix = 'PE Alpha' },
		['windows10pocket'] = { '1.1.5', prefix = 'PE' },
		['windows10mobilepocket'] = { '1.1.5', prefix = 'PE' },
		['gearvrpocket'] = { '1.1.5', prefix = 'PE' },
		['appletv'] = { '1.1.5', prefix = 'PE' },
		['firetvpocket'] = { '1.1.5', prefix = 'PE' },
		-- Legacy Console Edition
		['xbox'] = { 'TU64', prefix = 'Console' },
		['xbonelegacy'] = { 'CU54', prefix = 'Console' },
		['ps3'] = { '1.68', prefix = 'Console' },
		['ps4'] = { '1.68', prefix = 'Console' },
		['psvita'] = { '1.68', prefix = 'Console' },
		['wiiu'] = { 'Patch 33', prefix = 'Console' },
		['nswitch'] = { 'Patch 14', prefix = 'Console' },
		-- New Nintendo 3DS Edition
		['3ds'] = { '1.4', prefix = '3DS' },
		-- Chinese Edition
		['chinese'] = { '1.0.5.37571', prefix = 'Chinese' },
		['chineseandroid'] = { '1.2.2.37760', prefix = 'Chinese' },
		['chineseios'] = { '1.2.2.37760', prefix = 'Chinese' },
		-- Education Edition
		['education'] = { '1.0.28', prefix = 'Education' },
}
Advertisement