Skip to content

Commit d48b55a

Browse files
committed
add more mcmetas
1 parent ae9c671 commit d48b55a

3 files changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"gui": {
3+
"scaling": {
4+
"type": "nine_slice",
5+
"width": 32,
6+
"height": 32,
7+
"border": 4
8+
}
9+
}
10+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"gui": {
3+
"scaling": {
4+
"type": "nine_slice",
5+
"width": 8,
6+
"height": 20,
7+
"border": {
8+
"left": 2,
9+
"top": 2,
10+
"right": 2,
11+
"bottom": 3
12+
}
13+
}
14+
}
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"gui": {
3+
"scaling": {
4+
"type": "nine_slice",
5+
"width": 8,
6+
"height": 20,
7+
"border": {
8+
"left": 2,
9+
"top": 2,
10+
"right": 2,
11+
"bottom": 3
12+
}
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)