From 870fd36d28dc8160a36e49dff173ba2b000618b9 Mon Sep 17 00:00:00 2001 From: Lance5057 Date: Sat, 10 Feb 2018 09:28:54 -0600 Subject: Did some clean up. --- .../assets/tconstruct/models/block/faucet.json | 81 ---------------------- 1 file changed, 81 deletions(-) delete mode 100644 TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet.json (limited to 'TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet.json') 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 deleted file mode 100644 index 6e87062..0000000 --- a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "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 -- cgit v1.2.3