From 65eb843b521198f4f1f136bdb722973809728ed9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 15 Jan 2025 12:23:09 +0000 Subject: [PATCH] Update databases ## Added mods (1) * Minerbot ([workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=3407578766)) ## Updated mods (2) * Backrooms Block And Cieling ([changelog](https://steamcommunity.com/sharedfiles/filedetails/changelog/3406574693#1736909824)) * Minerbot ([changelog](https://steamcommunity.com/sharedfiles/filedetails/changelog/3407578766#1736922595)) --- mod/Scripts/data/descriptions.json | 12 +++++++++++- mod/Scripts/data/last_update.json | 7 ++++--- mod/Scripts/data/shapesets.json | 8 ++++++++ mod/Scripts/data/toolsets.json | 3 ++- 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/mod/Scripts/data/descriptions.json b/mod/Scripts/data/descriptions.json index 4ec24063..eac918e9 100644 --- a/mod/Scripts/data/descriptions.json +++ b/mod/Scripts/data/descriptions.json @@ -41547,7 +41547,7 @@ "7b131dee-e95c-444f-a273-ebf59921de1d": { "allow_add_mods": true, "custom_icons": false, - "description": "this mod is being updated and is underdone, so be patient ", + "description": "this mod is being updated and is underdone, so be patient", "fileId": 3406574693, "localId": "7b131dee-e95c-444f-a273-ebf59921de1d", "name": "Backrooms Block And Cieling", @@ -41603,5 +41603,15 @@ "name": "Train Coupler", "type": "Blocks and Parts", "version": 1 + }, + "bbf2cac0-76bf-4aec-b9b2-3bbdd9e0cc63": { + "allow_add_mods": true, + "custom_icons": false, + "description": "Adds the Minerbot from the devblogs as a bot ingame! (only spawnable through capsule)\n\nTook a while to do it as a Bots & Parts mod so I hope you all enjoy!\n\nyes I know it's very janky, and not the best, but it functions for the most part\n\nshoot it for it to get angry at you, and it'll track your area and shower you with slightly explosive rocks, keep shooting it and eventually at low enough health it'll come crashing down at you\n\n[h3] This is [b]not[/b] a file mod. [/h3]\n\n\nif you wish to use anything from this mod, feel free to without crediting me, idgaf what you use it for\n", + "fileId": 3407578766, + "localId": "bbf2cac0-76bf-4aec-b9b2-3bbdd9e0cc63", + "name": "Minerbot", + "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 ee39f44b..82d16571 100644 --- a/mod/Scripts/data/last_update.json +++ b/mod/Scripts/data/last_update.json @@ -1,5 +1,5 @@ { - "unix_timestamp": 1736902614, + "unix_timestamp": 1736943745, "items": { "871146046": 1488453447, "873609632": 1488233741, @@ -3128,10 +3128,11 @@ "3404298426": 1736480401, "3404628372": 1736532717, "3405509759": 1736684320, - "3406574693": 1736739758, + "3406574693": 1736909824, "3406718630": 1736878652, "3406739857": 1736769435, "3406902793": 1736887285, - "3407377499": 1736862118 + "3407377499": 1736862118, + "3407578766": 1736922595 } } \ No newline at end of file diff --git a/mod/Scripts/data/shapesets.json b/mod/Scripts/data/shapesets.json index 0d20b599..39017112 100644 --- a/mod/Scripts/data/shapesets.json +++ b/mod/Scripts/data/shapesets.json @@ -120031,6 +120031,7 @@ "7b131dee-e95c-444f-a273-ebf59921de1d": { "$CONTENT_7b131dee-e95c-444f-a273-ebf59921de1d/Objects/Database/ShapeSets/example.shapeset": [ "aee59971-35b8-41ee-ba90-9712c1bdc55f", + "eaf8c138-1ecc-4a36-8a69-88248239f173", "623e33ed-5450-4842-9972-d4455d65f63b" ] }, @@ -120068,5 +120069,12 @@ "$CONTENT_17f8f434-683b-4bc9-b1ed-7f2ae6d9bf81/Objects/Database/ShapeSets/parts.shapeset": [ "bce3e28c-fbf9-459c-b32e-588d04f60331" ] + }, + "bbf2cac0-76bf-4aec-b9b2-3bbdd9e0cc63": { + "$CONTENT_bbf2cac0-76bf-4aec-b9b2-3bbdd9e0cc63/Objects/Database/ShapeSets/example.shapeset": [ + "581460e5-d133-4c94-bbc2-f2417fd7443d", + "c307795c-4afb-4ab3-97f4-81545852a6ed", + "ddd9c2eb-bf4e-4b49-a72f-2d4b05607450" + ] } } \ No newline at end of file diff --git a/mod/Scripts/data/toolsets.json b/mod/Scripts/data/toolsets.json index 6d5525df..80e599a7 100644 --- a/mod/Scripts/data/toolsets.json +++ b/mod/Scripts/data/toolsets.json @@ -5536,5 +5536,6 @@ "0b35632f-133a-4bb8-8042-9712a50c102e": {}, "5b9e782f-bd9d-461f-9168-340f80250a1a": {}, "f525b433-aa36-4612-8e2a-e322a72edcfd": {}, - "17f8f434-683b-4bc9-b1ed-7f2ae6d9bf81": {} + "17f8f434-683b-4bc9-b1ed-7f2ae6d9bf81": {}, + "bbf2cac0-76bf-4aec-b9b2-3bbdd9e0cc63": {} } \ No newline at end of file