Skip to content

Commit a08c6df

Browse files
authored
Update index.jsx
1 parent b7ed1f0 commit a08c6df

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,14 @@ const menuItems = [
548548
extDeveloper: 'MikeDev',
549549
internetConnectionRequired: true
550550
},
551+
{
552+
name: 'Scripts',
553+
extensionId: 'jgScripts',
554+
iconURL: jgScriptsExtensionIcon,
555+
tags: ['penguinmod', 'datamgmt'],
556+
description: 'Create compiled scripts with blocks while the project is running.',
557+
featured: true
558+
},
551559
{
552560
name: 'Pang API',
553561
extensionId: 'https://extensions.penguinmod.com/extensions/SammerLOL/pangapi.js',
@@ -1296,14 +1304,6 @@ if (IsLocal || IsLiveTests) {
12961304
description: 'In development.',
12971305
featured: true
12981306
},
1299-
{
1300-
name: 'Scripts',
1301-
extensionId: 'jgScripts',
1302-
iconURL: jgScriptsExtensionIcon,
1303-
tags: ['penguinmod'],
1304-
description: 'Create compiled scripts with blocks while the project is running.',
1305-
featured: true
1306-
},
13071307
{
13081308
name: 'Packager Applications',
13091309
extensionId: 'jgPackagerApplications',

0 commit comments

Comments
 (0)