Skip to content

Commit

Permalink
emi: Fix brewer recipe category icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jun 5, 2023
1 parent 72f4292 commit d477b6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class AdornEmiPlugin : EmiPlugin {
val BREWER_CATEGORY: EmiRecipeCategory = EmiRecipeCategory(
AdornCommon.id("brewer"),
EmiStack.of(AdornBlocks.BREWER),
EmiTexture(AdornCommon.id("textures/gui/brewer_emi.png"), 240, 0, 16, 16)
EmiTexture(AdornCommon.id("textures/gui/recipe_viewer/brewer_light.png"), 240, 0, 16, 16)
)
}
}

0 comments on commit d477b6d

Please sign in to comment.