Skip to content

Commit

Permalink
Update databases
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Dec 23, 2023
1 parent b53ab38 commit 067e7a2
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
10 changes: 10 additions & 0 deletions mod/Scripts/data/descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -32860,5 +32860,15 @@
"name": "succ",
"type": "Custom Game",
"version": 0
},
"67966ead-e036-40ab-856d-2b0708c31001": {
"allow_add_mods": true,
"custom_icons": true,
"description": "The Light Detector will Detect if a Light Source ( vanilla lights atm ) is pointing at it.\r\nIt Outputs a On Signal then.\r\nWith \"E\" you can Adjust the Sensitivity ( basicly the Max Distance to the Light Source )\r\nWith \"U\" you can Select and Activate the Color Detection of the Light, then it will only Output a On Signal When a Light with the Correct Color lights the Detector up.\r\n\r\n[h1] MORE INFOS [/h1]\r\nYoutube Channel 00Fant:\r\n[h1] https://www.youtube.com/c/00FantMod [/h1]\r\n[u]subscribe to get the Newest Feature and Update Infos[/u]\r\nor\r\nDiscord link \r\n[h1] https://discord.gg/Z2qty5E [/h1]\r\n\r\nMod made by 00Fant\r\n\r\n[h1]modding-guidelines[/h1]\r\nhttps://scrapmechanic.com/modding-guidelines#",
"fileId": 3119939417,
"localId": "67966ead-e036-40ab-856d-2b0708c31001",
"name": "Light Detector",
"type": "Blocks and Parts",
"version": 1
}
}
11 changes: 6 additions & 5 deletions mod/Scripts/data/last_update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"unix_timestamp": 1703247405,
"unix_timestamp": 1703292099,
"items": {
"871146046": 1488453447,
"873609632": 1488233741,
Expand Down Expand Up @@ -2559,9 +2559,9 @@
"3057765862": 1698076993,
"3058387309": 1698021274,
"3059132456": 1698497247,
"3060067640": 1703201425,
"3060067640": 1703284888,
"3061097832": 1700341946,
"3061776084": 1703192909,
"3061776084": 1703248640,
"3062278450": 1698362840,
"3063152060": 1698438517,
"3064856815": 1698564713,
Expand Down Expand Up @@ -2623,7 +2623,7 @@
"3112736340": 1702440628,
"3112853380": 1702713494,
"3113109264": 1702483754,
"3113900342": 1703241476,
"3113900342": 1703282534,
"3114431069": 1702642873,
"3115111892": 1702841349,
"3115559184": 1702754370,
Expand All @@ -2632,6 +2632,7 @@
"3118389229": 1703066072,
"3118487263": 1703078480,
"3118519311": 1703082511,
"3119780115": 1703231278
"3119780115": 1703231278,
"3119939417": 1703275207
}
}
9 changes: 9 additions & 0 deletions mod/Scripts/data/shapesets.json
Original file line number Diff line number Diff line change
Expand Up @@ -84676,6 +84676,10 @@
"$CONTENT_7be17c48-af75-4b9d-b823-19a5aa72cfa0/Objects/Database/ShapeSets/example.shapeset": [
"b364008e-aaae-4dac-98cb-72ae6fb95fe8",
"d4e00dfd-f8ee-4ca5-bc9d-dddc89e1c09d",
"5d9ed844-4658-4e5b-bd05-71a8d444fff3",
"0916268d-56f0-4608-8c04-5af12c912ec1",
"af8670f2-b821-4218-ae94-162c74f5eaa0",
"51a289a9-84c6-4cfa-b820-760405e32cc5",
"21b665b6-d37d-4e3a-824c-7546dab68f46",
"393946c7-dca2-40f5-a8a0-3163be64fd0e",
"f83fa83d-1e3f-4b8a-b919-2576f33fcbce",
Expand Down Expand Up @@ -93516,5 +93520,10 @@
},
"7fb98c8e-18ae-4cf8-aea5-cc376f0ca540": {
"$CONTENT_7fb98c8e-18ae-4cf8-aea5-cc376f0ca540/Objects/Database/ShapeSets/example.shapeset": []
},
"67966ead-e036-40ab-856d-2b0708c31001": {
"$CONTENT_67966ead-e036-40ab-856d-2b0708c31001/Objects/Database/ShapeSets/light_detector.shapeset": [
"c34f2f27-71fe-4547-9b16-19af6130c253"
]
}
}
3 changes: 2 additions & 1 deletion mod/Scripts/data/toolsets.json
Original file line number Diff line number Diff line change
Expand Up @@ -4111,5 +4111,6 @@
"61e1b5c7-502e-4ea8-9e8b-e9f9680a4c75": {},
"7fb98c8e-18ae-4cf8-aea5-cc376f0ca540": {
"$CONTENT_7fb98c8e-18ae-4cf8-aea5-cc376f0ca540/Tools/Database/ToolSets/example.toolset": []
}
},
"67966ead-e036-40ab-856d-2b0708c31001": {}
}

0 comments on commit 067e7a2

Please sign in to comment.