Skip to content

Commit

Permalink
Formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Mar 9, 2024
1 parent e2cbe1a commit 34a8af6
Showing 1 changed file with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,16 @@
"from": [4, 4, 4],
"to": [12, 16, 12],
"faces": {
"north": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true},
"east": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true},
"south": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true},
"west": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true},
"up": { "uv": [0, 0, 8, 8], "texture": "#core", "cullface": "up", "unlit": true}
"north": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true },
"east": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true },
"south": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true },
"west": { "uv": [8, 0, 16, 12], "texture": "#core", "unlit": true },
"up": {
"uv": [0, 0, 8, 8],
"texture": "#core",
"cullface": "up",
"unlit": true
}
}
},
{
Expand Down

0 comments on commit 34a8af6

Please sign in to comment.