Added hjson formatting
This commit is contained in:
parent
551246f557
commit
5f6132988e
1 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ Cars can be customized with several parts to change their appearance and functio
|
||||||
|
|
||||||
**Here is an example of a Skin configuration with explanation:**
|
**Here is an example of a Skin configuration with explanation:**
|
||||||
|
|
||||||
```json
|
```hjson
|
||||||
{
|
{
|
||||||
# The type of part (should always be "skin" for vehicle bodies)
|
# The type of part (should always be "skin" for vehicle bodies)
|
||||||
type: skin
|
type: skin
|
||||||
|
@ -69,7 +69,7 @@ Cars can be customized with several parts to change their appearance and functio
|
||||||
|
|
||||||
**Here is an example of a Seat configuration with explanation:**
|
**Here is an example of a Seat configuration with explanation:**
|
||||||
|
|
||||||
```json
|
```hjson
|
||||||
{
|
{
|
||||||
# The type of part (should always be "seat" for vehicle seats)
|
# The type of part (should always be "seat" for vehicle seats)
|
||||||
type: seat
|
type: seat
|
||||||
|
@ -106,7 +106,7 @@ Cars can be customized with several parts to change their appearance and functio
|
||||||
|
|
||||||
**Here is an example of a Wheel configuration with explanation:**
|
**Here is an example of a Wheel configuration with explanation:**
|
||||||
|
|
||||||
```json
|
```hjson
|
||||||
{
|
{
|
||||||
# The type of part (should always be "wheel" for vehicle wheels)
|
# The type of part (should always be "wheel" for vehicle wheels)
|
||||||
type: wheel
|
type: wheel
|
||||||
|
|
Loading…
Reference in a new issue