Skip to content

Commit

Permalink
Fix Beepedia crash
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Dec 29, 2021
1 parent e75e2a8 commit e8f98c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog/1.8.16.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"flower": "tag:forge:storage_blocks/unobtainium",
"maxTimeInHive": 4800,
"traits": [
"Unobtainium",
"unobtainium",
"nether"
],
"hasHoneycomb": true,
Expand Down
2 changes: 1 addition & 1 deletion config/resourcefulbees/bees/bred/bees_ingot/Vibranium.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"flower": "tag:forge:storage_blocks/vibranium",
"maxTimeInHive": 4800,
"traits": [
"Vibranium",
"vibranium",
"nether"
],
"hasHoneycomb": true,
Expand Down

0 comments on commit e8f98c4

Please sign in to comment.