#converting from .bbmodel to .json
8 messages · Page 1 of 1 (latest)
Welcome to the help forum! Once your question has been resolved, please mark the post as closed by typing !close.
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)
So say I convert the model into a Java edition model, I could save that as a .json?
yes, but due to different format restrictions things might visually break during conversion
I see. I will try that and see if it works out somewhat. Thank you! 👌