-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
π BugSomething isn't workingSomething isn't working
Description
π Before you Start
- I have searched existing bug reports for my problem.
- I have read the F-A-Q.
- I am using the latest version of Animated Java
- I will only report a single bug in this report. If I have found multiple bugs, I will create a separate report for each one.
π£οΈ Describe the bug
Pretty sure this is the same issue as the one with pack.meta, but when you add your own custom directories the the blocks.json file it gets cleared with only the blueprint directory being left
β οΈ Error Message
ποΈ How to Reproduce
Put any custom directory in the generated blocks.json within minecraft/atases, for example:
{
"sources": [
{
"type": "directory",
"source": "blueprint",
"prefix": "blueprint/"
},
{
"type": "directory",
"source": "upgrade",
"prefix": "upgrade/"
}
]
}
Export a model, and it will clear:
{
"sources": [
{
"type": "directory",
"source": "blueprint",
"prefix": "blueprint/"
}
]
}
β Expected Behavior
For it to not be cleared
π‘ Solutions & Alternatives
I am currently just canceling the change using version control, but it would be nice to not have to do so.
π© Minecraft Version
1.20.5
π¦ Blockbench Version
4.12.6
π» Operating System
Windows
π Installed Blockbench Plugins
No response
β°οΈ Minecraft Environment
No response
Metadata
Metadata
Assignees
Labels
π BugSomething isn't workingSomething isn't working