Moduł:Version/Numbers: Różnice pomiędzy wersjami

Z Minecraft Wiki Polska
Przejdź do nawigacji Przejdź do wyszukiwania
[wersja nieprzejrzana][wersja przejrzana]
d Zabezpieczył „Moduł:Version/Numbers”: przywrócenie zabezpieczeń strony (powód oryginalny: „Zmniejszenie zabezpieczenia”) ([edytowanie=Dozwolone tylko dla użytkowników automatycznie zatwierdzonych] (na czas nieokreślony) [przenoszenie=Dozwolone tylko dla użytkowników automatycznie zatwierdzonych] (na czas nieokreślony))
akt.
Linia 5: Linia 5:
['classic'] = { '0.30', prefix = 'c' },
['classic'] = { '0.30', prefix = 'c' },
['classic-server'] = { '1.1.2', prefix = 'c' },
['classic-server'] = { '1.1.2', prefix = 'c' },
['pc'] = '1.21.4',
['pc'] = '1.21.5',
['pc-server'] = nil;
['pc-server'] = nil;
['weekly'] = { '', prefix = 's' },
['weekly'] = { '', prefix = 's' },
['weekly-server'] = nil,
['weekly-server'] = nil,
['launcher-windows'] = { '3.5.17', prefix = 'Launcher' },
['launcher-windows'] = { '3.8.46', prefix = 'Launcher' },
['launcher-mac'] = { '3.5.17', prefix = 'Launcher' },
['launcher-mac'] = { '3.8.46', prefix = 'Launcher' },
['launcher-linux'] = { '3.5.17', prefix = 'Launcher' },
['launcher-linux'] = { '3.8.46', prefix = 'Launcher' },
['launcher-windows-beta'] = { '', prefix = 'Launcher' },
['launcher-windows-beta'] = { '', prefix = 'Launcher' },
['launcher-mac-beta'] = { '', prefix = 'Launcher' },
['launcher-mac-beta'] = { '', prefix = 'Launcher' },
Linia 26: Linia 26:


-- Urządzenia przenośne
-- Urządzenia przenośne
['android'] = { '1.20.41', prefix = 'Bedrock' },
['android'] = { '1.21.70', prefix = 'Bedrock' },
['ios'] = { '1.20.41', prefix = 'Bedrock' },
['ios'] = { '1.21.70', prefix = 'Bedrock' },
['windows10'] = { '1.20.41', prefix = 'Bedrock' },
['windows10'] = { '1.21.70', prefix = 'Bedrock' },
['fireos'] = { '1.20.41', prefix = 'Bedrock' },
['fireos'] = { '1.21.70', prefix = 'Bedrock' },
['nswitch'] = { '1.20.41', prefix = 'Bedrock' },
['nswitch'] = { '1.21.70', prefix = 'Bedrock' },
['ps4'] = { '1.20.41', prefix = 'Bedrock' },
['ps4'] = { '1.21.70', prefix = 'Bedrock' },
['xbone'] = { '1.20.41', prefix = 'Bedrock' },
['xbone'] = { '1.21.70', prefix = 'Bedrock' },
-- Wersje testowe
-- Wersje testowe
['android-snap'] = { '1.20.50.23', prefix = 'Bedrock' },
['android-snap'] = { '1.21.80.21', prefix = 'Bedrock' },
['win10-beta'] = { '1.20.50.23', prefix = 'Bedrock' },
['win10-beta'] = { '1.21.80.21', prefix = 'Bedrock' },
['xbone-snap'] = { '1.20.50.23', prefix = 'Bedrock' },
['xbone-snap'] = { '1.21.80.21', prefix = 'Bedrock' },
-- Niewspierane
-- Niewspierane
Linia 52: Linia 52:


-- Chinese Edition
-- Chinese Edition
['chinese'] = { '1.12.1.25849', prefix = 'Chinese' },
['chinese'] = { '1.14.25.42732', prefix = 'Chinese' },
['chineseandroid'] = { '2.7.26.231186', prefix = 'Chinese' },
['chineseandroid'] = { '3.2.31.266178', prefix = 'Chinese' },
['chineseios'] = { '2.7.20', prefix = 'Chinese' },
['chineseios'] = { '3.2.31.266178', prefix = 'Chinese' },


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

Wersja z 22:48, 25 mar 2025

[ 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.21.5',
	['pc-server'] = nil;
	['weekly'] = { '', prefix = 's' },
	['weekly-server'] = nil,
	['launcher-windows'] = { '3.8.46', prefix = 'Launcher' },
	['launcher-mac'] = { '3.8.46', prefix = 'Launcher' },
	['launcher-linux'] = { '3.8.46', 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.21.70', prefix = 'Bedrock' },
	['ios'] = { '1.21.70', prefix = 'Bedrock' },
	['windows10'] = { '1.21.70', prefix = 'Bedrock' },
	['fireos'] = { '1.21.70', prefix = 'Bedrock' },
	['nswitch'] = { '1.21.70', prefix = 'Bedrock' },
	['ps4'] = { '1.21.70', prefix = 'Bedrock' },
	['xbone'] = { '1.21.70', prefix = 'Bedrock' },
	
	-- Wersje testowe
	['android-snap'] = { '1.21.80.21', prefix = 'Bedrock' },
	['win10-beta'] = { '1.21.80.21', prefix = 'Bedrock' },
	['xbone-snap'] = { '1.21.80.21', prefix = 'Bedrock' },
	
	-- Niewspierane
	['windowsphone'] = { '1.16.40', prefix = 'Bedrock' },
	['firetv'] = { '1.16.221', prefix = 'Bedrock' },
	['appletv'] = { '1.1.5', prefix = 'Bedrock' },
	['gearvr'] = { '1.16.40', prefix = 'Bedrock' },
	
	-- Pi Edition
	['pi'] = { '0.1.1', prefix = 'Pi' },

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

	-- Chinese Edition
	['chinese'] = { '1.14.25.42732', prefix = 'Chinese' },
	['chineseandroid'] = { '3.2.31.266178', prefix = 'Chinese' },
	['chineseios'] = { '3.2.31.266178', prefix = 'Chinese' },

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