RyanHub - file viewer
filename: common/src/main/resources/assets/oritech/models/block/superconductor.json
branch: 1.21
back to repo
{
	"credit": "Made with Blockbench",
	"texture_size": [32, 32],
	"textures": {
		"0": "oritech:block/superconductor",
		"particle": "oritech:block/machine_particle_texture"
	},
	"elements": [
		{
			"name": "cable_junction_core",
			"from": [5, 5, 5],
			"to": [11, 11, 11],
			"faces": {
				"north": {"uv": [0, 0, 3, 3], "texture": "#0"},
				"east": {"uv": [0, 3, 3, 6], "texture": "#0"},
				"south": {"uv": [3, 0, 6, 3], "texture": "#0"},
				"west": {"uv": [3, 3, 6, 6], "texture": "#0"},
				"up": {"uv": [3, 9, 0, 6], "texture": "#0"},
				"down": {"uv": [9, 0, 6, 3], "texture": "#0"}
			}
		},
		{
			"name": "cable_junction_north",
			"from": [5, 5, 0],
			"to": [11, 11, 5],
			"faces": {
				"north": {"uv": [3, 6, 6, 9], "texture": "#0"},
				"east": {"uv": [6, 6, 8.5, 9], "texture": "#0"},
				"south": {"uv": [6, 3, 9, 6], "texture": "#0"},
				"west": {"uv": [8.5, 6, 11, 9], "texture": "#0"},
				"up": {"uv": [3, 11.5, 0, 9], "texture": "#0"},
				"down": {"uv": [12, 0, 9, 2.5], "texture": "#0"}
			}
		}
	],
	"display": {
		"thirdperson_righthand": {
			"rotation": [75, 45, 0],
			"translation": [0, 2.5, 0],
			"scale": [0.375, 0.375, 0.375]
		},
		"thirdperson_lefthand": {
			"rotation": [75, 45, 0],
			"translation": [0, 2.5, 0],
			"scale": [0.375, 0.375, 0.375]
		},
		"firstperson_righthand": {
			"rotation": [0, 45, 0],
			"scale": [0.4, 0.4, 0.4]
		},
		"firstperson_lefthand": {
			"rotation": [0, 225, 0],
			"scale": [0.4, 0.4, 0.4]
		},
		"ground": {
			"translation": [0, 3, 0],
			"scale": [0.25, 0.25, 0.25]
		},
		"gui": {
			"rotation": [30, 225, 0],
			"scale": [0.625, 0.625, 0.625]
		},
		"fixed": {
			"scale": [0.5, 0.5, 0.5]
		}
	}
}