From 7f4fca3b10aae7b6a3f46688c0ce86c8ba28ebd1 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 25 Dec 2022 01:32:19 -0600 Subject: chili pepper texture --- src/lib/minecraft/inventory.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/minecraft/inventory.ts') diff --git a/src/lib/minecraft/inventory.ts b/src/lib/minecraft/inventory.ts index 5bd79c2..bd07d2a 100644 --- a/src/lib/minecraft/inventory.ts +++ b/src/lib/minecraft/inventory.ts @@ -195,5 +195,10 @@ const skyblockItems: { [itemName: string]: Item } = { vanillaId: 'minecraft:skull', headTexture: 'f56b5955b295522c9689481960c01a992ca1c7754cf4ee313c8dd0c356d335f', id: 'MAGMA_FISH' + }, + chili_pepper: { + vanillaId: 'minecraft:skull', + headTexture: 'f859c8df1109c08a756275f1d2887c2748049fe33877769a7b415d56eda469d8', + id: 'CHILI_PEPPER' } } \ No newline at end of file -- cgit