Skip to content

Commit

Permalink
added MCMETA
Browse files Browse the repository at this point in the history
  • Loading branch information
FHLX-J committed Oct 26, 2023
1 parent e6daefb commit 27981cd
Show file tree
Hide file tree
Showing 14 changed files with 140 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"villager": {
"hat": "partial"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"villager": {
"hat": "full"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"villager": {
"hat": "full"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"villager": {
"hat": "full"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"villager": {
"hat": "full"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"villager": {
"hat": "full"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 32,
"height": 32,
"border": 4
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"animation": {
"frames": [
{
"index": 0,
"time": 10
},
{
"index": 1,
"time": 2
},
{
"index": 2,
"time": 2
},
{
"index": 3,
"time": 2
},
{
"index": 4,
"time": 2
},
{
"index": 5,
"time": 2
}
]
}
}
10 changes: 10 additions & 0 deletions assets/minecraft/textures/gui/sprites/popup/background.png.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 236,
"height": 34,
"border": 6
}
}
}
10 changes: 10 additions & 0 deletions assets/minecraft/textures/gui/sprites/widget/scroller.png.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 6,
"height": 32,
"border": 1
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 8,
"height": 20,
"border": {
"left": 2,
"top": 2,
"right": 2,
"bottom": 3
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 8,
"height": 20,
"border": {
"left": 2,
"top": 2,
"right": 2,
"bottom": 3
}
}
}
}
10 changes: 10 additions & 0 deletions assets/minecraft/textures/gui/sprites/widget/text_field.png.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 200,
"height": 20,
"border": 1
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 200,
"height": 20,
"border": 1
}
}
}

0 comments on commit 27981cd

Please sign in to comment.