Moduł:Version/Numbers: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
| [wersja nieprzejrzana] | [wersja nieprzejrzana] |
dNie podano opisu zmian |
|||
| Linia 7: | Linia 7: | ||
['pc'] = '1.16', | ['pc'] = '1.16', | ||
['pc-server'] = nil; | ['pc-server'] = nil; | ||
['weekly'] = { ' ', prefix = 's' }, | ['weekly'] = { '', prefix = 's' }, | ||
['weekly-server'] = nil, | ['weekly-server'] = nil, | ||
['launcher-windows'] = { '2.1.14401', prefix = 'Launcher' }, | ['launcher-windows'] = { '2.1.14401', prefix = 'Launcher' }, | ||
| Linia 13: | Linia 13: | ||
['launcher-linux'] = { '2.1.14403', prefix = 'Launcher' }, | ['launcher-linux'] = { '2.1.14403', prefix = 'Launcher' }, | ||
['launcher-windows-beta'] = { '', prefix = 'Launcher' }, | ['launcher-windows-beta'] = { '', prefix = 'Launcher' }, | ||
['launcher-mac-beta'] = { ' ', prefix = 'Launcher' }, | ['launcher-mac-beta'] = { '', prefix = 'Launcher' }, | ||
['launcher-linux-beta'] = { ' ', prefix = 'Launcher' }, | ['launcher-linux-beta'] = { '', prefix = 'Launcher' }, | ||
-- Konsole | -- Konsole | ||
| Linia 37: | Linia 37: | ||
['ps4'] = { '1.16.0', prefix = 'Bedrock' }, | ['ps4'] = { '1.16.0', prefix = 'Bedrock' }, | ||
['xbone'] = { '1.16.0', prefix = 'Bedrock' }, | ['xbone'] = { '1.16.0', prefix = 'Bedrock' }, | ||
['android-snap'] = { ' ', prefix = 'Bedrock' }, | ['android-snap'] = { '', prefix = 'Bedrock' }, | ||
['win10-beta'] = { ' ', prefix = 'Bedrock' }, | ['win10-beta'] = { '', prefix = 'Bedrock' }, | ||
['xbone-snap'] = { ' ', prefix = 'Bedrock' }, | ['xbone-snap'] = { '', prefix = 'Bedrock' }, | ||
-- Pi Edition | -- Pi Edition | ||
| Linia 56: | Linia 56: | ||
['education-mac'] = { '1.12.60', prefix = 'Education' }, | ['education-mac'] = { '1.12.60', prefix = 'Education' }, | ||
['education-ios'] = { '1.12.60', prefix = 'Education' }, | ['education-ios'] = { '1.12.60', prefix = 'Education' }, | ||
['education-beta'] = { ' ', prefix = 'Education' }, | ['education-beta'] = { '', prefix = 'Education' }, | ||
} | } | ||
Wersja z 10:24, 24 cze 2020
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.16',
['pc-server'] = nil;
['weekly'] = { '', prefix = 's' },
['weekly-server'] = nil,
['launcher-windows'] = { '2.1.14401', prefix = 'Launcher' },
['launcher-mac'] = { '2.1.14433', prefix = 'Launcher' },
['launcher-linux'] = { '2.1.14403', prefix = 'Launcher' },
['launcher-windows-beta'] = { '', prefix = 'Launcher' },
['launcher-mac-beta'] = { '', prefix = 'Launcher' },
['launcher-linux-beta'] = { '', prefix = 'Launcher' },
-- Konsole
['xbonelegacy'] = { 'CU57', 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.16', prefix = 'k' },
-- Urządzenia przenośne
['android'] = { '1.16.0', prefix = 'Bedrock' },
['ios'] = { '1.16.0', prefix = 'Bedrock' },
['windowsphone'] = { '1.16.0', prefix = 'Bedrock' },
['windows10'] = { '1.16.0', prefix = 'Bedrock' },
['firetv'] = { '1.16.0', prefix = 'Bedrock' },
['fireos'] = { '1.16.0', prefix = 'Bedrock' },
['appletv'] = { '1.1.5', prefix = 'Bedrock' },
['gearvr'] = { '1.16.0', prefix = 'Bedrock' },
['nswitch'] = { '1.16.0', prefix = 'Bedrock' },
['ps4'] = { '1.16.0', prefix = 'Bedrock' },
['xbone'] = { '1.16.0', prefix = 'Bedrock' },
['android-snap'] = { '', prefix = 'Bedrock' },
['win10-beta'] = { '', prefix = 'Bedrock' },
['xbone-snap'] = { '', prefix = 'Bedrock' },
-- 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.60', prefix = 'Education' },
['education-mac'] = { '1.12.60', prefix = 'Education' },
['education-ios'] = { '1.12.60', prefix = 'Education' },
['education-beta'] = { '', prefix = 'Education' },
}