Added hjson formatting

This commit is contained in:
Stijn Bannink 2025-01-09 21:39:16 +01:00
parent 551246f557
commit 5f6132988e
Signed by: SBDeveloper
GPG key ID: B730712F2C3A9D7A

View file

@ -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