diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/nether_portal.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/nether_portal.json')
| -rwxr-xr-x | assets/minecraft/models/block/nether_portal.json | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/nether_portal.json b/assets/minecraft/models/block/nether_portal.json new file mode 100755 index 00000000..74ab3f2c --- /dev/null +++ b/assets/minecraft/models/block/nether_portal.json | |||
| @@ -0,0 +1,67 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "1": "block/nether_portal_fog", | ||
| 5 | "particle": "block/air", | ||
| 6 | "portal": "block/nether_portal" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [0, 0, 6], | ||
| 11 | "to": [16, 16, 10], | ||
| 12 | "shade": false, | ||
| 13 | "faces": { | ||
| 14 | "north": {"uv": [0, 0, 16, 16], "texture": "#portal"}, | ||
| 15 | "south": {"uv": [0, 0, 16, 16], "texture": "#portal"} | ||
| 16 | } | ||
| 17 | }, | ||
| 18 | { | ||
| 19 | "from": [0.01, 0, -5], | ||
| 20 | "to": [0.01, 16, 6], | ||
| 21 | "shade": false, | ||
| 22 | "faces": { | ||
| 23 | "east": {"uv": [9.5, 0, 15, 8], "texture": "#1"} | ||
| 24 | } | ||
| 25 | }, | ||
| 26 | { | ||
| 27 | "from": [15.99, 0, -5], | ||
| 28 | "to": [15.99, 16, 6], | ||
| 29 | "shade": false, | ||
| 30 | "faces": { | ||
| 31 | "west": {"uv": [1, 0, 6.5, 8], "texture": "#1"} | ||
| 32 | } | ||
| 33 | }, | ||
| 34 | { | ||
| 35 | "from": [15.99, 0, 10], | ||
| 36 | "to": [15.99, 16, 21], | ||
| 37 | "shade": false, | ||
| 38 | "faces": { | ||
| 39 | "west": {"uv": [9.5, 0, 15, 8], "texture": "#1"} | ||
| 40 | } | ||
| 41 | }, | ||
| 42 | { | ||
| 43 | "from": [0.01, 0, 10], | ||
| 44 | "to": [0.01, 16, 21], | ||
| 45 | "shade": false, | ||
| 46 | "faces": { | ||
| 47 | "east": {"uv": [1, 0, 6.5, 8], "texture": "#1"} | ||
| 48 | } | ||
| 49 | }, | ||
| 50 | { | ||
| 51 | "from": [0, 0.01, 10], | ||
| 52 | "to": [16, 0.01, 21], | ||
| 53 | "shade": false, | ||
| 54 | "faces": { | ||
| 55 | "up": {"uv": [9.5, 0, 15, 8], "rotation": 90, "texture": "#1"} | ||
| 56 | } | ||
| 57 | }, | ||
| 58 | { | ||
| 59 | "from": [0, 0.01, -5], | ||
| 60 | "to": [16, 0.01, 6], | ||
| 61 | "shade": false, | ||
| 62 | "faces": { | ||
| 63 | "up": {"uv": [1, 0, 6.5, 8], "rotation": 90, "texture": "#1"} | ||
| 64 | } | ||
| 65 | } | ||
| 66 | ] | ||
| 67 | } \ No newline at end of file | ||