diff --git a/doc/JSON_INFO.md b/doc/JSON_INFO.md index 70ce92d83676e..5ba7140a70e7b 100644 --- a/doc/JSON_INFO.md +++ b/doc/JSON_INFO.md @@ -2949,7 +2949,7 @@ A flat multiplier on the harvest count of the plant. For numbers greater than on ### clothing_mod -```JSON +```C++ "type": "clothing_mod", "id": "leather_padded", // Unique ID. "flag": "leather_padded", // flag to add to clothing. @@ -3316,7 +3316,7 @@ The internal ID of the compatible tilesets. MOD tileset is only applied when bas Setting of sprite sheets. Same as `tiles-new` field in `tile_config`. Sprite files are loaded from the same folder json file exists. # Field types - +```C++ { "type": "field_type", // this is a field type "id": "fd_gum_web", // id of the field @@ -3339,3 +3339,4 @@ Setting of sprite sheets. Same as `tiles-new` field in `tile_config`. Sprite fil ] } } +```