First of all, create a new resource package. The directory structure is described in how to make OBJ model files and use resource packages.
Next, create a new JSBLOCK folder in the assets directory, and then create a new directory to store PIDS pictures.
Back to the JSBLOCK folder, create a new jobn_custom_resources.json file, enter the following:
{{"Pids_images": [[
{{
"ID": "pids_mtr_ad_none",
The ID name of PIDS style in the game
"ShowWeather": true,
"ShowClock": true,
Show time and weather, the value must be true or false
"Hiderow": [true, true, true, false],
Here you can set the content of hidden timetable, which is higher than the PIDS configuration
"CustomTextPusharrib": false, False,
"Background": "jsblock: your pids directory/pids file .png",, ","
Set the pids background map
"Fonts": "mtr: mtr",,
Set the font, generally does not need to move
"Color": "000000"
Set the color, enter the color RGB code}
]
}