Skip to content

Commit

Permalink
Merge pull request #9 from FakeDomi/master
Browse files Browse the repository at this point in the history
Fix Gendustry bees not rendering with Angelica

(cherry picked from commit 1edd926)
  • Loading branch information
Dream-Master committed May 19, 2024
1 parent cb41e19 commit 0c437ad
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ object BeeIconProvider extends IIconProvider {

@SideOnly(Side.CLIENT)
override def registerIcons(register: IIconRegister) {
if (icons != null)
return

icons = Array.fill(EnumBeeType.values().length, 3)(null)

EnumBeeType
Expand Down

0 comments on commit 0c437ad

Please sign in to comment.