stardew-multiplayer-docker/docker/mods/Crops Anytime Anywhere/assets/data.json

112 lines
2.3 KiB
JSON

{
/**
* The tile types to use for back tile IDs which don't have a type property and aren't marked
* diggable. Indexed by tilesheet image source (without path or season) and type.
*/
"FallbackTileTypes": {
"beach": {
"Dirt": [
168,
304,
305,
321,
322
]
},
"outdoorsTileSheet": {
"Grass": [
152,
201,
204,
225,
228,
229,
230,
250,
251,
253,
254,
261,
275,
276,
277,
278,
279,
281,
286,
300,
306,
311,
331,
357,
400,
406,
407,
420,
421,
422,
423,
449,
567,
568,
569,
570,
592,
593,
594,
595,
619,
655,
679,
682,
683,
684,
705,
1092,
1093,
1094,
1095,
1096,
1119,
1120,
1121
],
"Dirt": [
153,
178,
202,
252,
433,
463,
474,
488,
513,
536,
538,
586,
590,
611,
613,
615,
617,
620,
630,
631,
632
],
"Stone": [
813,
947,
948,
949,
972,
973,
974,
998,
999
]
}
}
}