-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added GUI textures and Blue Roof blocks (Endstone Brick Stairs)
- Loading branch information
1 parent
7d19703
commit ed306d0
Showing
46 changed files
with
472 additions
and
0 deletions.
There are no files selected for viewing
132 changes: 132 additions & 0 deletions
132
assets/minecraft/models/block/end_stone_brick_stairs.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,132 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"texture_size": [32, 32], | ||
"textures": { | ||
"1": "block/bricks_var2", | ||
"particle": "block/bricks_var2" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [-4.54802, 5.29959, -0.05], | ||
"to": [3.70198, 9.29959, 16.025], | ||
"rotation": {"angle": 22.5, "axis": "z", "origin": [7.32103, 10.8289, 8]}, | ||
"faces": { | ||
"north": {"uv": [2.25, 5.75, 0, 4.5], "texture": "#1"}, | ||
"east": {"uv": [12.5, 9.5, 10.5, 5.5], "texture": "#1"}, | ||
"south": {"uv": [0, 5.75, 2.25, 4.5], "texture": "#1"}, | ||
"west": {"uv": [4, 0, 7.975, 1], "texture": "#1"}, | ||
"up": {"uv": [0, 0, 3.925, 2], "rotation": 90, "texture": "#1"}, | ||
"down": {"uv": [8, 7.75, 5.75, 4.5], "texture": "#1"} | ||
} | ||
}, | ||
{ | ||
"from": [2.81929, 7.87571, -0.025], | ||
"to": [11.06929, 11.87571, 16.05], | ||
"rotation": {"angle": 22.5, "axis": "z", "origin": [6.82103, 9.3289, 8]}, | ||
"faces": { | ||
"north": {"uv": [2.25, 5.75, 0, 4.5], "texture": "#1"}, | ||
"east": {"uv": [8, 12, 6, 8], "texture": "#1"}, | ||
"south": {"uv": [0, 5.75, 2.25, 4.5], "texture": "#1"}, | ||
"west": {"uv": [4, 0, 7.975, 1], "texture": "#1"}, | ||
"up": {"uv": [0, 2, 3.975, 4], "rotation": 90, "texture": "#1"}, | ||
"down": {"uv": [8, 12, 6, 8], "texture": "#1"} | ||
} | ||
}, | ||
{ | ||
"from": [10.68661, 10.45183, -0.075], | ||
"to": [19.48661, 14.45183, 16.055], | ||
"rotation": {"angle": 22.5, "axis": "z", "origin": [6.82103, 7.8289, 8]}, | ||
"faces": { | ||
"north": {"uv": [2.25, 5.75, 0, 4.5], "texture": "#1"}, | ||
"east": {"uv": [4, 1, 0, 0], "texture": "#1"}, | ||
"south": {"uv": [0, 5.75, 2.25, 4.5], "texture": "#1"}, | ||
"west": {"uv": [4, 0, 7.975, 1], "texture": "#1"}, | ||
"up": {"uv": [0, 0, 3.975, 2], "rotation": 90, "texture": "#1"}, | ||
"down": {"uv": [7, 4, 5, 0], "texture": "#1"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 0, 0], | ||
"to": [16, 4, 16], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [7.32103, 9.3289, 8]}, | ||
"faces": { | ||
"north": {"uv": [0, 3, 4, 4], "texture": "#1"}, | ||
"east": {"uv": [4, 3, 0, 4], "texture": "#1"}, | ||
"south": {"uv": [4, 3, 0, 4], "texture": "#1"}, | ||
"west": {"uv": [0, 3, 4, 4], "texture": "#1"}, | ||
"up": {"uv": [0, 0, 8, 8], "texture": "#missing"}, | ||
"down": {"uv": [0, 0, 4, 4], "texture": "#1"} | ||
} | ||
}, | ||
{ | ||
"from": [4.25, 4, 0], | ||
"to": [16, 8, 16], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [7.32103, 9.3289, 8]}, | ||
"faces": { | ||
"north": {"uv": [0, 2, 2.925, 3], "texture": "#1"}, | ||
"east": {"uv": [4, 2, 0, 3], "texture": "#1"}, | ||
"south": {"uv": [2.95, 2, 0, 3], "texture": "#1"}, | ||
"west": {"uv": [0, 0, 4, 1], "texture": "#missing"}, | ||
"up": {"uv": [0, 0, 5.875, 8], "texture": "#missing"}, | ||
"down": {"uv": [0, 0, 2.9375, 4], "texture": "#missing"} | ||
} | ||
}, | ||
{ | ||
"from": [7.25, 8, 0], | ||
"to": [16, 12, 16], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [7.32103, 9.3289, 8]}, | ||
"faces": { | ||
"north": {"uv": [0, 1, 2.15, 2], "texture": "#1"}, | ||
"east": {"uv": [4, 1, 0, 2], "texture": "#1"}, | ||
"south": {"uv": [2.2, 1, 0, 2], "texture": "#1"}, | ||
"west": {"uv": [0, 0, 4, 1], "texture": "#missing"}, | ||
"up": {"uv": [0, 0, 4.375, 8], "texture": "#missing"}, | ||
"down": {"uv": [0, 0, 2.1875, 4], "texture": "#missing"} | ||
} | ||
}, | ||
{ | ||
"from": [10.25, 12, 0], | ||
"to": [16, 16, 16], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [7.32103, 9.3289, 8]}, | ||
"faces": { | ||
"north": {"uv": [0, 0, 1.425, 1], "texture": "#1"}, | ||
"east": {"uv": [4, 0, 0, 1], "texture": "#1"}, | ||
"south": {"uv": [1.45, 0, 0, 1], "texture": "#1"}, | ||
"west": {"uv": [0, 0, 4, 1], "texture": "#missing"}, | ||
"up": {"uv": [0, 0, 2.875, 8], "texture": "#missing"}, | ||
"down": {"uv": [0, 0, 1.4375, 4], "texture": "#missing"} | ||
} | ||
} | ||
], | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"thirdperson_lefthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [0, 45, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"firstperson_lefthand": { | ||
"rotation": [0, 225, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"ground": { | ||
"translation": [0, 3, 0], | ||
"scale": [0.25, 0.25, 0.25] | ||
}, | ||
"gui": { | ||
"rotation": [30, 63, 0], | ||
"scale": [0.625, 0.625, 0.625] | ||
}, | ||
"fixed": { | ||
"scale": [0.5, 0.5, 0.5] | ||
} | ||
} | ||
} |
176 changes: 176 additions & 0 deletions
176
assets/minecraft/models/block/end_stone_brick_stairs_inner.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,176 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"textures": { | ||
"2": "block/bricks_var2" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [0.4965, 2.81457, -0.29603], | ||
"to": [5.3965, 6.81457, 4.62897], | ||
"rotation": {"angle": 22.5, "axis": "z", "origin": [2.1465, 4.81457, 7.67897]}, | ||
"faces": { | ||
"north": {"uv": [1.4625, 5.75, 0, 4.25], "texture": "#2"}, | ||
"east": {"uv": [8, 8, 11.9625, 10], "texture": "#2"}, | ||
"south": {"uv": [0, 2, 2.4625, 4], "texture": "#2"}, | ||
"west": {"uv": [0, 6, 3.9625, 8], "texture": "#2"}, | ||
"up": {"uv": [0, 0, 1.1375, 1.9625], "rotation": 90, "texture": "#2"}, | ||
"down": {"uv": [11.875, 8, 14.3375, 11.9625], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [2.60509, 8.2161, -0.19603], | ||
"to": [10.85509, 12.2161, 15.80397], | ||
"rotation": {"angle": 22.5, "axis": "z", "origin": [7.60509, 10.2161, 7.82897]}, | ||
"faces": { | ||
"north": {"uv": [2.25, 5.75, 0, 4.5], "texture": "#2"}, | ||
"east": {"uv": [8, 12, 6, 8], "texture": "#2"}, | ||
"south": {"uv": [0, 2, 4, 0], "texture": "#2"}, | ||
"west": {"uv": [4, 0, 7.75, 1], "texture": "#2"}, | ||
"up": {"uv": [0, 0, 4.025, 2], "rotation": 90, "texture": "#2"}, | ||
"down": {"uv": [8, 12, 6, 8], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [8.31367, 13.49264, -0.14603], | ||
"to": [17.01367, 17.49264, 15.90397], | ||
"rotation": {"angle": 22.5, "axis": "z", "origin": [13.31367, 15.49264, 7.92897]}, | ||
"faces": { | ||
"north": {"uv": [2.25, 5.75, 0, 4.25], "texture": "#2"}, | ||
"east": {"uv": [0, 1.25, 4.025, 0], "rotation": 180, "texture": "#2"}, | ||
"south": {"uv": [12, 5, 16, 3], "texture": "#2"}, | ||
"west": {"uv": [4, 0, 8.025, 1], "texture": "#2"}, | ||
"up": {"uv": [0, 0, 4.025, 2], "rotation": 90, "texture": "#2"}, | ||
"down": {"uv": [6, 12, 4, 8], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [0.02103, 10.45183, 10.61558], | ||
"to": [15.92103, 14.45183, 19.31558], | ||
"rotation": {"angle": -22.5, "axis": "x", "origin": [8.07103, 7.8289, 6.75]}, | ||
"faces": { | ||
"north": {"uv": [4, 0, 8.025, 1], "texture": "#2"}, | ||
"east": {"uv": [4, 2, 0, 0], "texture": "#2"}, | ||
"south": {"uv": [0, 1.25, 4.025, 0], "rotation": 180, "texture": "#2"}, | ||
"west": {"uv": [0, 5.75, 2.25, 4.25], "texture": "#2"}, | ||
"up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#2"}, | ||
"down": {"uv": [6, 12, 4, 8], "rotation": 270, "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [-0.07897, 7.87571, 2.74826], | ||
"to": [15.87103, 11.87571, 10.99826], | ||
"rotation": {"angle": -22.5, "axis": "x", "origin": [7.97103, 9.3289, 6.75]}, | ||
"faces": { | ||
"north": {"uv": [4, 0, 8.025, 1], "texture": "#2"}, | ||
"east": {"uv": [4, 2, 0, 0], "texture": "#2"}, | ||
"south": {"uv": [8, 12, 6, 8], "texture": "#2"}, | ||
"west": {"uv": [0, 5.75, 2.25, 4.25], "texture": "#2"}, | ||
"up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#2"}, | ||
"down": {"uv": [8, 12, 6, 8], "rotation": 270, "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [-0.15397, 5.17459, -1.49405], | ||
"to": [4.79603, 9.17459, 3.38095], | ||
"rotation": {"angle": -22.5, "axis": "x", "origin": [7.82103, 10.7039, 7]}, | ||
"faces": { | ||
"north": {"uv": [0, 6, 3.975, 8], "texture": "#2"}, | ||
"east": {"uv": [4, 2, 6.4375, 4], "texture": "#2"}, | ||
"south": {"uv": [8, 8, 11.975, 10], "texture": "#2"}, | ||
"west": {"uv": [0, 4.25, 1.4375, 5.75], "texture": "#2"}, | ||
"up": {"uv": [1.7, 0, 2.725, 1.9375], "rotation": 180, "texture": "#2"}, | ||
"down": {"uv": [11.875, 8, 14.3125, 11.975], "rotation": 270, "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 0, -0.075], | ||
"to": [16, 4, 16], | ||
"faces": { | ||
"north": {"uv": [3.9625, 3, 0, 4], "texture": "#2"}, | ||
"east": {"uv": [4, 3, 0, 4], "texture": "#2"}, | ||
"south": {"uv": [4, 3, 0, 4], "texture": "#2"}, | ||
"west": {"uv": [4, 3, 0, 4], "texture": "#2"}, | ||
"up": {"uv": [0, 0, 8, 8], "texture": "#2"}, | ||
"down": {"uv": [0, 0, 4, 4], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [4.25, 4, -0.075], | ||
"to": [16, 8, 16], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 0]}, | ||
"faces": { | ||
"north": {"uv": [3.9875, 2, 1.025, 2.9875], "texture": "#2"}, | ||
"east": {"uv": [4, 2, 0, 3], "texture": "#2"}, | ||
"south": {"uv": [2.925, 2, 0, 3], "texture": "#2"}, | ||
"west": {"uv": [0, 0, 4, 1], "texture": "#2"}, | ||
"up": {"uv": [0, 0, 5.875, 8], "texture": "#2"}, | ||
"down": {"uv": [0, 0, 2.9375, 4], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [7.25, 8, -0.075], | ||
"to": [16, 12, 16], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, | ||
"faces": { | ||
"north": {"uv": [3.9875, 1, 1.75, 2], "texture": "#2"}, | ||
"east": {"uv": [4, 1, 0, 2], "texture": "#2"}, | ||
"south": {"uv": [2.1625, 1, 0, 2], "texture": "#2"}, | ||
"west": {"uv": [0, 0, 4, 1], "texture": "#2"}, | ||
"up": {"uv": [0, 0, 4.375, 8], "texture": "#2"}, | ||
"down": {"uv": [0, 0, 2.1875, 4], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [10.25, 12, -0.075], | ||
"to": [16, 16, 16], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 0]}, | ||
"faces": { | ||
"north": {"uv": [4, 2, 2.5125, 3.05], "texture": "#2"}, | ||
"east": {"uv": [3.9875, 0, 0, 1.0625], "texture": "#2"}, | ||
"south": {"uv": [2.575, 0, 4, 1.05], "texture": "#2"}, | ||
"west": {"uv": [0, 0, 4, 1], "texture": "#2"}, | ||
"up": {"uv": [0, 0, 2.875, 8], "texture": "#2"}, | ||
"down": {"uv": [0, 0, 1.4375, 4], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [0.025, 4, 4.425], | ||
"to": [4.25, 8, 16], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [-4.75, 4, 0]}, | ||
"faces": { | ||
"north": {"uv": [0, 8, 11.75, 12], "texture": "#2"}, | ||
"east": {"uv": [16, 8, 0, 12], "texture": "#2"}, | ||
"south": {"uv": [1.5, 2, 0.4, 3.0125], "texture": "#2"}, | ||
"west": {"uv": [4.125, 2.025, 1.25, 3], "texture": "#2"}, | ||
"up": {"uv": [0, 0, 5.875, 8], "texture": "#2"}, | ||
"down": {"uv": [0, 0, 2.9375, 4], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [0.025, 8, 7.925], | ||
"to": [7.25, 12, 16], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [-7.75, 8, 0]}, | ||
"faces": { | ||
"north": {"uv": [0, 4, 8.75, 8], "texture": "#2"}, | ||
"east": {"uv": [16, 4, 0, 8], "texture": "#2"}, | ||
"south": {"uv": [2.75, 1, 0.925, 2], "texture": "#2"}, | ||
"west": {"uv": [2, 1.125, 0, 1.95], "texture": "#2"}, | ||
"up": {"uv": [0, 0, 4.375, 8], "texture": "#2"}, | ||
"down": {"uv": [0, 0, 2.1875, 4], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [0.025, 12, 10.175], | ||
"to": [10.25, 16, 16], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [-5.75, 12, 0]}, | ||
"faces": { | ||
"north": {"uv": [0, 0, 2.875, 2], "texture": "#2"}, | ||
"east": {"uv": [16, 0, 0, 4], "texture": "#2"}, | ||
"south": {"uv": [0, 0, 2.575, 1.05], "texture": "#2"}, | ||
"west": {"uv": [1.45, 0, 0, 1.05], "texture": "#2"}, | ||
"up": {"uv": [0, 0, 2.875, 8], "texture": "#2"}, | ||
"down": {"uv": [0, 0, 1.4375, 4], "texture": "#2"} | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.