Skip to content

Commit

Permalink
Use correct sprite for coke oven flame, closes #6089
Browse files Browse the repository at this point in the history
  • Loading branch information
malte0811 committed Oct 27, 2024
1 parent 3b15ed7 commit 807a794
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class CokeOvenScreen extends IEContainerScreen<CokeOvenMenu>
{
private static final ResourceLocation TEXTURE = makeTextureLocation("coke_oven");
private static final ResourceLocation TANK = ieLoc("coke_oven/tank_overlay");
private static final ResourceLocation FLAME = ieLoc("coke_oven/tank_overlay");
private static final ResourceLocation FLAME = ieLoc("coke_oven/flame");

public CokeOvenScreen(CokeOvenMenu container, Inventory inventoryPlayer, Component title)
{
Expand Down

0 comments on commit 807a794

Please sign in to comment.