PACK EDITOR
<%= packEntry?.name ?? packKey %>
로더 설치파일 업로드
<% if (pack.loaderInstallerPath) { %><%= pack.loaderInstallerPath %>
리소스팩 업로드
<% (pack.resourcePackFiles ?? []).forEach((resourcePack) => { %>
<% }) %>
<%= resourcePack %>
쉐이더 업로드
<% (pack.shaderPackFiles ?? []).forEach((shaderPack) => { %>
<% }) %>
<%= shaderPack %>