From 6e638b3fd4542026b1c49feae80dce22b29d542c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 18 Nov 2023 00:43:21 +0000 Subject: [PATCH] Update databases ## Added mods (1) * Universal converter ([workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=3086597483)) ## Updated mods (1) * Universal converter ([changelog](https://steamcommunity.com/sharedfiles/filedetails/changelog/3086597483#1700255285)) --- mod/Scripts/data/descriptions.json | 10 ++++++++++ mod/Scripts/data/last_update.json | 5 +++-- mod/Scripts/data/shapesets.json | 7 ++++++- mod/Scripts/data/toolsets.json | 3 ++- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/mod/Scripts/data/descriptions.json b/mod/Scripts/data/descriptions.json index 4575985b..2ef8fce6 100644 --- a/mod/Scripts/data/descriptions.json +++ b/mod/Scripts/data/descriptions.json @@ -32189,5 +32189,15 @@ "name": "Creative Commands Extension", "type": "Blocks and Parts", "version": 1 + }, + "bc584d77-3e40-4eb1-8f85-61599e416802": { + "allow_add_mods": true, + "custom_icons": false, + "description": "Adds a part to allow reading the value of a logic part with Fant's Display part.", + "fileId": 3086597483, + "localId": "bc584d77-3e40-4eb1-8f85-61599e416802", + "name": "Universal converter", + "type": "Blocks and Parts", + "version": 1 } } \ No newline at end of file diff --git a/mod/Scripts/data/last_update.json b/mod/Scripts/data/last_update.json index 3cdf2311..4f632b89 100644 --- a/mod/Scripts/data/last_update.json +++ b/mod/Scripts/data/last_update.json @@ -1,5 +1,5 @@ { - "unix_timestamp": 1700223449, + "unix_timestamp": 1700268167, "items": { "871146046": 1488453447, "873609632": 1488233741, @@ -2573,6 +2573,7 @@ "3079921518": 1699742489, "3082717613": 1699937773, "3085396880": 1700181319, - "3085427557": 1700161385 + "3085427557": 1700161385, + "3086597483": 1700255285 } } \ No newline at end of file diff --git a/mod/Scripts/data/shapesets.json b/mod/Scripts/data/shapesets.json index 6dda6916..11a6a719 100644 --- a/mod/Scripts/data/shapesets.json +++ b/mod/Scripts/data/shapesets.json @@ -85024,5 +85024,10 @@ "defae439-d6c1-4ffe-af79-7366a844ddef": { "$CONTENT_defae439-d6c1-4ffe-af79-7366a844ddef/Objects/Database/ShapeSets/example.shapeset": [] }, - "9cd9aae9-a16f-488e-9558-f5188a01f800": {} + "9cd9aae9-a16f-488e-9558-f5188a01f800": {}, + "bc584d77-3e40-4eb1-8f85-61599e416802": { + "$CONTENT_bc584d77-3e40-4eb1-8f85-61599e416802/Objects/Database/ShapeSets/shapes.shapeset": [ + "c985c056-beeb-4dfa-a21c-fc34d83c9435" + ] + } } \ No newline at end of file diff --git a/mod/Scripts/data/toolsets.json b/mod/Scripts/data/toolsets.json index 0b794078..cf29cb30 100644 --- a/mod/Scripts/data/toolsets.json +++ b/mod/Scripts/data/toolsets.json @@ -3919,5 +3919,6 @@ "$CONTENT_9cd9aae9-a16f-488e-9558-f5188a01f800/Tools/Database/ToolSets/example.toolset": [ "ee9bfc80-6b81-4e69-935e-f55e66fc11b3" ] - } + }, + "bc584d77-3e40-4eb1-8f85-61599e416802": {} } \ No newline at end of file