<%- include('../partials/navbar', { userId }) %>
<%= t('editor.eyebrow') %>
<%= pack.name %>
<%= t('common.backToList') %>
<%= t('editor.displayName') %>
<%= t('editor.fileName') %>
<%= t('editor.mcVersion') %>
<% releases.forEach(function (release) { %>
><%= release %>
<% }) %>
<%= t('editor.platformType') %>
<% ['vanilla','forge','fabric','neoforge'].forEach(function (loader) { %>
><%= loader %>
<% }) %>
>
<%= t('editor.platformDownloadUrl') %>
<%- t('editor.platformDownloadHint') %>
>
<%= t('editor.platformLoaderVersion') %>
<%= t('common.loading') %>
<%= t('editor.platformLoaderHint') %>
<%= t('editor.serverMinRam') %>
<%= t('editor.serverMaxRam') %>
<%= t('editor.clientMinRam') %>
<%= t('editor.clientRecommendedRam') %>
<%= t('editor.mapPath') %>
<%= t('editor.mapPathHint') %>
<%= t('editor.serverPath') %>
<%= t('editor.serverPathHint') %>
<%= t('editor.modsFolder') %>
<%- t('editor.modsFolderHint') %>
<%= t('editor.resourcepackPath') %>
<%= t('editor.resourcepackHint') %>
<%= t('common.save') %>