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

"Meshy" Fix #640

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@
"icon": "diamond",
"description": "Enables the use of a meshes in bedrock formats and to export them to Minecraft Bedrock",
"variant": "both",
"version": "1.0.3",
"version": "1.0.4",
"tags": [
"Minecraft: Bedrock Edition",
"Entity Models",
Expand Down
2 changes: 1 addition & 1 deletion plugins/meshy/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ This is a feature that skips the normal calculation for the mesh. This is off by
This forces multiple textures to be used for bedrock models. This is off by default sense bedrock models can only have one texture. This force them to be enabled. But you will need to stitch the textures before you try puttinng them in minecraft. The plugin Texture Stitcher by mchorse can do this for you.

## CONTRIBUTING
If you want to contribute to this plugin please make a pull request at my [GitHub repository](https://github.com/Shadowkitten47/Meshy). If you have any questions or suggestions you can DM me on discord ( #shadowkitten47 ) If for what every reason I don't respond and you want to contribute make sure to comment well and add it to the changelog.
If you want to contribute to this plugin please make a pull request at my [GitHub repository](https://github.com/Shadowkitten47/Meshy). Also check that the change hasn't already been made onto that version sense I work on that quite a bit. If for some reason I don't respond or abonded the project or for any other reason that you want to make a change directly to BB make sure to comment Your username, What you changed, and why.
14 changes: 14 additions & 0 deletions plugins/meshy/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,19 @@
]
}
]
},
"1.0.4": {
"title": "1.0.4",
"date": "2024-18-8",
"author": "Shadowkitten47",
"categories": [
{
"title": "Bug Fixes",
"list": [
"Fix the invertion of the x-axis of the mesh",
"Fix other smaller issues"
]
}
]
}
}
Loading
Loading