RyanHub – file viewer
filename: common/src/main/resources/assets/oritech/models/block/generic_pipe_connection.json
branch: 1.21
back to repo
{
	"credit": "Made with Blockbench",
	"texture_size": [32, 32],
	"textures": {
		"0": "oritech:block/generic_pipe",
		"particle": "oritech:block/generic_pipe"
	},
	"elements": [
		{
			"name": "pipe_inner",
			"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"}
			}
		}
	]
}