Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added BAMO #348

Merged
merged 8 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading