Skip to content

Commit

Permalink
Merge pull request #2 from Mvndi/dev
Browse files Browse the repository at this point in the history
logo
  • Loading branch information
tlm9201 authored Sep 7, 2024
2 parents 9b6e9c7 + a45c6f2 commit 7b567af
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/assets/minecraft/atlases/blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
"source": "placeables",
"prefix": "placeables/"
},
{
"type": "directory",
"source": "display",
"prefix": "display/"
},
{
"type": "directory",
"source": "ui",
Expand Down
10 changes: 10 additions & 0 deletions core/assets/minecraft/models/item/paper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/paper"
},

"overrides": [
{"predicate": {"custom_model_data":1}, "model": "mvndicraft:display/mvndicraft_logo_text"}
]
}
20 changes: 20 additions & 0 deletions core/assets/mvndicraft/models/display/mvndicraft_logo_text.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"credit": "Made with Blockbench",
"texture_size": [32, 32],
"textures": {
"0": "mvndicraft:display/mvndicraft_logo_text",
"particle": "mvndicraft:display/mvndicraft_logo_text"
},
"elements": [
{
"from": [-16, 1.675, 8],
"to": [32, 14.325, 8],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 1.675, 8]},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0"},
"south": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
}
],
"display": {}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b567af

Please sign in to comment.