
Config Json
VizionG opened this issue ยท 1 comments
Im trying to add a desciption to a structure but it doesnt load the json.
Json is located on the "structures" folder alongside the "picture.png"
Here is what the json looks like:
{
"name": "Order",
"logo": "ORDER.png",
"description": [
"A simple house in the void.",
"",
"Cobblegen included."
]
}
Something wrong with the actual json or not placed in the right place?