fixed modpack path
This commit is contained in:
@@ -92,7 +92,7 @@ const ModsContent = ({ reqConfig }) => {
|
||||
<button className="minecraft-btn" onClick={handleCreate}>Nuevo mod</button>
|
||||
<button
|
||||
className='minecraft-btn'
|
||||
onClick={() => { window.open("/files/etsiimc/MiarmaPack.zip", "_blank"); }}
|
||||
onClick={() => { window.open("/files/etsiimc/ETSII-MC-ModPack.zip", "_blank"); }}
|
||||
>
|
||||
Descargar modpack
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user