@@ -136,6 +136,8 @@ import theshovelColorPickerIcon from './penguinmod/orgtw/ColorPicker.svg';
136
136
// sharkpool
137
137
import sharkpoolPrintingIcon from './penguinmod/extensions/printing.svg' ;
138
138
import sharkpoolTuneIcon from './penguinmod/extensions/tuneShark.svg' ;
139
+ import sharkpoolMBPIcon from './penguinmod/extensions/myBlocksPlus.svg' ;
140
+ import sharkpoolBCIcon from './penguinmod/extensions/BetterComments.svg' ;
139
141
import jgScriptsExtensionIcon from './penguinmod/extensions/scripts.svg' ;
140
142
141
143
// events
@@ -363,6 +365,7 @@ const menuItems = [
363
365
iconURL : sharkpoolTuneIcon ,
364
366
tags : [ 'penguinmod' , 'categoryexpansion' , 'noisemaker' ] ,
365
367
description : 'Advanced audio engine with complex sound control, multiple audio effects and more!' ,
368
+ extDeveloper : 'SharkPool' ,
366
369
featured : true
367
370
} ,
368
371
{
@@ -418,6 +421,24 @@ const menuItems = [
418
421
description : 'More operators like nand, nor, character code to character, reading multiple lined text line by line, etc.' ,
419
422
featured : true
420
423
} ,
424
+ {
425
+ name : 'My Blocks+' ,
426
+ extensionId : 'https://sharkpools-extensions.vercel.app/extension-code/My-Blocks-Plus.js' ,
427
+ iconURL : sharkpoolMBPIcon ,
428
+ tags : [ 'penguinmod' , 'categoryexpansion' ] ,
429
+ description : 'Create private or global custom blocks with custom inputs, colors, and more!' ,
430
+ extDeveloper : 'SharkPool, CST1229, 0znzw' ,
431
+ featured : true
432
+ } ,
433
+ {
434
+ name : 'Better Comments' ,
435
+ extensionId : 'https://sharkpools-extensions.vercel.app/extension-code/Better-Comments.js' ,
436
+ iconURL : sharkpoolBCIcon ,
437
+ tags : [ 'penguinmod' , 'categoryexpansion' ] ,
438
+ description : 'Better Comments with Customization and Markdown support' ,
439
+ extDeveloper : 'SharkPool' ,
440
+ featured : true
441
+ } ,
421
442
{
422
443
name : 'JSON' ,
423
444
extensionId : 'jgJSON' ,
0 commit comments