{
	"credit": "Made with Blockbench",
	"parent": "block/block",
	"textures": {
		"2": "block/anvil_side",
		"3": "block/anvil_front",
		"4": "block/anvil_alt",
		"particle": "block/anvil",
		"body": "block/anvil",
		"top": "block/anvil_top"
	},
	"elements": [
		{
			"name": "Anvil base",
			"from": [2, 0, 2],
			"to": [14, 4, 14],
			"faces": {
				"north": {"uv": [0, 2, 4, 14], "rotation": 90, "texture": "#4"},
				"east": {"uv": [4, 2, 0, 14], "rotation": 270, "texture": "#4"},
				"south": {"uv": [0, 2, 4, 14], "rotation": 90, "texture": "#4"},
				"west": {"uv": [0, 2, 4, 14], "rotation": 90, "texture": "#4"},
				"up": {"uv": [2, 2, 14, 14], "rotation": 180, "texture": "#body"},
				"down": {"uv": [2, 2, 14, 14], "rotation": 180, "texture": "#body", "cullface": "down"}
			}
		},
		{
			"name": "Lower narrow portion",
			"from": [4, 4, 3],
			"to": [12, 5, 13],
			"faces": {
				"north": {"uv": [4, 11, 12, 12], "texture": "#body"},
				"east": {"uv": [5, 3, 4, 13], "rotation": 270, "texture": "#body"},
				"south": {"uv": [4, 11, 12, 12], "texture": "#body"},
				"west": {"uv": [4, 3, 5, 13], "rotation": 90, "texture": "#body"},
				"up": {"uv": [4, 3, 12, 13], "rotation": 180, "texture": "#body"}
			}
		},
		{
			"name": "Wider section beneath top portion",
			"from": [6, 5, 4],
			"to": [10, 10, 12],
			"faces": {
				"north": {"uv": [6, 6, 10, 11], "texture": "#4"},
				"east": {"uv": [10, 5, 5, 13], "rotation": 270, "texture": "#4"},
				"south": {"uv": [6, 6, 10, 11], "texture": "#4"},
				"west": {"uv": [5, 5, 10, 13], "rotation": 90, "texture": "#4"}
			}
		},
		{
			"name": "Anvil top",
			"from": [3, 10, 0],
			"to": [13, 16, 16],
			"faces": {
				"north": {"uv": [3, 10, 13, 16], "texture": "#3"},
				"east": {"uv": [11, 0, 5, 16], "rotation": 270, "texture": "#2"},
				"south": {"uv": [3, 10, 13, 16], "texture": "#3"},
				"west": {"uv": [5, 0, 11, 16], "rotation": 90, "texture": "#2"},
				"up": {"uv": [3, 0, 13, 16], "rotation": 180, "texture": "#top"},
				"down": {"uv": [3, 0, 13, 16], "rotation": 180, "texture": "#top"}
			}
		}
	],
	"display": {
		"fixed": {
			"rotation": [0, 90, 0],
			"scale": [0.5, 0.5, 0.5]
		}
	}
}