summaryrefslogtreecommitdiff
path: root/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet.json
diff options
context:
space:
mode:
authorLance5057 <Lance5057@gmail.com>2017-03-12 18:15:17 -0500
committerLance5057 <Lance5057@gmail.com>2017-03-12 18:15:17 -0500
commitf692d8983ee8787843d874ae1aa329c1439e3223 (patch)
treea19cbd6d584d0ccd3d6117d63489168a89a19c3c /TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet.json
parenta7ea7c80bff70096191fd772a0416aec15d41a69 (diff)
Hopefully this unfucks whatever got fucked.
Diffstat (limited to 'TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet.json')
-rw-r--r--TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet.json81
1 files changed, 81 insertions, 0 deletions
diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet.json
new file mode 100644
index 0000000..6e87062
--- /dev/null
+++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet.json
@@ -0,0 +1,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)"
+ }
+ ]
+} \ No newline at end of file