{
	"general": {
	"name": "§3UNU I12 Heavy Engine",
		"type": "engine_car",
		"customType": "i12h",
		"materials": ["minecraft:iron_block:0:2", "unuparts:unuparts_decor_unu_piston:0:12"] //Vanilla
		//"materials": ["immersiveengineering:metal_decoration0:5:1", "unuparts:unuparts_decor_unu_piston:0:12", "immersiveengineering:material:9:6"] //Immersive Engineering
	},
	
	"engine": {
		"isAutomatic": true,
		"starterPower": 45,
		"starterDuration": 8,
		"maxRPM": 5500,
		"fuelConsumption": 1.1,
		"fuelType": "diesel",
		"gearRatios": [-2.0, 0.0, 3.0, 2.0, 1.25],//[-4.0, 0.0, 6.0, 4.0, 2.5],//[-2.0, 0.0, 3.0, 2.0, 1.25],
		"repairMaterials": ["minecraft:iron_ingot:0:12"] //Vanilla
		//"repairMaterials": ["immersiveengineering:metal:8:12"] //Immersive Engineering]
	},
	
	"rendering": {
		"rotatableModelObjects": [
			{
				"partName": "$fan",
				"rotationPoint": [0.0, 0.40625, 0.0],
				"rotationAxis": [0, 0, 1.5],
				"rotationVariable": "engine_rotation"
			},
			{
				"partName": "$crankpulley",
				"rotationPoint": [0.0, 0.0, 0.0],
				"rotationAxis": [0, 0, 1],
				"rotationVariable": "engine_rotation"
			},
			{
				"partName": "$engine",
				"rotationPoint": [0.0, 0.001, 0.0],
				"rotationAxis": [0, 0, 1],
				"rotationVariable": "engine_rotation"
			},
			{
				"partName": "$engine",
				"rotationPoint": [0.0, -0.001, 0.0],
				"rotationAxis": [0, 0, -1],
				"rotationVariable": "engine_rotation"
			}
		]
	}
}
