{
	"general": {
	"name" : "§3UNU I10 Heavy Engine",
		"type" : "engine_car",
		"customType" : "i10h",
		"materials" : ["minecraft:iron_block:0:2", "unuparts:unuparts_decor_unu_piston:0:10"] //Vanilla
		//"materials" : ["immersiveengineering:metal_decoration0:5:1", "unuparts:unuparts_decor_unu_piston:0:10", "immersiveengineering:material:9:5"] //Immersive Engineering
	},
	
	"engine" : {
		"isAutomatic" : true,
		"starterPower" : 45,
		"starterDuration" : 8,
		"maxRPM" : 5750,
		"fuelConsumption" : 0.95,
		"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:10"] //Vanilla
		//"repairMaterials" : ["immersiveengineering:metal:8:10"] //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"
			}
		]
	}
}
