From e8f98c4bd02b421b61bfec885930c1a7dfa9fe73 Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Tue, 28 Dec 2021 19:26:54 -0500 Subject: [PATCH] Fix Beepedia crash --- changelog/1.8.16.md | 1 + config/resourcefulbees/bees/bred/bees_ingot/Unobtainium.json | 2 +- config/resourcefulbees/bees/bred/bees_ingot/Vibranium.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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,