#ModelEngine 4 converted
25 messages · Page 1 of 1 (latest)
conversion is something blockbench handles
you just need make a new format
if you make a format that supports ModelEngine 4 models, blockbench will then be able to convert to and from it
I want to write a tool to handle the conversion from bbmodel to bedrock geo.json. When you need to convert many files, this is quite time consuming.
I don't understand your question very well but it can output to java model format
what format are the bbmodels in
when you open the bbmodel in blockbench, what project format is it
I'm really quite bad at not being able to understand this clearly, hope this picture will give you the answer
😭🤦♂️
that is a generic model format
since you want them in a different format, you will need to convert them
to convert then through code, you just compile it then parse it
thats the code there for how conversions work
It seems I was wrong to ask about this, as I only tried converting from java model because I thought bbmodel was similar.
This is what I really needed, thank you so much 😭
i was asking about the bbmodel format, because if the bbmodels were already in the correct format, i have tool for batch exporting them
Can your tool be converted to bedrock model? If so, please give me the link