Skip to content

Commit 4485ced

Browse files
committed
fix category names
1 parent 470fe16 commit 4485ced

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

items/recipes.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mergeable = true
55
merged_by_default = true
66

77
[alchemy]
8-
name = "Alchemy"
8+
name = "Alchemy Recipes"
99
description = { _ = "Recipes for crafting potions, elixirs, and transmuting materials." }
1010
color = 0x4E9A06
1111
items = [
@@ -86,7 +86,7 @@ items = [
8686
]
8787

8888
[blacksmithing]
89-
name = "Blacksmithing"
89+
name = "Blacksmithing Recipes"
9090
description = { _ = "Recipes for forging metal armor, weapons, and enhancements." }
9191
color = 0x8F8F8F
9292
items = [
@@ -245,7 +245,7 @@ items = [
245245
]
246246

247247
[enchanting]
248-
name = "Enchanting"
248+
name = "Enchanting Recipes"
249249
description = { _ = "Recipes for enchanting gear with magical properties." }
250250
color = 0x5C3566
251251
items = [
@@ -333,7 +333,7 @@ items = [
333333
]
334334

335335
[engineering]
336-
name = "Engineering"
336+
name = "Engineering Recipes"
337337
description = { _ = "Recipes for creating gadgets, explosives, and mechanical devices." }
338338
color = 0xC4A000
339339
items = [
@@ -413,25 +413,25 @@ items = [
413413
]
414414

415415
# [herbalism]
416-
# name = "Herbalism"
416+
# name = "Herbalism Recipes"
417417
# description = { _ = "Recipes for gathering herbs for use in Alchemy and Inscription." }
418418
# color = 0x4E9A06
419419
# items = []
420420

421421
# [inscription] # introduced in WotLK
422-
# name = "Inscription"
422+
# name = "Inscription Recipes"
423423
# description = { _ = "Recipes for scribing glyphs and crafting scrolls and tomes." }
424424
# color = 0x855C33
425425
# items = []
426426

427427
# [Jewelcrafting] # introduced in TBC
428-
# name = "Jewelcrafting"
428+
# name = "Jewelcrafting Recipes"
429429
# description = { _ = "Recipes for cutting gems and crafting jewelry." }
430430
# color = 0xAD7FA8
431431
# items = []
432432

433433
[Leatherworking]
434-
name = "Leatherworking"
434+
name = "Leatherworking Recipes"
435435
description = { _ = "Recipes for crafting leather and mail armor." }
436436
color = 0x8B4513
437437
items = [
@@ -591,19 +591,19 @@ items = [
591591
]
592592

593593
# [mining]
594-
# name = "Mining"
594+
# name = "Mining Recipes"
595595
# description = { _ = "Recipes for extracting ores and stones." }
596596
# color = 0x7F7F7F
597597
# items = []
598598

599599
# [skinning]
600-
# name = "Skinning"
600+
# name = "Skinning Recipes"
601601
# description = { _ = "Recipes for harvesting leather from beasts." }
602602
# color = 0x7B3503
603603
# items = []
604604

605605
[Tailoring]
606-
name = "Tailoring"
606+
name = "Tailoring Recipes"
607607
description = { _ = "Recipes for weaving cloth armor and other cloth items." }
608608
color = 0xD3D7CF
609609
items = [
@@ -748,7 +748,7 @@ items = [
748748
]
749749

750750
[Cooking]
751-
name = "Cooking"
751+
name = "Cooking Recipes"
752752
description = { _ = "Recipes for preparing food that provides buffs." }
753753
color = 0xE9B96E
754754
items = [
@@ -826,19 +826,19 @@ items = [
826826
]
827827

828828
[Fishing]
829-
name = "Fishing"
829+
name = "Fishing Recipes"
830830
description = { _ = "Recipes for catching fish and other underwater items." }
831831
color = 0x3465A4
832832
items = [16083]
833833

834834
# [Archaeology] # introduced in Cataclysm
835-
# name = "Archaeology"
835+
# name = "Archaeology Recipes"
836836
# description = { _ = "Recipes for uncovering artifacts and historical items." }
837837
# color = 0xC17D11
838838
# items = []
839839

840840
# [First_Aid] # gone with BFA
841-
# name = "First Aid"
841+
# name = "First Aid Recipes"
842842
# description = { _ = "Recipes for crafting bandages and anti-venoms." }
843843
# color = 0xCC0000
844844
# items = []

0 commit comments

Comments
 (0)