#converting from .bbmodel to .json

8 messages · Page 1 of 1 (latest)

honest mica
#

I can't seem to find any information anywhere on how I would convert the .bbmodel file into a .json file. I plan to use the model for the cosmetica mod, which uses .json. I just need to save the file as a .json file, but I don't know how to do that. The format is a modded entity.

forest skiffBOT
#

Welcome to the help forum! Once your question has been resolved, please mark the post as closed by typing !close.

sacred dune
#

Modded Entity format exports .java, not .json

#

!faq json

forest skiffBOT
# sacred dune !faq json

JSON is a popular data structure format that can be used for any type of data. The extension .json is therefore ambiguous and does not necessarily mean that the file is compatible with your needs. If you refer to JSON files without context, we won't know which one you are talking about.

Here are the most common JSON files in the context of Blockbench:
• Java Edition Block/Item Model (.json)
• Bedrock edition geometry (.json, often .geo.json)
• OptiFine model (.jem or .jpm)
• Blockbench Project File (.bbmodel)
• Blockbench Theme (.bbtheme)

honest mica
#

So say I convert the model into a Java edition model, I could save that as a .json?

sacred dune
#

yes, but due to different format restrictions things might visually break during conversion

honest mica
#

I see. I will try that and see if it works out somewhat. Thank you! 👌