#Old Json format ?
38 messages · Page 1 of 1 (latest)
It looks like you have applied tags to this post that conflict. Please only apply the tags that are relevant to your post. We can only help you if we know the context of your question, and applying incorrect tags makes this confusing.
You can refer to #1029373817119838218 for a description of what each tag is for!
Please make sure to read #1029373817119838218 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
define "old json format"
are you talking about .bbmodel or about actual .json?
Actual .json
In 4.0.3 .json export format was changed
I need the old one
What changed?
The only big difference I know of is that in 1.21.6 in Minecraft it allows more rotation values than before.
Which you can control in Blockbench via the project format value in File > Project...
though the only thing that it does is limit rotations. The .json format itself has not changed for Minecraft at all since it was added (besides minor adjustments like that or optional additions )
So if you mean a different change I'd need to see a comparison of what change you mean.
looks the same to me except that one specifies a "format_version" value and that one has different spacing
(both of which do not matter for .json to be valid/readable)
The new spacing comes up as an error in the plugin I'm using
The "old spacing" looks wrong to me though.
The "new" one is how it always exported for me
I downloaded and reinstalled blockbench to 4.2.5, exported the same file I did in new version and it works
And if your plugin is detecting spacing then it's doing something wrong
this aint python code, spacing doesn't matter in .json
idk my employer uses the plugin
I have no say over that
which plugin?
can you ask the employer for the plugin and the exact error they get?
Yeah it would take some time for him to respond
the only "spacing" that can cause errors is this one
I just know it comes up as a purple/black block
cause spaces are not allowed in file/folder names or texture paths etc.
yeah, cause of that space
Oh I see
Also, if you are making models for a version before 1.21.6 change the format version in File > Project... to 1.9-1.21.5
Else you can easily accidentaly use rotation values that aren't allowed before 1.21.6
in current versions of Blockbench, not in old versions