Skip to content

Commit

Permalink
update packs and add "hypixel+" and "worlds and beyond"
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Dec 29, 2021
1 parent 66ccd4f commit cebe1f0
Show file tree
Hide file tree
Showing 17,181 changed files with 128,513 additions and 29,972 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# SkyBlock assets

TypeScript library for getting urls (hosted on GitHub) to Hypixel SkyBlock item images from several resource packs.

## Pack versions

[Ectoplasm](https://hypixel.net/threads/2239953) - Completionist's Update
[Furfsky Reborn](https://furfsky.net) - v1.4.2
[Furfsky](https://hypixel.net/threads/2138599) - v1.7.1
[PacksHQ](https://packshq.com) - v13
[RNBW](https://hypixel.net/threads/3470904) - v0.7.0
[Hypixel+](https://hypixel.net/threads/4174260) - v0.11.5
[Worlds and Beyond](https://hypixel.net/threads/3597207) - v1.5

13 changes: 8 additions & 5 deletions generator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,11 +509,14 @@ async function main() {

await makeDir(`./matchers`)

await addPack('ectoplasm') // completionists update
await addPack('furfsky') // 1.7.1
await addPack('furfsky_reborn') // 1.2.6
await addPack('packshq') // v13
await addPack('rnbw') // 0.6.0
await addPack('ectoplasm')
await addPack('furfsky')
await addPack('furfsky_reborn')
await addPack('hypixel+')
await addPack('packshq')
await addPack('rnbw')
await addPack('worlds_and_beyond')

await addPack('vanilla')
}

Expand Down
10 changes: 5 additions & 5 deletions matchers/furfsky.json
Original file line number Diff line number Diff line change
Expand Up @@ -4955,7 +4955,7 @@
"type": "item"
},
"textures": {
"bow_standby": "renders\\furfsky\\mcpatcher\\cit\\items\\bows\\magma\\magma_bow_standby.png",
"bow_standby": "packs\\furfsky\\mcpatcher\\cit\\items\\bows\\magma\\magma_bow_standby.png",
"bow_pulling_0": "packs\\furfsky\\mcpatcher\\cit\\items\\bows\\magma\\magma_bow_1.png",
"bow_pulling_1": "packs\\furfsky\\mcpatcher\\cit\\items\\bows\\magma\\magma_bow_2.png",
"bow_pulling_2": "packs\\furfsky\\mcpatcher\\cit\\items\\bows\\magma\\magma_bow_3.png"
Expand Down Expand Up @@ -5123,7 +5123,7 @@
"type": "item"
},
"textures": {
"texture": "renders\\furfsky\\mcpatcher\\cit\\items\\items\\catalyst.png"
"texture": "packs\\furfsky\\mcpatcher\\cit\\items\\items\\catalyst.png"
}
},
{
Expand Down Expand Up @@ -5252,7 +5252,7 @@
"type": "item"
},
"textures": {
"layer0": "renders\\furfsky\\mcpatcher\\cit\\items\\items\\hamster_wheel.png"
"layer0": "packs\\furfsky\\mcpatcher\\cit\\items\\items\\hamster_wheel.png"
}
},
{
Expand Down Expand Up @@ -5827,7 +5827,7 @@
"type": "item"
},
"textures": {
"texture": "renders\\furfsky\\mcpatcher\\cit\\items\\melee\\pigman_sword.png"
"texture": "packs\\furfsky\\mcpatcher\\cit\\items\\melee\\pigman_sword.png"
}
},
{
Expand Down Expand Up @@ -5859,7 +5859,7 @@
"type": "item"
},
"textures": {
"texture": "renders\\furfsky\\mcpatcher\\cit\\items\\melee\\prismarine_blade.png"
"texture": "packs\\furfsky\\mcpatcher\\cit\\items\\melee\\prismarine_blade.png"
}
},
{
Expand Down
Loading

0 comments on commit cebe1f0

Please sign in to comment.