Minecraft Wiki Polska
d (akt.)
d (Pre-Release 7)
Linia 7: Linia 7:
 
['pc'] = '1.14.4',
 
['pc'] = '1.14.4',
 
['pc-server'] = nil;
 
['pc-server'] = nil;
['weekly'] = { '1.15 Pre-Release 5', prefix = 's' },
+
['weekly'] = { '1.15 Pre-Release 7', prefix = 's' },
 
['weekly-server'] = nil,
 
['weekly-server'] = nil,
 
['launcher-windows'] = { '2.1.9616', prefix = 'Launcher' },
 
['launcher-windows'] = { '2.1.9616', prefix = 'Launcher' },

Wersja z 13:50, 9 gru 2019

[ 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.14.4',
	['pc-server'] = nil;
	['weekly'] = { '1.15 Pre-Release 7', prefix = 's' },
	['weekly-server'] = nil,
	['launcher-windows'] = { '2.1.9616', prefix = 'Launcher' },
	['launcher-mac'] = { '2.1.9617', prefix = 'Launcher' },
	['launcher-linux'] = { '2.1.9618', prefix = 'Launcher' },
	['launcher-windows-beta'] = { '2.1.10142', prefix = 'Launcher' },
	['launcher-mac-beta'] = { '2.1.10141', prefix = 'Launcher' },
	['launcher-linux-beta'] = { '2.1.10140', prefix = 'Launcher' },

	-- Konsole
	['xbone'] = { '1.13.1', prefix = 'k' },
    ['xbone-snap'] = { 'beta 1.14.0.52', prefix = 'Bedrock' },
    ['xbonelegacy'] = { 'CU57', prefix = 'k' },
	['xbox'] = { 'TU74', prefix = 'k' },
	['ps4'] = { '1.95', prefix = 'k' },
	['ps3'] = { '1.83', prefix = 'k' },
	['psvita'] = { '1.83', prefix = 'k' },
	['wii'] = { 'Patch 43', prefix = 'k' },
	['nswitch'] = { '1.13.1', prefix = 'k' },

	-- Urządzenia przenośne
	['android'] = { '1.13.1', prefix = 'PE' },
	['android-snap'] = { 'beta 1.14.0.52', prefix = 'PE' },
	['ios'] = { '1.13.3', prefix = 'PE' },
	['windowsphone'] = { '1.13.1', prefix = 'PE' },
    ['windows10'] = { '1.13.1', prefix = 'PE' },
    ['win10-beta'] = { 'beta 1.14.0.52', prefix = 'PE' },
	['firetv'] = { '1.13.1', prefix = 'PE' },
	['fireos'] = { '1.13.1', prefix = 'PE' },
	['appletv'] = { '1.1.5', prefix = 'PE' },
	['gearvr'] = { '1.13.1', prefix = 'PE' },

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

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

    -- Chinese Edition
    ['chinese'] = { '1.5.14.16117', prefix = 'Chinese' },
    ['chineseandroid'] = { '1.15.4.76267', prefix = 'Chinese' },
    ['chineseios'] = { '1.15', prefix = 'Chinese' },

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