Skip to content

Commit

Permalink
Update and rename autototem.java to glowing_entities_check.java
Browse files Browse the repository at this point in the history
  • Loading branch information
I-No-oNe authored Nov 27, 2023
1 parent 864baad commit a31df31
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import org.slf4j.LoggerFactory;

@Environment(EnvType.CLIENT)
public class autototem implements ClientModInitializer {
public static final Logger LOGGER = LoggerFactory.getLogger("AutoTotem");
public class glowing_entities_check implements ClientModInitializer {
public static final Logger LOGGER = LoggerFactory.getLogger("glowing_entities_check");

@Override
public void onInitializeClient() {
Expand Down

0 comments on commit a31df31

Please sign in to comment.