Moduł:Version/Numbers: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
| [wersja nieprzejrzana] | [wersja nieprzejrzana] |
Patch 3 |
Official 1.9 |
||
| Linia 5: | Linia 5: | ||
['classic'] = { '0.30', prefix = 'Classic' }, | ['classic'] = { '0.30', prefix = 'Classic' }, | ||
['classic-server'] = { '1.1.2', prefix = 'Classic' }; | ['classic-server'] = { '1.1.2', prefix = 'Classic' }; | ||
['pc'] = '1 | ['pc'] = '1.9', | ||
['pc-server'] = nil; | ['pc-server'] = nil; | ||
['weekly'] = '1.9 Pre-Release 4', | ['weekly'] = '1.9 Pre-Release 4', | ||
Wersja z 15:17, 29 lut 2016
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ą
return {
-- Komputer
['classic'] = { '0.30', prefix = 'Classic' },
['classic-server'] = { '1.1.2', prefix = 'Classic' };
['pc'] = '1.9',
['pc-server'] = nil;
['weekly'] = '1.9 Pre-Release 4',
['weekly-server'] = nil;
['launcher'] = { '1.6.59', prefix = 'Launcher' };
-- Konsole
['xbone'] = { 'CU21', prefix = 'Console' };
['xbox'] = { 'TU33', prefix = 'Console' };
['ps4'] = { '1.24', prefix = 'Console' };
['ps3'] = { '1.24', prefix = 'Console' };
['psvita'] = { '1.24', prefix = 'Console' };
['wii'] = { 'Patch 3', prefix = 'Console' };
-- Urządzenia przenośne
['android'] = { '0.14.0', prefix = 'PE' },
['android-snap'] = { '', prefix = 'PE' };
['ios'] = { '0.14.0', prefix = 'PE' };
['windowsphone'] = { '0.14.0', prefix = 'PE' };
['windows10'] = { '0.14.0', prefix = 'PE' };
['firetv'] = { '0.14.0', prefix = 'PE' };
-- Pi Edition
['pi'] = { '0.1.1', prefix = 'Pi' }
}