diff --git a/creator/index.php b/creator/index.php index 2580c81c..e6b95004 100644 --- a/creator/index.php +++ b/creator/index.php @@ -677,7 +677,6 @@ include('../globalHTML/header-1.php');

Dominic F.

Brendan R.

SE

-

Pedro P.

Connor S.

Damian Z.

Adjicio

@@ -735,6 +734,7 @@ include('../globalHTML/header-1.php');

Michael G.

Curtis H.

Viet D.

+

Pedro P.

(Please contact me if you would like your name/nickname changed.)
diff --git a/js/frameSearch.js b/js/frameSearch.js index 5446e838..6a89d23a 100644 --- a/js/frameSearch.js +++ b/js/frameSearch.js @@ -54,6 +54,7 @@ const frameNames = new Map ([ ['FNM Promo (Inverted Promos)', 'FNM'], ['Universes Beyond', 'UB'], ['Full Text', 'FullText'], + ['Etched (Commander Precons)', 'Etched'], ['ZNR Expeditions (2020)', 'ExpeditionZNR-1'], ['Signature Spellbook (Jace/Gideon)', 'SignatureSpellbook'], ['Ixalan Maps', 'Ixalan'], @@ -160,6 +161,7 @@ const frameNames = new Map ([ ['Classicshifted Sagas', 'ClassicshiftedSaga'], ['Classicshifted MDFC Addons', 'ClassicshiftedDFC'], ['Classicshifted Color Identity Pips', 'ClassicshiftedCIPips'], + ['Colored Gilded (SNC)', 'SNCGildedColored'], ['Textless Gilded (SNC)', 'SNCGildedTextless'], ['Textless Equinox (MID)', 'EquinoxTextless'], ['Horizontal Japanese Mystical Archive (STA)', 'MysticalArchiveJPHorizontal'], diff --git a/js/frames/groupCustom.js b/js/frames/groupCustom.js index 25251a9f..62e292e3 100644 --- a/js/frames/groupCustom.js +++ b/js/frames/groupCustom.js @@ -4,6 +4,7 @@ loadFramePacks([ {name:'Simple Inventions', value:'SimpleInventions'}, {name:'Tapped (Horizontal M15)', value:'Tapped'}, {name:'Textless Duals', value:'CustomDualLands'}, + {name:'Textless Seventh', value:'SeventhTextless'}, {name:'Seventh Edition Planeswalkers', value:'PlaneswalkerSeventh'}, {name:'Floating Old Border', value:'OldFloating'}, {name:'Floating Old Border (Short)', value:'OldFloatingShort'}, @@ -15,9 +16,11 @@ loadFramePacks([ {name:'Classicshifted MDFC Addons', value:'ClassicshiftedDFC'}, {name:'Color Identity Pips', value:'ClassicshiftedCIPips'}, {name:'Showcase Frame Varients', value:'disabled'}, + {name:'Colored Gilded (SNC)', value:'SNCGildedColored'}, {name:'Textless Gilded (SNC)', value:'SNCGildedTextless'}, {name:'Textless Equinox (MID)', value:'EquinoxTextless'}, {name:'Horizontal Japanese Mystical Archive (STA)', value:'MysticalArchiveJPHorizontal'}, + {name:'Textless Inventions', value:'TextlessInvention'}, {name:'Custom Addons', value:'disabled'}, {name:'Brawl Legend Crowns', value:'Brawl'}, {name:'Custom Community Frames', value:'disabled'}, diff --git a/js/frames/groupTextless-4.js b/js/frames/groupTextless-4.js index 6c183190..20a2b257 100644 --- a/js/frames/groupTextless-4.js +++ b/js/frames/groupTextless-4.js @@ -9,8 +9,6 @@ loadFramePacks([ {name:'Other', value:'disabled'}, {name:'Generic Showcase', value:'TextlessGenericShowcase'}, {name:'Magic Fest Promos', value:'MagicFest'}, - {name:'Inventions', value:'TextlessInvention'}, - {name:'Seventh', value:'SeventhTextless'}, {name:'Addons', value:'disabled'}, {name:'Legend Crowns', value:'M15LegendCrowns'}, {name:'Floating Legend Crowns', value:'M15LegendCrownsFloating'},