diff options
author | mat <github@matdoes.dev> | 2022-05-21 13:47:58 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-05-21 13:47:58 -0500 |
commit | d9e41e8a58b463253afff7121ec50e1b20bf08b1 (patch) | |
tree | 0db6cd07ba9e08ddce8d17b70ba3d8a8759119e8 /src | |
parent | fbb5d90301c60308071bcd01b65c3dba34ba5725 (diff) | |
download | skyblock-stats-d9e41e8a58b463253afff7121ec50e1b20bf08b1.tar.gz skyblock-stats-d9e41e8a58b463253afff7121ec50e1b20bf08b1.tar.bz2 skyblock-stats-d9e41e8a58b463253afff7121ec50e1b20bf08b1.zip |
Sulphur and Magmafish collection textures
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/minecraft/inventory.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/minecraft/inventory.ts b/src/lib/minecraft/inventory.ts index 1d2a91e..227ed0c 100644 --- a/src/lib/minecraft/inventory.ts +++ b/src/lib/minecraft/inventory.ts @@ -186,4 +186,14 @@ const skyblockItems: { [itemName: string]: Item } = { headTexture: '39b6e047d3b2bca85e8cc49e5480f9774d8a0eafe6dfa9559530590283715142' }, hard_stone: { vanillaId: 'minecraft:stone' }, + sulphur: { + vanillaId: 'minecraft:glowstone_dust', + display: { name: 'Sulphur' }, + id: 'SULPHUR_ORE' + }, + magmafish: { + vanillaId: 'minecraft:skull', + headTexture: 'f56b5955b295522c9689481960c01a992ca1c7754cf4ee313c8dd0c356d335f', + id: 'MAGMA_FISH' + } }
\ No newline at end of file |