{
	"definitions": [//Dyes: Black=0 Red =1 Green=2 Brown=3 Blue=4 Purple=5 UNU=6 Silver=7 Grey=8 Pink=9 Lime=10 Yellow=11 Light Blue=12 Magenta=13 Orange=14 White=15
		{
			"subName": "",
			"extraMaterials": []
		}
	],
	
	"general": {
		"numberWindows": 0,
		"type": "car",
		"openTop": false,
		"emptyMass": 1000,
		"stackSize": 1,
		"materials": ["minecraft:planks:0:4"] //Vanilla
		//"materials": ["minecraft:planks:0:4"] //Immersive Engineering
	},

	"motorized": {
		"fuelCapacity": 0,
		"instruments": [],
		"controls":[],
		"hookupPos": [0, 0, 0],
		"hookupType": "pallet"
	},

	"car": {
		"isBigTruck": false,
		"isFrontWheelDrive": false,
		"isRearWheelDrive": false,
		"dragCoefficient": 0.8,
		"axleRatio": 0.0
	},
	
	"parts": [
		{
			"pos": [-0.4375, 0.5, -0.4375],
			"types": ["crate"],
			"minValue": 2,
			"maxValue": 3
		},
		{
			"pos": [-0.4375, 0.5, 0.4375],
			"types": ["crate"],
			"minValue": 2,
			"maxValue": 3
		},
		{
			"pos": [0.4375, 0.5, 0.4375],
			"types": ["crate"],
			"minValue": 2,
			"maxValue": 3
		},
		{
			"pos": [0.4375, 0.5, -0.4375],
			"types": ["crate"],
			"minValue": 2,
			"maxValue": 3
		},
		{
			"pos": [0.4375, 1.25, 0.4375],
			"types": ["crate"],
			"minValue": 2,
			"maxValue": 3
		},
		{
			"pos": [-0.4375, 1.25, 0.4375],
			"types": ["crate"],
			"minValue": 2,
			"maxValue": 3
		},
		{
			"pos": [-0.4375, 1.25, -0.4375],
			"types": ["crate"],
			"minValue": 2,
			"maxValue": 3
		},
		{
			"pos": [0.4375, 1.25, -0.4375],
			"types": ["crate"],
			"minValue": 2,
			"maxValue": 3
		}
	],
	
	"collision": [
		{
			"pos": [0, 0.0625, 0],
			"width": 1.75,
			"height": 0.125
		},
		{
			"pos": [-0.4375, -0.0625, -0.4375],
			"width": 0.875,
			"height": 0.125
		},
		{
			"pos": [-0.4375, -0.0625, 0.4375],
			"width": 0.875,
			"height": 0.125
		},
		{
			"pos": [0.4375, -0.0625, -0.4375],
			"width": 0.875,
			"height": 0.125
		},
		{
			"pos": [0.4375, -0.0625, 0.4375],
			"width": 0.875,
			"height": 0.125
		}
	],

	"rendering": {
  		"hudBackplaneTexturePercentages": [0, 0, 0, 0],
		"hudMouldingTexturePercentages": [0, 0, 0, 0],
		"defaultDisplayText": "BT-0000",
		"displayTextMaxLength": 7,
		"textMarkings": [],
		"rotatableModelObjects": []
	}
}