Customizable Player Models (Fabric)

Customizable Player Models (Fabric)

287k Downloads

[cpm_plugin.js bug] Plugin error for exporting models from Blockbench.

DearFox opened this issue ยท 3 comments

commented

Plugin error for exporting models from Blockbench.
When I click on the export button, nothing happens, but in the program console I get this:
image

commented

i checked the plugin at https://web.blockbench.net/ and everything works.
it looks like some plugin gives me an error.

commented

now i got another error.
Apparently I did something with my model.
But she looks completely normal.
image

I already tried to save it as bedrock json and open this json in Blockbench but even that didn't help.

Where can I send you my problem model?
I would not like to publish it in the public domain, but pass it on to you personally to identify errors.

commented

I figured out what the error was. In the hierarchy of the model, there was a place where there was a folder with another folder.
As a result: You cannot do something like: folder> folder> cube
You have to do: folder> cube AND folder> cube
Each folder must have at least 1 cube, otherwise the plugin will lead to error.