Skip to content

Commit

Permalink
Temporarily switch to JSON export
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavid04 authored Apr 11, 2024
1 parent f63bcfc commit 2a0750b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function filterCatalog() {
}

function exportSpell() {
prompt('Export Spell SNBT', spellToSnbt(exportGrid(cells))); // TODO proper dialog
prompt('Export Spell SNBT', /*spellToSnbt*/(exportGrid(cells))); // TODO proper dialog, fix SNBT export
updateURLArgs();
}

Expand Down

0 comments on commit 2a0750b

Please sign in to comment.