Minecraft Wiki
No edit summary
(updated versions for console and revert iOS to 0.15.0)
Line 13: Line 13:
 
['android'] = { '0.15.1', prefix = 'PE' },
 
['android'] = { '0.15.1', prefix = 'PE' },
 
['android-snap'] = { '', prefix = 'PE' },
 
['android-snap'] = { '', prefix = 'PE' },
['ios'] = { '0.15.1', prefix = 'PE' },
+
['ios'] = { '0.15.0', prefix = 'PE' },
 
['firetv'] = { '0.15.1', prefix = 'PE' },
 
['firetv'] = { '0.15.1', prefix = 'PE' },
 
['windowsphone'] = { '0.15.1', prefix = 'PE' },
 
['windowsphone'] = { '0.15.1', prefix = 'PE' },
 
['windows10'] = { '0.15.1', prefix = 'PE' },
 
['windows10'] = { '0.15.1', prefix = 'PE' },
 
-- Console Edition
 
-- Console Edition
['xbox'] = { 'TU36', prefix = 'Console' },
+
['xbox'] = { 'TU38', prefix = 'Console' },
['xbone'] = { 'CU25', prefix = 'Console' },
+
['xbone'] = { 'CU26', prefix = 'Console' },
['ps3'] = { '1.28', prefix = 'Console' },
+
['ps3'] = { '1.30', prefix = 'Console' },
['ps4'] = { '1.28', prefix = 'Console' },
+
['ps4'] = { '1.30', prefix = 'Console' },
['psvita'] = { '1.28', prefix = 'Console' },
+
['psvita'] = { '1.30', prefix = 'Console' },
['wiiu'] = { 'Patch 6', prefix = 'Console' }
+
['wiiu'] = { 'Patch 9', prefix = 'Console' }
 
}
 
}

Revision as of 01:25, 2 July 2016

[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.10.2',
	['pc-server'] = nil,
	['weekly'] = '',
	['weekly-server'] = nil,
	['launcher'] = { '1.6.61', prefix = 'Launcher' },
	-- Pocket Edition
	['android'] = { '0.15.1', prefix = 'PE' },
	['android-snap'] = { '', prefix = 'PE' },
	['ios'] = { '0.15.0', prefix = 'PE' },
	['firetv'] = { '0.15.1', prefix = 'PE' },
	['windowsphone'] = { '0.15.1', prefix = 'PE' },
    ['windows10'] = { '0.15.1', prefix = 'PE' },
	-- Console Edition
	['xbox'] = { 'TU38', prefix = 'Console' },
	['xbone'] = { 'CU26', prefix = 'Console' },
	['ps3'] = { '1.30', prefix = 'Console' },
	['ps4'] = { '1.30', prefix = 'Console' },
	['psvita'] = { '1.30', prefix = 'Console' },
    ['wiiu'] = { 'Patch 9', prefix = 'Console' }
}