From 5f6132988e01d13d8415ffb8919cbccd5530db93 Mon Sep 17 00:00:00 2001 From: SBDeveloper Date: Thu, 9 Jan 2025 21:39:16 +0100 Subject: [PATCH] Added hjson formatting --- vehiclesplus-v3/types/cars.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vehiclesplus-v3/types/cars.md b/vehiclesplus-v3/types/cars.md index 52df417..d343e48 100644 --- a/vehiclesplus-v3/types/cars.md +++ b/vehiclesplus-v3/types/cars.md @@ -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:** -```json +```hjson { # The type of part (should always be "skin" for vehicle bodies) 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:** -```json +```hjson { # The type of part (should always be "seat" for vehicle seats) 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:** -```json +```hjson { # The type of part (should always be "wheel" for vehicle wheels) type: wheel