add resource pack

This commit is contained in:
2026-07-18 17:01:30 +02:00
parent 6b1d0e6a8d
commit fb77b8dc90
17 changed files with 109 additions and 3 deletions
@@ -0,0 +1,23 @@
{
"format_version": "1.21.11",
"texture_size": [18, 18],
"textures": {
"particle": "#0"
},
"elements": [
{
"from": [-1, 0, -1],
"to": [17, 0, 17],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
}
],
"gui_light": "front",
"display": {
"gui": {
"rotation": [90, 0, 0],
"translation": [0, 0.01, 0]
}
}
}
@@ -0,0 +1,6 @@
{
"parent": "unmei:item/gui/button",
"textures": {
"0": "unmei:item/gui/left_arrow"
}
}
@@ -0,0 +1,6 @@
{
"parent": "unmei:item/gui/button",
"textures": {
"0": "unmei:item/gui/right_arrow"
}
}