File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/lib/libraries/extensions Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -548,6 +548,14 @@ const menuItems = [
548
548
extDeveloper : 'MikeDev' ,
549
549
internetConnectionRequired : true
550
550
} ,
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
+ } ,
551
559
{
552
560
name : 'Pang API' ,
553
561
extensionId : 'https://extensions.penguinmod.com/extensions/SammerLOL/pangapi.js' ,
@@ -1296,14 +1304,6 @@ if (IsLocal || IsLiveTests) {
1296
1304
description : 'In development.' ,
1297
1305
featured : true
1298
1306
} ,
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
- } ,
1307
1307
{
1308
1308
name : 'Packager Applications' ,
1309
1309
extensionId : 'jgPackagerApplications' ,
You can’t perform that action at this time.
0 commit comments