Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Nov 22, 2024
1 parent bc4802f commit a9ad1ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;

import static mod.emt.balkonsexpansion.BalkonsExpansion.*;
import static mod.icarus.balkonsexpansion.BalkonsExpansion.*;

@Mod(modid = MOD_ID, name = NAME, version = VERSION, acceptedMinecraftVersions = ACCEPTED_VERSIONS, dependencies = DEPENDENCIES)
public class BalkonsExpansion {
Expand Down

0 comments on commit a9ad1ed

Please sign in to comment.