forked from Haven-King/glowcase
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consistent style for hyperlink and popup blocks
- Loading branch information
1 parent
40671e8
commit d77d15c
Showing
7 changed files
with
31 additions
and
122 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
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
51 changes: 4 additions & 47 deletions
51
src/main/resources/assets/glowcase/models/item/hyperlink_block.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 |
---|---|---|
@@ -1,49 +1,6 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"0": "glowcase:item/hyperlink_block", | ||
"particle": "glowcase:item/hyperlink_block" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [ | ||
2, | ||
2, | ||
8 | ||
], | ||
"to": [ | ||
14, | ||
14, | ||
8 | ||
], | ||
"rotation": { | ||
"angle": 0, | ||
"axis": "y", | ||
"origin": [ | ||
8, | ||
8, | ||
16 | ||
] | ||
}, | ||
"faces": { | ||
"north": { | ||
"uv": [ | ||
0, | ||
0, | ||
16, | ||
16 | ||
], | ||
"texture": "#0" | ||
}, | ||
"south": { | ||
"uv": [ | ||
0, | ||
0, | ||
16, | ||
16 | ||
], | ||
"texture": "#0" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
"layer0": "glowcase:item/hyperlink_block" | ||
} | ||
} |
49 changes: 3 additions & 46 deletions
49
src/main/resources/assets/glowcase/models/item/popup_block.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 |
---|---|---|
@@ -1,49 +1,6 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"0": "glowcase:item/popup_block", | ||
"particle": "glowcase:item/popup_block" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [ | ||
2, | ||
2, | ||
8 | ||
], | ||
"to": [ | ||
14, | ||
14, | ||
8 | ||
], | ||
"rotation": { | ||
"angle": 0, | ||
"axis": "y", | ||
"origin": [ | ||
8, | ||
8, | ||
16 | ||
] | ||
}, | ||
"faces": { | ||
"north": { | ||
"uv": [ | ||
0, | ||
0, | ||
16, | ||
16 | ||
], | ||
"texture": "#0" | ||
}, | ||
"south": { | ||
"uv": [ | ||
0, | ||
0, | ||
16, | ||
16 | ||
], | ||
"texture": "#0" | ||
} | ||
} | ||
} | ||
] | ||
"layer0": "glowcase:item/popup_block" | ||
} | ||
} |
Binary file modified
BIN
-17.9 KB
(1.2%)
src/main/resources/assets/glowcase/textures/item/hyperlink_block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.61 KB
(3.6%)
src/main/resources/assets/glowcase/textures/item/popup_block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.