Skip to content

Commit

Permalink
Merge pull request #32 from mariocraft987/develop
Browse files Browse the repository at this point in the history
Randomly Blocks
  • Loading branch information
nmsderp authored Mar 11, 2024
2 parents 87cc4db + 74ec4f5 commit c99f468
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/lib/libraries/extensions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ import jwProtoExtensionIcon from './penguinmod/extensions/proto.png';

import jwStructsExtensionIcon from './penguinmod/extensions/ooplogo.png';

import randomlyBlocksIcon from './randomly/randomlyBlocks.svg';

// cl waw
// import cloudlinkThumb from './penguinmod/extensions/cloudlinkThumb.png';
import cloudlinkIcon from './penguinmod/extensions/cloudlinkIcon.svg';
Expand Down Expand Up @@ -447,6 +449,15 @@ const menuItems = [
description: 'Interact with your Roku tv via the GM2Helper software!',
featured: true
},
{
name: 'Randomly Blocks',
extensionId: 'https://raw.githubusercontent.com/mariocraft987/RandomlyBlocks/main/version-1.7',
collaborator: 'mariocraft987',
iconURL: randomlyBlocksIcon,
tags: ['other_mods'],
description: 'Utilitys to have your project feel like a website',
featured: true
},
// {
// name: 'NES Emulator',
// extensionId: 'nesemulator',
Expand Down
2 changes: 2 additions & 0 deletions src/lib/libraries/extensions/randomly/randomlyBlocks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c99f468

Please sign in to comment.