]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Small json files fixes (#30907)
authormhamster <81412348+mhamsterr@users.noreply.github.com>
Sun, 11 Aug 2024 13:26:45 +0000 (20:26 +0700)
committerGitHub <noreply@github.com>
Sun, 11 Aug 2024 13:26:45 +0000 (23:26 +1000)
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
Resources/Textures/Objects/Specific/Hydroponics/attribution.json
Resources/Textures/Tiles/Planet/Snow/meta.json

index c6e9a63c2fb46d7e99b912f9f41d1496822e56d1..6111696883d89879fbbb6502cfde4649485a3c66 100644 (file)
@@ -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"
index 8fd35f31f058efc45f61a8c465826236a9249195..964028b0ccc4f950e72f6acd3acefe58a179723a 100644 (file)
@@ -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"
+}
index 3ed950dd98d26835fc3ef734c285f084311cd9c3..e1286c9b0720dd05618ce283a2bb5873a15bd565 100644 (file)
@@ -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
+}