Skip to content

Commit

Permalink
Use "EPAPI.id()" in the "UpgradableEnergyStorageContainerScreen" class
Browse files Browse the repository at this point in the history
  • Loading branch information
JDDev0 committed Oct 8, 2024
1 parent f2c87cb commit 9232780
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
public abstract class UpgradableEnergyStorageContainerScreen<T extends AbstractContainerMenu & IEnergyStorageMenu>
extends EnergyStorageContainerScreen<T> {
protected final ResourceLocation CONFIGURATION_ICONS_TEXTURE =
new ResourceLocation(EPAPI.MOD_ID,
"textures/gui/machine_configuration/configuration_buttons.png");
EPAPI.id("textures/gui/machine_configuration/configuration_buttons.png");
protected final ResourceLocation UPGRADE_VIEW_TEXTURE;

public UpgradableEnergyStorageContainerScreen(T menu, Inventory inventory, Component titleComponent,
Expand Down

0 comments on commit 9232780

Please sign in to comment.