From d9e41e8a58b463253afff7121ec50e1b20bf08b1 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 21 May 2022 13:47:58 -0500 Subject: Sulphur and Magmafish collection textures --- src/lib/minecraft/inventory.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/lib') 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 -- cgit