[cpm_plugin.js bug] Plugin error for exporting models from Blockbench.
DearFox opened this issue ยท 3 comments
i checked the plugin at https://web.blockbench.net/ and everything works.
it looks like some plugin gives me an error.
now i got another error.
Apparently I did something with my model.
But she looks completely normal.
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.
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.