Skip to content

Commit

Permalink
Big update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tqlted committed Oct 29, 2024
1 parent 33e7a2d commit ae98899
Show file tree
Hide file tree
Showing 25 changed files with 1,198 additions and 141 deletions.
7 changes: 7 additions & 0 deletions pack/assets/minecraft/font/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
"ascent": 13,
"height": 89,
"chars": ["2"]
},
{
"type": "bitmap",
"file": "minecraft:font/menus/stash.png",
"ascent": 13,
"height": 53,
"chars": ["3"]
}
]
}
2 changes: 1 addition & 1 deletion pack/assets/minecraft/font/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"file": "minecraft:font/tags.png",
"ascent": 8,
"height": 9,
"chars": ["1","2","3","4","5"]
"chars": ["1","2","3","4","5","6"]
}
]
}
6 changes: 6 additions & 0 deletions pack/assets/minecraft/models/custom/items/freeze.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "custom/items/freeze"
}
}
6 changes: 6 additions & 0 deletions pack/assets/minecraft/models/custom/items/necromancy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "custom/items/necromancy"
}
}
6 changes: 6 additions & 0 deletions pack/assets/minecraft/models/custom/items/reduced_prices.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "custom/items/reduced_prices"
}
}
6 changes: 6 additions & 0 deletions pack/assets/minecraft/models/custom/items/xray.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "custom/items/xray"
}
}
6 changes: 6 additions & 0 deletions pack/assets/minecraft/models/custom/other/stash.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "custom/other/stash"
}
}
Loading

0 comments on commit ae98899

Please sign in to comment.