aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/APITypes.d.ts2
-rw-r--r--src/lib/minecraft/inventory.ts5
2 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/APITypes.d.ts b/src/lib/APITypes.d.ts
index 92153cf..ac472d1 100644
--- a/src/lib/APITypes.d.ts
+++ b/src/lib/APITypes.d.ts
@@ -155,7 +155,7 @@ export interface CleanFullProfileBasicMembers extends CleanProfile {
}
declare const COLLECTIONS: {
- readonly farming: readonly ["wheat", "carrot", "potato", "pumpkin", "melon_slice", "wheat_seeds", "red_mushroom", "cocoa_beans", "cactus", "sugar_cane", "feather", "leather", "porkchop", "chicken", "mutton", "rabbit", "nether_wart"]
+ readonly farming: readonly ["wheat", "carrot", "potato", "pumpkin", "melon_slice", "wheat_seeds", "red_mushroom", "cocoa_beans", "cactus", "sugar_cane", "feather", "leather", "porkchop", "chicken", "mutton", "rabbit", "nether_wart", "chili_pepper"]
readonly mining: readonly ["cobblestone", "coal", "iron_ingot", "gold_ingot", "diamond", "lapis_lazuli", "emerald", "redstone", "quartz", "obsidian", "glowstone_dust", "gravel", "ice", "netherrack", "sand", "end_stone", "mithril_ore", "gemstone", "hard_stone"]
readonly combat: readonly ["rotten_flesh", "bone", "string", "spider_eye", "gunpowder", "ender_pearl", "ghast_tear", "slime_ball", "blaze_rod", "magma_cream"]
readonly foraging: readonly ["oak_log", "spruce_log", "birch_log", "jungle_log", "acacia_log", "dark_oak_log"]
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