-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
108 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
84 changes: 84 additions & 0 deletions
84
src/main/resources/assets/mini_tardis/models/item/interior_door.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"texture_size": [128, 128], | ||
"textures": { | ||
"0": "mini_tardis:item/interior_door", | ||
"particle": "mini_tardis:item/interior_door" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [0, -16, 0], | ||
"to": [16, 16, 16], | ||
"faces": { | ||
"north": {"uv": [0, 0, 2, 4], "texture": "#0"}, | ||
"east": {"uv": [2, 0, 4, 4], "texture": "#0"}, | ||
"south": {"uv": [2, 0, 4, 4], "texture": "#0"}, | ||
"west": {"uv": [2, 0, 4, 4], "texture": "#0"} | ||
} | ||
}, | ||
{ | ||
"from": [15, -15, -1], | ||
"to": [17, 16, 1], | ||
"faces": { | ||
"north": {"uv": [4.25, 0, 4.5, 3.875], "texture": "#0"}, | ||
"east": {"uv": [4, 0, 4.25, 3.875], "texture": "#0"}, | ||
"south": {"uv": [4.75, 0, 5, 3.875], "texture": "#0"}, | ||
"west": {"uv": [4.5, 0, 4.75, 3.875], "texture": "#0"} | ||
} | ||
}, | ||
{ | ||
"from": [-1, -15, -1], | ||
"to": [1, 16, 1], | ||
"faces": { | ||
"north": {"uv": [4.25, 0, 4.5, 3.875], "texture": "#0"}, | ||
"east": {"uv": [4, 0, 4.25, 3.875], "texture": "#0"}, | ||
"south": {"uv": [4.75, 0, 5, 3.875], "texture": "#0"}, | ||
"west": {"uv": [4.5, 0, 4.75, 3.875], "texture": "#0"} | ||
} | ||
}, | ||
{ | ||
"from": [-1, -15, 15], | ||
"to": [1, 16, 17], | ||
"faces": { | ||
"north": {"uv": [4.25, 0, 4.5, 3.875], "texture": "#0"}, | ||
"east": {"uv": [4, 0, 4.25, 3.875], "texture": "#0"}, | ||
"south": {"uv": [4.75, 0, 5, 3.875], "texture": "#0"}, | ||
"west": {"uv": [4.5, 0, 4.75, 3.875], "texture": "#0"} | ||
} | ||
}, | ||
{ | ||
"from": [15, -15, 15], | ||
"to": [17, 16, 17], | ||
"faces": { | ||
"north": {"uv": [4.25, 0, 4.5, 3.875], "texture": "#0"}, | ||
"east": {"uv": [4, 0, 4.25, 3.875], "texture": "#0"}, | ||
"south": {"uv": [4.75, 0, 5, 3.875], "texture": "#0"}, | ||
"west": {"uv": [4.5, 0, 4.75, 3.875], "texture": "#0"} | ||
} | ||
}, | ||
{ | ||
"from": [-1, -16, -1], | ||
"to": [17, -15, 17], | ||
"faces": { | ||
"north": {"uv": [0, 6.25, 2.25, 6.375], "texture": "#0"}, | ||
"east": {"uv": [0, 6.25, 2.25, 6.375], "texture": "#0"}, | ||
"south": {"uv": [0, 6.25, 2.25, 6.375], "texture": "#0"}, | ||
"west": {"uv": [0, 6.25, 2.25, 6.375], "texture": "#0"}, | ||
"up": {"uv": [0, 4, 2.25, 6.25], "texture": "#0"}, | ||
"down": {"uv": [0, 4, 2.25, 6.25], "texture": "#0"} | ||
} | ||
}, | ||
{ | ||
"from": [-1, 16, -1], | ||
"to": [17, 17, 17], | ||
"faces": { | ||
"north": {"uv": [0, 6.25, 2.25, 6.375], "texture": "#0"}, | ||
"east": {"uv": [0, 6.25, 2.25, 6.375], "texture": "#0"}, | ||
"south": {"uv": [0, 6.25, 2.25, 6.375], "texture": "#0"}, | ||
"west": {"uv": [0, 6.25, 2.25, 6.375], "texture": "#0"}, | ||
"up": {"uv": [0, 4, 2.25, 6.25], "texture": "#0"}, | ||
"down": {"uv": [0, 4, 2.25, 6.25], "texture": "#0"} | ||
} | ||
} | ||
] | ||
} |
Binary file added
BIN
+703 Bytes
src/main/resources/assets/mini_tardis/textures/item/interior_door.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.