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

Z Minecraft Wiki Polska
Przejdź do nawigacji Przejdź do wyszukiwania
[wersja przejrzana][wersja przejrzana]
Java: 25w33a; Launcher: 3.18.26; Bedrock: 1.21.101, 1.21.110.24; Chinese: 1.15.4.12008, 3.4.140.276555
Java: 25w35a; Bedrock: 1.21.110.26; Education: 1.21.92; China: 1.15.5.13821, 3.4.144.277488, 3.4.151.277630
Linia 7: Linia 7:
['pc'] = '1.21.8',
['pc'] = '1.21.8',
['pc-server'] = nil;
['pc-server'] = nil;
['weekly'] = { '25w33a', prefix = 's' },
['weekly'] = { '25w35a', prefix = 's' },
['weekly-server'] = nil,
['weekly-server'] = nil,
['launcher-windows'] = { '3.18.26', prefix = 'Launcher' },
['launcher-windows'] = { '3.18.26', prefix = 'Launcher' },
Linia 35: Linia 35:
-- Wersje testowe
-- Wersje testowe
['android-snap'] = { '1.21.110.24', prefix = 'Bedrock' },
['android-snap'] = { '1.21.110.26', prefix = 'Bedrock' },
['win10-beta'] = { '1.21.110.24', prefix = 'Bedrock' },
['win10-beta'] = { '1.21.110.26', prefix = 'Bedrock' },
['xbone-snap'] = { '1.21.110.24', prefix = 'Bedrock' },
['xbone-snap'] = { '1.21.110.26', prefix = 'Bedrock' },
-- Niewspierane
-- Niewspierane
Linia 52: Linia 52:


-- Chinese Edition
-- Chinese Edition
['chinese'] = { '1.15.4.12008', prefix = 'Chinese' },
['chinese'] = { '1.15.5.13821', prefix = 'Chinese' },
['chineseandroid'] = { '3.4.140.276555', prefix = 'Chinese' },
['chineseandroid'] = { '3.4.151.277630', prefix = 'Chinese' },
['chineseios'] = { '3.4.140.276555', prefix = 'Chinese' },
['chineseios'] = { '3.4.144.277488', prefix = 'Chinese' },


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

Wersja z 23:52, 1 wrz 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.8',
	['pc-server'] = nil;
	['weekly'] = { '25w35a', prefix = 's' },
	['weekly-server'] = nil,
	['launcher-windows'] = { '3.18.26', prefix = 'Launcher' },
	['launcher-mac'] = { '3.18.26', prefix = 'Launcher' },
	['launcher-linux'] = { '3.18.26', 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.101', prefix = 'Bedrock' },
	['ios'] = { '1.21.101', prefix = 'Bedrock' },
	['windows10'] = { '1.21.101', prefix = 'Bedrock' },
	['fireos'] = { '1.21.101', prefix = 'Bedrock' },
	['nswitch'] = { '1.21.101', prefix = 'Bedrock' },
	['ps4'] = { '1.21.101', prefix = 'Bedrock' },
	['xbone'] = { '1.21.101', prefix = 'Bedrock' },
	
	-- Wersje testowe
	['android-snap'] = { '1.21.110.26', prefix = 'Bedrock' },
	['win10-beta'] = { '1.21.110.26', prefix = 'Bedrock' },
	['xbone-snap'] = { '1.21.110.26', 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.15.5.13821', prefix = 'Chinese' },
	['chineseandroid'] = { '3.4.151.277630', prefix = 'Chinese' },
	['chineseios'] = { '3.4.144.277488', prefix = 'Chinese' },

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