Skip to content

Commit

Permalink
Merge pull request #348 from tmudway/master
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 authored Oct 3, 2024
2 parents f15310d + 24897f5 commit 10f135d
Show file tree
Hide file tree
Showing 18 changed files with 16,980 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,15 @@
"min_version": "4.6.0",
"variant": "both"
},
"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",
"icon": "bar_chart",
"tags": ["Minecraft: Java Edition"],
"version": "0.5.0",
"variant": "desktop"
},
"animation_to_json": {
"title": "Animation to JSON Converter",
"author": "Gaming32",
Expand Down
4,662 changes: 4,662 additions & 0 deletions plugins/bamo.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions src/bamo/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
presets: [
[
"@babel/preset-env",
{
useBuiltIns: "usage",
corejs: 3,
},
],
],
};
Loading

0 comments on commit 10f135d

Please sign in to comment.