add resource pack
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "unmei:item/stick",
|
||||
"layer1": "unmei:item/axe_1"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user