JannisX11 / blockbench-plugins

Blockbench plugin repository
120 stars 159 forks source link

Add New Plugin "Meshy" #625

Closed Shadowkitten47 closed 1 month ago

Shadowkitten47 commented 1 month ago

Added "Meshy" plugin.

Adds support for the poly mesh format for bedrock entities ( new and old ) for exact details look at the read me

Shadowkitten47 commented 1 month ago

currently overwrites codec.parse and codec.compile haven't made the switch to events might do that in the future

Shadowkitten47 commented 1 month ago

@JannisX11 I fix everything you mentioned. I removed the src sense it's human readable and really wasn't necessary ( You said I could but I had forgotten ). For 3rd Party contributions I want them to go to my own repo sense that's where I have been working on it. In that is the src and bundler GitHub repository. I made a few changes as well that you recommended

JannisX11 commented 1 month ago

Please make sure that plugin meta data in the plugin itself and in plugins.json match. The plugin is currently missing some fields such as tags, min_version and creation_date.

Shadowkitten47 commented 1 month ago

@JannisX11 Done!