aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/minecraft/inventory.ts10
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