Minecraft Wiki
mSin resumen de edición
mSin resumen de edición
Línea 6: Línea 6:
 
['classic-server'] = { '1.1.2', prefix = 'Classic' },
 
['classic-server'] = { '1.1.2', prefix = 'Classic' },
 
['pc'] = '1.14.4',
 
['pc'] = '1.14.4',
['weekly'] = '19w37a',
+
['weekly'] = '19w38a',
 
['launcher'] = { '2.1.2481', prefix = 'Launcher' },
 
['launcher'] = { '2.1.2481', prefix = 'Launcher' },
 
['launcher-windows'] = { '2.1.5964', prefix = 'Launcher' },
 
['launcher-windows'] = { '2.1.5964', prefix = 'Launcher' },

Revisión del 15:29 18 sep 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.4',
        ['weekly'] = '19w38a',
        ['launcher'] = { '2.1.2481', prefix = 'Launcher' },
        ['launcher-windows'] = { '2.1.5964', prefix = 'Launcher' },
        ['launcher-mac'] = { '2.1.5963', prefix = 'Launcher' },
        ['launcher-linux'] = { '2.1.5965', prefix = 'Launcher' },
        ['launcher-win-beta'] = { '', prefix = 'Launcher' },
        ['launcher-mac-beta'] = { '', prefix = 'Launcher' },
        ['launcher-lin-beta'] = { '2.1.5969', prefix = 'Launcher' },
	-- Bedrock Edition
        ['android'] = { '1.12.1', prefix = 'Bedrock' },
        ['ios'] = { '1.12.1', prefix = 'Bedrock' },
        ['fireos'] = { '1.12.1', prefix = 'Bedrock' },
        ['firetv'] = { '1.12.1', prefix = 'Bedrock' },
        ['windows10'] = { '1.12.1', prefix = 'Bedrock' },
        ['windows10mobile'] = { '1.12.1', prefix = 'Bedrock' },
        ['gearvr'] = { '1.12.1', prefix = 'Bedrock' },
        ['xbone'] = { '1.12.1', prefix = 'Bedrock' },
        ['switch'] = { '1.12.1', prefix = 'Bedrock' },
        ['appletv'] = { '1.1.5', prefix = 'Bedrock' },
	-- Bedrock Edition beta
        ['android-snap'] = { 'beta 1.13.0.13', prefix = 'Bedrock' },
        ['windows10-snap'] = { 'beta 1.13.0.13', prefix = 'Bedrock' },
        ['xbone-snap'] = { 'beta 1.13.0.13', prefix = 'Bedrock' },
	-- Console Edition
        ['xbox'] = { 'TU74', prefix = 'Console' },
        ['ps3'] = { '1.83', prefix = 'Console' },
        ['ps4'] = { '1.95', 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.12', prefix = 'Educational'},
        ['educational-mac'] = { '1.12', prefix = 'Educational' },
        ['educational-ios'] = { '1.12', prefix = 'Educational' },
        ['educational-beta'] = { '', prefix = 'Educational' },
}