[ utwórz | historia | odśwież ]Dokumentacja
W tym module nie ma dokumentacji. Jeśli wiesz jak używać tego modułu, proszę, podaj odpowiednie informacje.
-- Wersję serwerów ustawić jako "nil" jeśli mają taką samą wersję, co gra
-- Snapshoty pozostawić puste, jeśli takie nie występują test
return {
	-- Komputer
	['classic'] = { '0.30', prefix = 'c' },
	['classic-server'] = { '1.1.2', prefix = 'c' },
	['pc'] = '1.18.2',
	['pc-server'] = nil;
	['weekly'] = { '', prefix = 's' },
	['weekly-server'] = nil,
	['launcher-windows'] = { '2.2.10677', prefix = 'Launcher' },
	['launcher-mac'] = { '2.2.10676', prefix = 'Launcher' },
	['launcher-linux'] = { '2.2.10674', prefix = 'Launcher' },
	['launcher-windows-beta'] = { '', prefix = 'Launcher' },
	['launcher-mac-beta'] = { '', prefix = 'Launcher' },
	['launcher-linux-beta'] = { '', prefix = 'Launcher' },

	-- Konsole
	['xbonelegacy'] = { 'CU58', prefix = 'k' },
	['xbox'] = { 'TU74', prefix = 'k' },
	['ps4legacy'] = { '1.95', prefix = 'k' },
	['ps3'] = { '1.84', prefix = 'k' },
	['psvita'] = { '1.83', prefix = 'k' },
	['wii'] = { 'Patch 43', prefix = 'k' },
	['nswitchlegacy'] = { '1.0.17', prefix = 'k' },

	-- Urządzenia przenośne
	['android'] = { '1.18.12', prefix = 'Bedrock' },
	['ios'] = { '1.18.12', prefix = 'Bedrock' },
	['windowsphone'] = { '1.18.12', prefix = 'Bedrock' },
	['windows10'] = { '1.18.12', prefix = 'Bedrock' },
	['firetv'] = { '1.18.12', prefix = 'Bedrock' },
	['fireos'] = { '1.18.12', prefix = 'Bedrock' },
	['appletv'] = { '1.1.5', prefix = 'Bedrock' },
	['gearvr'] = { '1.17.41', prefix = 'Bedrock' },
	['nswitch'] = { '1.18.12', prefix = 'Bedrock' },
	['ps4'] = { '1.18.12', prefix = 'Bedrock' },
	['xbone'] = { '1.18.12', prefix = 'Bedrock' },
	['android-snap'] = { '1.18.20', prefix = 'Bedrock' },
	['win10-beta'] = { '1.18.20', prefix = 'Bedrock' },
	['xbone-snap'] = { '1.18.20', prefix = 'Bedrock' },

	-- Pi Edition
	['pi'] = { '0.1.1', prefix = 'Pi' },

	-- New Nintendo 3DS Edition
	['3ds'] = { '1.9.19', prefix = '3DS' },

	-- Chinese Edition
	['chinese'] = { '1.8.2.35860', prefix = 'Chinese' },
	['chineseandroid'] = { '2.0.10.156133', prefix = 'Chinese' },
	['chineseios'] = { '2.0.5', prefix = 'Chinese' },

	-- Education Edition
	['education-win'] = { '1.17.32', prefix = 'Education' },
	['education-mac'] = { '1.17.32', prefix = 'Education' },
	['education-ios'] = { '1.17.32', prefix = 'Education' },
	['education-beta'] = { '', prefix = 'Education' },
}