Code: Select all
In plugins/private director name/definition.json:
java.lang.IllegalArgumentException: May not find a loader for type frames
OS version: 29
Thank you in advance.
Code: Select all
[
{
"id":"putYourIDHere",
"type":"frames",
"frames":[
{
"bmp":"frame here.png"
}
]
},
{
"id":"putYourIDHere2",
"type":"decoration",
"width":1,
"height":1,
"frames":[
{
"id":"putYourIDHere"
}
]
}
]