Skip to content

Commit

Permalink
Moving BAMO website to website field in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tmudway committed Oct 11, 2024
1 parent 2f45ef0 commit 471c906
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,8 @@
"bamo":{
"title": "BAMO Exporter",
"author": "Ryytikki",
"description": "Create custom Minecraft blocks without having to write a single line of code when paired with the BAMO mod. https://www.curseforge.com/minecraft/mc-mods/bamo-block-and-move-on",
"description": "Create custom Minecraft blocks without having to write a single line of code when paired with the BAMO mod.",
"website": "https://www.curseforge.com/minecraft/mc-mods/bamo-block-and-move-on",
"icon": "icon.png",
"tags": ["Minecraft: Java Edition"],
"version": "0.5.1",
Expand Down
2 changes: 2 additions & 0 deletions plugins/bamo/bamo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions plugins/bamo/src/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ Plugin.register('bamo', {
title: 'BAMO Exporter',
author: 'Ryytikki',
description: 'Create custom Minecraft blocks without having to write a single line of code when paired with the BAMO mod. https://www.curseforge.com/minecraft/mc-mods/bamo-block-and-move-on',
website: "https://www.curseforge.com/minecraft/mc-mods/bamo-block-and-move-on",
icon: 'icon.png',
tags: ['Minecraft: Java Edition'],
version: '0.5.1',
variant: 'desktop',
new_respository_format : true,

onload() {

Expand Down

0 comments on commit 471c906

Please sign in to comment.