From d3055ccca3d9f7c95e093ce19778ba96f1878392 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 13 Dec 2024 01:04:54 +0000 Subject: [PATCH] Update databases ## Added mods (1) * Round corner ([workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=3383061044)) ## Updated mods (2) * Normal Custom Game ([changelog](https://steamcommunity.com/sharedfiles/filedetails/changelog/3365140103#1734026327)) * Round corner ([changelog](https://steamcommunity.com/sharedfiles/filedetails/changelog/3383061044#1734014247)) --- mod/Scripts/data/descriptions.json | 12 +++++++++++- mod/Scripts/data/last_update.json | 9 +++++---- mod/Scripts/data/shapesets.json | 5 +++++ mod/Scripts/data/toolsets.json | 3 ++- 4 files changed, 23 insertions(+), 6 deletions(-) diff --git a/mod/Scripts/data/descriptions.json b/mod/Scripts/data/descriptions.json index 1a992d96..7751ee93 100644 --- a/mod/Scripts/data/descriptions.json +++ b/mod/Scripts/data/descriptions.json @@ -40700,7 +40700,7 @@ "1fe09615-8220-4d57-bdb8-25cd5e61fe25": { "allow_add_mods": true, "custom_icons": false, - "description": "Yes, it's just a normal survival game.", + "description": "Yea, it's just a normal survival game.", "fileId": 3365140103, "localId": "1fe09615-8220-4d57-bdb8-25cd5e61fe25", "name": "Normal Custom Game", @@ -41071,5 +41071,15 @@ "name": "Aaliyah's custom crafting recipes", "type": "Blocks and Parts", "version": 1 + }, + "aaca4fe4-6183-46c8-a94e-3768bd97d046": { + "allow_add_mods": true, + "custom_icons": true, + "description": "A lighter round frame corner\n", + "fileId": 3383061044, + "localId": "aaca4fe4-6183-46c8-a94e-3768bd97d046", + "name": "Round corner", + "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 9e8614c1..f8a51e89 100644 --- a/mod/Scripts/data/last_update.json +++ b/mod/Scripts/data/last_update.json @@ -1,5 +1,5 @@ { - "unix_timestamp": 1734006347, + "unix_timestamp": 1734051821, "items": { "871146046": 1488453447, "873609632": 1488233741, @@ -1530,7 +1530,7 @@ "2803011323": 1651535732, "2803050088": 1677526579, "2803129003": 1651567536, - "2803497899": 1733862319, + "2803497899": 1734050142, "2803499478": 1651634303, "2804414907": 1651837222, "2805728382": 1652048552, @@ -3049,7 +3049,7 @@ "3361157917": 1731639217, "3362590727": 1731149592, "3363711178": 1731867990, - "3365140103": 1731512860, + "3365140103": 1734026327, "3365886622": 1733858277, "3365922977": 1731636634, "3367714569": 1731876814, @@ -3082,6 +3082,7 @@ "3382525308": 1733930997, "3382575411": 1733933570, "3382593430": 1733943711, - "3382686433": 1733946379 + "3382686433": 1733946379, + "3383061044": 1734014247 } } \ No newline at end of file diff --git a/mod/Scripts/data/shapesets.json b/mod/Scripts/data/shapesets.json index ba5b8761..035f69e0 100644 --- a/mod/Scripts/data/shapesets.json +++ b/mod/Scripts/data/shapesets.json @@ -112814,5 +112814,10 @@ }, "75f02220-1d69-433a-b125-a8d14d131860": { "$CONTENT_75f02220-1d69-433a-b125-a8d14d131860/Objects/Database/ShapeSets/example.shapeset": [] + }, + "aaca4fe4-6183-46c8-a94e-3768bd97d046": { + "$CONTENT_aaca4fe4-6183-46c8-a94e-3768bd97d046/Objects/Database/ShapeSets/example.shapeset": [ + "2c6a208b-3b09-4521-a3e8-cc1ac08a216f" + ] } } \ No newline at end of file diff --git a/mod/Scripts/data/toolsets.json b/mod/Scripts/data/toolsets.json index 0f30baf7..03c15888 100644 --- a/mod/Scripts/data/toolsets.json +++ b/mod/Scripts/data/toolsets.json @@ -5326,5 +5326,6 @@ "91740ec5-3f8b-4b0c-b8b2-1b10e0099016": {}, "164fa840-9d2e-4496-a23d-ca88db1e5c28": {}, "950d89b6-2aa5-4dfb-b6f3-ada2d7cb5a0d": {}, - "75f02220-1d69-433a-b125-a8d14d131860": {} + "75f02220-1d69-433a-b125-a8d14d131860": {}, + "aaca4fe4-6183-46c8-a94e-3768bd97d046": {} } \ No newline at end of file