Minecraft Viki
Register
Advertisement
[oluştur | geçmiş | yenile]Belgeleme
Bu sayfa bir belgelemeye sahip değil. Eğer nasıl yapacağınızı biliyorsanız lütfen oluşturun.
-- 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',
	['pc-server'] = nil,
	['weekly'] = '',
	['weekly-server'] = nil,
	['launcher'] = { '2.0.934', prefix = 'Launcher' },
	-- Pocket Edition
	['android'] = { '1.1.3', prefix = 'PE' },
	['android-snap'] = { '', prefix = 'PE' },
	['ios'] = { '1.1.3', prefix = 'PE' },
	['fireos'] = { '1.1.3', prefix = 'PE' },
	['firetv'] = { '1.1.3', prefix = 'PE' },
	['windowsphone'] = { '0.16.2', prefix = 'PE Alpha' },
	['windows10'] = { '1.1.3', prefix = 'PE' },
	['appletv'] = { '1.1.3', prefix = 'PE' },
	['gearvr'] = { '1.1.3', prefix = 'PE' },
	-- Console Edition
	['xbox'] = { 'TU55', prefix = 'Console' },
	['xbone'] = { 'CU46', prefix = 'Console' },
	['ps3'] = { '1.54', prefix = 'Console' },
	['ps4'] = { '1.54', prefix = 'Console' },
	['psvita'] = { '1.53', prefix = 'Console' },
	['wiiu'] = { 'Patch 25', prefix = 'Console' },
	['nswitch'] = { 'Patch 5', prefix = 'Console' },
}
Advertisement