Minecraft Wiki
Registrarse
m (fixed frontpage version from legacy xbox one edition)
m (java 1.14.3 https://www.minecraft.net/en-us/article/minecraft-java-edition-1-14-3)
Línea 5: Línea 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.14.2',
+
['pc'] = '1.14.3',
['weekly'] = '1.14.3-pre4',
+
['weekly'] = '',
 
['launcher'] = { '2.1.2481', prefix = 'Launcher' },
 
['launcher'] = { '2.1.2481', prefix = 'Launcher' },
 
['launcher-windows'] = { '2.1.3674', prefix = 'Launcher' },
 
['launcher-windows'] = { '2.1.3674', prefix = 'Launcher' },

Revisión del 15:05 24 jun 2019

[Crear | Purgar]Documentación
Emódulo no tiene documentación. Si sabes cómo crear emódulo, por favor crea su página.
-- Set server versions to "nil" if they are the same as the client version
-- Set development versions to an empty string when there is no development version
return {
	-- Computer edition
        ['classic'] = { '0.30', prefix = 'Classic' },
        ['classic-server'] = { '1.1.2', prefix = 'Classic' },
        ['pc'] = '1.14.3',
        ['weekly'] = '',
        ['launcher'] = { '2.1.2481', prefix = 'Launcher' },
        ['launcher-windows'] = { '2.1.3674', prefix = 'Launcher' },
        ['launcher-mac'] = { '2.1.3677', prefix = 'Launcher' },
        ['launcher-linux'] = { '2.1.3676', prefix = 'Launcher' },
	-- Bedrock Edition
        ['android'] = { '1.11.4', prefix = 'Bedrock' },
        ['android-snap'] = { 'beta 1.12.0.13', prefix = 'Bedrock' },
        ['ios'] = { '1.11.4', prefix = 'Bedrock' },
        ['fireos'] = { '1.11.4', prefix = 'Bedrock' },
        ['firetv'] = { '1.11.4', prefix = 'Bedrock' },
        ['windows10'] = { '1.11.4', prefix = 'Bedrock' },
        ['windows10-snap'] = { 'beta 1.12.0.13', prefix = 'Bedrock' },
        ['windows10mobile'] = { '1.11.4', prefix = 'Bedrock' },
        ['gearvr'] = { '1.11.4', prefix = 'Bedrock' },
        ['xbone'] = { '1.11.4', prefix = 'Bedrock' },
        ['switch'] = { '1.11.4', prefix = 'Bedrock' },
        ['xbone-snap'] = { 'beta 1.12.0.13', prefix = 'Bedrock' },
        ['appletv'] = { '1.1.5', prefix = 'Bedrock' },
	-- Console Edition
        ['xbox'] = { 'TU74', prefix = 'Console' },
        ['ps3'] = { '1.83', prefix = 'Console' },
        ['ps4'] = { '1.92', prefix = 'Console' },
        ['psvita'] = { '1.83', prefix = 'Console' },
        ['wiiu'] = { 'Patch 43', prefix = 'Console' },
        ['nswitch'] = { 'Patch 16', prefix = 'Console' },
        ['xbone-legacy'] = { 'CU57', prefix = 'Console' },
        ['xbonelegacy'] = { 'CU57', prefix = 'Console' },
        -- New Nintendo 3DS Edition
        ['3ds'] = { '1.9.19', prefix = '3DS' },
        -- Educational Edition
        ['educational'] = {'1.9.0', prefix = 'Educational'},
        ['educational-mac'] = { '1.9.1', prefix = 'Educational' },
        ['educational-ios'] = { '1.9', prefix = 'Educational' },
        ['educational-beta'] = { '', prefix = 'Educational' },
}