diff --git a/changelog/1.8.16.md b/changelog/1.8.16.md index b602a6b5..71e596e5 100644 --- a/changelog/1.8.16.md +++ b/changelog/1.8.16.md @@ -45,3 +45,4 @@ - Add aquamarine seeds to garden cloche (#2833) - Add compressed glass recipe (#2836) - Add Microblock saws to Eternal Stella blacklist (#2841) +- Fix Beepedia crash when clicking on traits (#2839) diff --git a/config/resourcefulbees/bees/bred/bees_ingot/Unobtainium.json b/config/resourcefulbees/bees/bred/bees_ingot/Unobtainium.json index 7affb6fb..a94de492 100644 --- a/config/resourcefulbees/bees/bred/bees_ingot/Unobtainium.json +++ b/config/resourcefulbees/bees/bred/bees_ingot/Unobtainium.json @@ -2,7 +2,7 @@ "flower": "tag:forge:storage_blocks/unobtainium", "maxTimeInHive": 4800, "traits": [ - "Unobtainium", + "unobtainium", "nether" ], "hasHoneycomb": true, diff --git a/config/resourcefulbees/bees/bred/bees_ingot/Vibranium.json b/config/resourcefulbees/bees/bred/bees_ingot/Vibranium.json index 04f4f12b..d2325a11 100644 --- a/config/resourcefulbees/bees/bred/bees_ingot/Vibranium.json +++ b/config/resourcefulbees/bees/bred/bees_ingot/Vibranium.json @@ -2,7 +2,7 @@ "flower": "tag:forge:storage_blocks/vibranium", "maxTimeInHive": 4800, "traits": [ - "Vibranium", + "vibranium", "nether" ], "hasHoneycomb": true,