Merge branch 'develop' into components-resource-pack-fix
Signed-off-by: cullvox <68567525+cadenmiller@users.noreply.github.com>
This commit is contained in:
50
tests/testdata/CatPacks/index.json
vendored
Normal file
50
tests/testdata/CatPacks/index.json
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "My Cute Cat",
|
||||
"default": "maxwell.png",
|
||||
"variants": [
|
||||
{
|
||||
"startTime": {
|
||||
"day": 12,
|
||||
"month": 4
|
||||
},
|
||||
"endTime": {
|
||||
"day": 12,
|
||||
"month": 4
|
||||
},
|
||||
"path": "oneDay.png"
|
||||
},
|
||||
{
|
||||
"startTime": {
|
||||
"day": 20,
|
||||
"month": 12
|
||||
},
|
||||
"endTime": {
|
||||
"day": 28,
|
||||
"month": 12
|
||||
},
|
||||
"path": "christmas.png"
|
||||
},
|
||||
{
|
||||
"startTime": {
|
||||
"day": 30,
|
||||
"month": 12
|
||||
},
|
||||
"endTime": {
|
||||
"day": 1,
|
||||
"month": 1
|
||||
},
|
||||
"path": "newyear2.png"
|
||||
},
|
||||
{
|
||||
"startTime": {
|
||||
"day": 28,
|
||||
"month": 12
|
||||
},
|
||||
"endTime": {
|
||||
"day": 3,
|
||||
"month": 1
|
||||
},
|
||||
"path": "newyear.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user