{
    "parent": "minecraft:block/cube",
    "textures": {
      "down": "tooltrims:block/toolsmithing_table_bottom",
      "east": "tooltrims:block/toolsmithing_table_side",
      "north": "tooltrims:block/toolsmithing_table_front",
      "particle": "tooltrims:block/toolsmithing_table_front",
      "south": "tooltrims:block/toolsmithing_table_front",
      "up": "tooltrims:block/toolsmithing_table_top",
      "west": "tooltrims:block/toolsmithing_table_side"
    },
    "elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#north", "cullface": "north"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#east", "cullface": "east"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#south", "cullface": "south"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#west", "cullface": "west"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "up"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#up", "cullface": "down"}
			}
		}
	],
	"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]
		},
		"head": {
			"translation": [0, -30.4, 0],
			"scale": [1.605, 1.605, 1.605]
		},
		"fixed": {
			"scale": [0.5, 0.5, 0.5]
		}
	}
  }