From e26e662023da11ea77c05e10ef46b77cee2041d0 Mon Sep 17 00:00:00 2001 From: mhamster <81412348+mhamsterr@users.noreply.github.com> Date: Sun, 11 Aug 2024 20:26:45 +0700 Subject: [PATCH] Small json files fixes (#30907) Small json fixes Resources/Textures/Interface/Default/meta.json: trailing comma Resources/Textures/Objects/Specific/Hydroponics/attribution.json: proper json Resources/Textures/Tiles/Planet/Snow/meta.json: trailing commas --- Resources/Textures/Interface/Default/meta.json | 2 +- .../Specific/Hydroponics/attribution.json | 4 +++- Resources/Textures/Tiles/Planet/Snow/meta.json | 18 +++++++++--------- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Resources/Textures/Interface/Default/meta.json b/Resources/Textures/Interface/Default/meta.json index c6e9a63c2f..6111696883 100644 --- a/Resources/Textures/Interface/Default/meta.json +++ b/Resources/Textures/Interface/Default/meta.json @@ -8,7 +8,7 @@ "copyright": "Taken from https://github.com/goonstation/goonstation at commit e77d85d9c1d93aa32da7702737ceeac2b56738ac, slightly modified by PixelTK", "states": [ { - "name": "back", + "name": "back" }, { "name": "belt" diff --git a/Resources/Textures/Objects/Specific/Hydroponics/attribution.json b/Resources/Textures/Objects/Specific/Hydroponics/attribution.json index 8fd35f31f0..964028b0cc 100644 --- a/Resources/Textures/Objects/Specific/Hydroponics/attribution.json +++ b/Resources/Textures/Objects/Specific/Hydroponics/attribution.json @@ -1 +1,3 @@ -"copyright": "Seeds redone by Alekshhh. I couldn't be fucked to change each meta in each seed folder", +{ + "copyright": "Seeds redone by Alekshhh. I couldn't be fucked to change each meta in each seed folder" +} diff --git a/Resources/Textures/Tiles/Planet/Snow/meta.json b/Resources/Textures/Tiles/Planet/Snow/meta.json index 3ed950dd98..e1286c9b07 100644 --- a/Resources/Textures/Tiles/Planet/Snow/meta.json +++ b/Resources/Textures/Tiles/Planet/Snow/meta.json @@ -9,31 +9,31 @@ "name": "snow" }, { - "name": "snow_double_edge_south", + "name": "snow_double_edge_south" }, { - "name": "snow_double_edge_east", + "name": "snow_double_edge_east" }, { - "name": "snow_double_edge_north", + "name": "snow_double_edge_north" }, { - "name": "snow_double_edge_west", + "name": "snow_double_edge_west" }, { "name": "snow_dug" }, { - "name": "snow_dug_double_edge_south", + "name": "snow_dug_double_edge_south" }, { - "name": "snow_dug_double_edge_east", + "name": "snow_dug_double_edge_east" }, { - "name": "snow_dug_double_edge_north", + "name": "snow_dug_double_edge_north" }, { - "name": "snow_dug_double_edge_west", + "name": "snow_dug_double_edge_west" }, { "name": "plating" @@ -84,4 +84,4 @@ "name": "permafrost" } ] -} \ No newline at end of file +}