summaryrefslogtreecommitdiff
path: root/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet.json
blob: 6e870626785233507e1b73d64e97143326d70f22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
    "comment": "Model is facing South (as in: the block it's connected to is south of it)",
    "textures": {
        "tex": "tconstruct:blocks/smeltery/faucet",
        "particle": "tconstruct:blocks/smeltery/faucet"
    },
	"display": {
		"gui": {
			"rotation": [ 30, 225, 0 ],
			"translation": [ 3, -1, 0 ],
			"scale": [ 0.9375, 0.9375, 0.9375 ]
		},
		"ground": {
			"translation": [ 0, 3, -1 ],
			"scale": [ 0.25, 0.25, 0.25 ]
		},
		"fixed": {
			"translation": [ 0, 0, -1 ],
			"scale": [ 0.5, 0.5, 0.5 ]
		},
		"thirdperson_righthand": {
			"rotation": [ 75, 45, 0 ],
			"translation": [ 0, 3, 0.5 ],
			"scale": [ 0.4, 0.4, 0.4 ]
		},
		"thirdperson_lefthand": {
			"rotation": [ 75, 45, 0 ],
			"translation": [ 0, 3, 0.5 ],
			"scale": [ 0.4, 0.4, 0.4 ]
		},
		"firstperson_righthand": {
			"rotation": [ 0, 135, 0 ],
			"translation": [ 0, 0.5, 0 ],
			"scale": [ 0.5, 0.5, 0.5 ]
		},
		"firstperson_lefthand": {
			"rotation": [ 0, 135, 0 ],
			"translation": [ 0, 0.5, 0 ],
			"scale": [ 0.5, 0.5, 0.5 ]
		}
	},
	"elements": [
		{
		 "from": [  4,  4, 10 ],
         "to":   [ 12,  6, 16 ],
         "faces": {
			"up":    { "uv": [  4, 10, 12, 16 ], "texture": "#tex"},
            "down":  { "uv": [  4, 10, 12, 16 ], "texture": "#tex", "rotation": 180},
            "north": { "uv": [  4,  8, 12, 10 ], "texture": "#tex"},
            "east":  { "uv": [ 12, 10, 14, 16 ], "texture": "#tex", "rotation": 90},
            "south": { "uv": [  4, 10, 12,  8 ], "texture": "#tex"},
            "west":  { "uv": [  2, 10,  4, 16 ], "texture": "#tex", "rotation": 270 }
         },
		 "__comment": "The bottom platform, facing south with the dark texture side"
		},
        {
		 "from": [ 10,  6, 10 ],
         "to":   [ 12, 10, 16 ],
         "faces": {
			"up":    { "uv": [ 13, 10, 15, 16 ], "texture": "#tex"},
            "north": { "uv": [  6, 10,  8,  6 ], "texture": "#tex"},
            "east":  { "uv": [  8, 10, 12, 16 ], "texture": "#tex", "rotation": 90},
            "south": { "uv": [  6, 10,  8,  6 ], "texture": "#tex"},
            "west":  { "uv": [  2, 10,  6, 16 ], "texture": "#tex", "rotation": 270}
         },
		 "__comment": "Left side from front (east)"
		},
        {
		 "from": [  4,  6, 10 ],
         "to":   [  6, 10, 16 ],
         "faces": {
			"up":    { "uv": [  1, 10,  3, 16 ], "texture": "#tex"},
            "north": { "uv": [  6, 10,  8,  6 ], "texture": "#tex"},
            "east":  { "uv": [  2, 10,  6, 16 ], "texture": "#tex", "rotation": 90},
            "south": { "uv": [  6, 10,  4,  6 ], "texture": "#tex"},
            "west":  { "uv": [  6, 10, 12, 16 ], "texture": "#tex", "rotation": 270}
         },
		 "__comment": "Right side from front (west)"
		}
	]
}