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
This commit is contained in:
mhamster
2024-08-11 20:26:45 +07:00
committed by GitHub
parent 58fd50c369
commit e26e662023
3 changed files with 13 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
"copyright": "Taken from https://github.com/goonstation/goonstation at commit e77d85d9c1d93aa32da7702737ceeac2b56738ac, slightly modified by PixelTK", "copyright": "Taken from https://github.com/goonstation/goonstation at commit e77d85d9c1d93aa32da7702737ceeac2b56738ac, slightly modified by PixelTK",
"states": [ "states": [
{ {
"name": "back", "name": "back"
}, },
{ {
"name": "belt" "name": "belt"

View 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"
}

View File

@@ -9,31 +9,31 @@
"name": "snow" "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"
}, },
{ {
"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" "name": "plating"
@@ -84,4 +84,4 @@
"name": "permafrost" "name": "permafrost"
} }
] ]
} }