-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: LocusAzzurro <[email protected]>
- Loading branch information
1 parent
fc6f016
commit 7834c8b
Showing
18 changed files
with
1,567 additions
and
1 deletion.
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
139 changes: 139 additions & 0 deletions
139
src/generated/resources/assets/ultramarine/blockstates/xiaolongbao.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,139 @@ | ||
{ | ||
"variants": { | ||
"bites=0,facing=north": { | ||
"model": "ultramarine:block/xiaolongbao_0", | ||
"y": 180 | ||
}, | ||
"bites=1,facing=north": { | ||
"model": "ultramarine:block/xiaolongbao_1", | ||
"y": 180 | ||
}, | ||
"bites=2,facing=north": { | ||
"model": "ultramarine:block/xiaolongbao_2", | ||
"y": 180 | ||
}, | ||
"bites=3,facing=north": { | ||
"model": "ultramarine:block/xiaolongbao_3", | ||
"y": 180 | ||
}, | ||
"bites=4,facing=north": { | ||
"model": "ultramarine:block/xiaolongbao_4", | ||
"y": 180 | ||
}, | ||
"bites=5,facing=north": { | ||
"model": "ultramarine:block/xiaolongbao_5", | ||
"y": 180 | ||
}, | ||
"bites=6,facing=north": { | ||
"model": "ultramarine:block/xiaolongbao_6", | ||
"y": 180 | ||
}, | ||
"bites=7,facing=north": { | ||
"model": "ultramarine:block/xiaolongbao_7", | ||
"y": 180 | ||
}, | ||
"bites=8,facing=north": { | ||
"model": "ultramarine:block/xiaolongbao_8", | ||
"y": 180 | ||
}, | ||
"bites=0,facing=south": { | ||
"model": "ultramarine:block/xiaolongbao_0" | ||
}, | ||
"bites=1,facing=south": { | ||
"model": "ultramarine:block/xiaolongbao_1" | ||
}, | ||
"bites=2,facing=south": { | ||
"model": "ultramarine:block/xiaolongbao_2" | ||
}, | ||
"bites=3,facing=south": { | ||
"model": "ultramarine:block/xiaolongbao_3" | ||
}, | ||
"bites=4,facing=south": { | ||
"model": "ultramarine:block/xiaolongbao_4" | ||
}, | ||
"bites=5,facing=south": { | ||
"model": "ultramarine:block/xiaolongbao_5" | ||
}, | ||
"bites=6,facing=south": { | ||
"model": "ultramarine:block/xiaolongbao_6" | ||
}, | ||
"bites=7,facing=south": { | ||
"model": "ultramarine:block/xiaolongbao_7" | ||
}, | ||
"bites=8,facing=south": { | ||
"model": "ultramarine:block/xiaolongbao_8" | ||
}, | ||
"bites=0,facing=west": { | ||
"model": "ultramarine:block/xiaolongbao_0", | ||
"y": 90 | ||
}, | ||
"bites=1,facing=west": { | ||
"model": "ultramarine:block/xiaolongbao_1", | ||
"y": 90 | ||
}, | ||
"bites=2,facing=west": { | ||
"model": "ultramarine:block/xiaolongbao_2", | ||
"y": 90 | ||
}, | ||
"bites=3,facing=west": { | ||
"model": "ultramarine:block/xiaolongbao_3", | ||
"y": 90 | ||
}, | ||
"bites=4,facing=west": { | ||
"model": "ultramarine:block/xiaolongbao_4", | ||
"y": 90 | ||
}, | ||
"bites=5,facing=west": { | ||
"model": "ultramarine:block/xiaolongbao_5", | ||
"y": 90 | ||
}, | ||
"bites=6,facing=west": { | ||
"model": "ultramarine:block/xiaolongbao_6", | ||
"y": 90 | ||
}, | ||
"bites=7,facing=west": { | ||
"model": "ultramarine:block/xiaolongbao_7", | ||
"y": 90 | ||
}, | ||
"bites=8,facing=west": { | ||
"model": "ultramarine:block/xiaolongbao_8", | ||
"y": 90 | ||
}, | ||
"bites=0,facing=east": { | ||
"model": "ultramarine:block/xiaolongbao_0", | ||
"y": 270 | ||
}, | ||
"bites=1,facing=east": { | ||
"model": "ultramarine:block/xiaolongbao_1", | ||
"y": 270 | ||
}, | ||
"bites=2,facing=east": { | ||
"model": "ultramarine:block/xiaolongbao_2", | ||
"y": 270 | ||
}, | ||
"bites=3,facing=east": { | ||
"model": "ultramarine:block/xiaolongbao_3", | ||
"y": 270 | ||
}, | ||
"bites=4,facing=east": { | ||
"model": "ultramarine:block/xiaolongbao_4", | ||
"y": 270 | ||
}, | ||
"bites=5,facing=east": { | ||
"model": "ultramarine:block/xiaolongbao_5", | ||
"y": 270 | ||
}, | ||
"bites=6,facing=east": { | ||
"model": "ultramarine:block/xiaolongbao_6", | ||
"y": 270 | ||
}, | ||
"bites=7,facing=east": { | ||
"model": "ultramarine:block/xiaolongbao_7", | ||
"y": 270 | ||
}, | ||
"bites=8,facing=east": { | ||
"model": "ultramarine:block/xiaolongbao_8", | ||
"y": 270 | ||
} | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/ultramarine/models/item/xiaolongbao.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,3 @@ | ||
{ | ||
"parent": "ultramarine:block/xiaolongbao" | ||
} |
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
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
168 changes: 168 additions & 0 deletions
168
src/main/resources/assets/ultramarine/models/block/xiaolongbao.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,168 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"texture_size": [64, 64], | ||
"textures": { | ||
"2": "ultramarine:block/xiaolongbao", | ||
"particle": "block/oak_planks" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [15, 14, 0], | ||
"to": [16, 16, 16], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, | ||
"faces": { | ||
"north": {"uv": [7, 12.25, 7.25, 12.75], "texture": "#2"}, | ||
"east": {"uv": [8.5, 0, 12.5, 0.5], "texture": "#2"}, | ||
"south": {"uv": [7.5, 12.25, 7.75, 12.75], "texture": "#2"}, | ||
"west": {"uv": [8.5, 0.75, 12.5, 1.25], "texture": "#2"}, | ||
"up": {"uv": [8.75, 10, 8.5, 6], "texture": "#2"}, | ||
"down": {"uv": [9.25, 6, 9, 10], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 14, 0], | ||
"to": [1, 16, 16], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, | ||
"faces": { | ||
"north": {"uv": [12.25, 9.5, 12.5, 10], "texture": "#2"}, | ||
"east": {"uv": [8.5, 1.5, 12.5, 2], "texture": "#2"}, | ||
"south": {"uv": [12.25, 10.25, 12.5, 10.75], "texture": "#2"}, | ||
"west": {"uv": [8.5, 2.25, 12.5, 2.75], "texture": "#2"}, | ||
"up": {"uv": [9.75, 10, 9.5, 6], "texture": "#2"}, | ||
"down": {"uv": [10.25, 6, 10, 10], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [1, 14, 15], | ||
"to": [15, 16, 16], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, | ||
"faces": { | ||
"north": {"uv": [8.5, 3, 12, 3.5], "texture": "#2"}, | ||
"east": {"uv": [11.75, 12.25, 12, 12.75], "texture": "#2"}, | ||
"south": {"uv": [8.5, 3.75, 12, 4.25], "texture": "#2"}, | ||
"west": {"uv": [12.25, 12.25, 12.5, 12.75], "texture": "#2"}, | ||
"up": {"uv": [14.5, 11.25, 11, 11], "texture": "#2"}, | ||
"down": {"uv": [7.75, 11.25, 4.25, 11.5], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [1, 14, 0], | ||
"to": [15, 16, 1], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, | ||
"faces": { | ||
"north": {"uv": [8.5, 4.5, 12, 5], "texture": "#2"}, | ||
"east": {"uv": [12.75, 0, 13, 0.5], "texture": "#2"}, | ||
"south": {"uv": [8.5, 5.25, 12, 5.75], "texture": "#2"}, | ||
"west": {"uv": [12.75, 0.75, 13, 1.25], "texture": "#2"}, | ||
"up": {"uv": [11.5, 11.75, 8, 11.5], "texture": "#2"}, | ||
"down": {"uv": [7.75, 11.75, 4.25, 12], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [0, 0, 0], | ||
"to": [16, 14, 16], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, | ||
"faces": { | ||
"north": {"uv": [4.25, 0, 8.25, 3.5], "texture": "#2"}, | ||
"east": {"uv": [4.25, 3.75, 8.25, 7.25], "texture": "#2"}, | ||
"south": {"uv": [4.25, 7.5, 8.25, 11], "texture": "#2"}, | ||
"west": {"uv": [0, 8.5, 4, 12], "texture": "#2"}, | ||
"up": {"uv": [4, 4, 0, 0], "texture": "#2"}, | ||
"down": {"uv": [4, 4.25, 0, 8.25], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [1, 14, 5], | ||
"to": [5, 16, 9], | ||
"rotation": {"angle": 22.5, "axis": "y", "origin": [0, 8, 0]}, | ||
"faces": { | ||
"north": {"uv": [11.75, 8, 12.75, 8.5], "texture": "#2"}, | ||
"east": {"uv": [11.75, 8.75, 12.75, 9.25], "texture": "#2"}, | ||
"south": {"uv": [11.75, 11.5, 12.75, 12], "texture": "#2"}, | ||
"west": {"uv": [8, 12, 9, 12.5], "texture": "#2"}, | ||
"up": {"uv": [9.5, 11.25, 8.5, 10.25], "texture": "#2"}, | ||
"down": {"uv": [10.75, 10.25, 9.75, 11.25], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [1, 14, 12], | ||
"to": [4, 16, 15], | ||
"rotation": {"angle": 45, "axis": "y", "origin": [0, 8, 0]}, | ||
"faces": { | ||
"north": {"uv": [12.25, 4.5, 13, 5], "texture": "#2"}, | ||
"east": {"uv": [5, 12.25, 5.75, 12.75], "texture": "#2"}, | ||
"south": {"uv": [12.25, 5.25, 13, 5.75], "texture": "#2"}, | ||
"west": {"uv": [6, 12.25, 6.75, 12.75], "texture": "#2"}, | ||
"up": {"uv": [12.5, 6.75, 11.75, 6], "texture": "#2"}, | ||
"down": {"uv": [12.5, 7, 11.75, 7.75], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [2, 14, 9], | ||
"to": [6, 16, 13], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 0]}, | ||
"faces": { | ||
"north": {"uv": [9.25, 12, 10.25, 12.5], "texture": "#2"}, | ||
"east": {"uv": [10.5, 12, 11.5, 12.5], "texture": "#2"}, | ||
"south": {"uv": [0, 12.25, 1, 12.75], "texture": "#2"}, | ||
"west": {"uv": [1.25, 12.25, 2.25, 12.75], "texture": "#2"}, | ||
"up": {"uv": [11.5, 7, 10.5, 6], "texture": "#2"}, | ||
"down": {"uv": [11.5, 7.25, 10.5, 8.25], "texture": "#2"} | ||
} | ||
}, | ||
{ | ||
"from": [11, 14, 5], | ||
"to": [15, 16, 9], | ||
"rotation": {"angle": -22.5, "axis": "y", "origin": [0, 8, 0]}, | ||
"faces": { | ||
"north": {"uv": [2.5, 12.25, 3.5, 12.75], "texture": "#2"}, | ||
"east": {"uv": [12.25, 3, 13.25, 3.5], "texture": "#2"}, | ||
"south": {"uv": [3.75, 12.25, 4.75, 12.75], "texture": "#2"}, | ||
"west": {"uv": [12.25, 3.75, 13.25, 4.25], "texture": "#2"}, | ||
"up": {"uv": [11.5, 9.5, 10.5, 8.5], "texture": "#2"}, | ||
"down": {"uv": [12, 9.75, 11, 10.75], "texture": "#2"} | ||
} | ||
} | ||
], | ||
"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, 225, 0], | ||
"scale": [0.625, 0.625, 0.625] | ||
}, | ||
"fixed": { | ||
"rotation": [0, 14.25, 0], | ||
"translation": [2.25, 32, 25.25], | ||
"scale": [2, 2, 2] | ||
} | ||
}, | ||
"groups": [ | ||
{ | ||
"name": "group", | ||
"origin": [8, 8, 8], | ||
"color": 0, | ||
"children": [0, 1, 2, 3, 4, 5, 6, 7, 8] | ||
} | ||
] | ||
} |
Oops, something went wrong.