Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
der-fruhling committed May 19, 2024
1 parent 3315a3d commit 8dd927e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
package net.derfruhling.minecraft.create.trainperspective;

import com.mojang.logging.LogUtils;
import com.simibubi.create.content.trains.entity.CarriageContraptionEntity;
import dev.architectury.event.events.common.TickEvent;
import net.minecraft.client.Minecraft;
import net.minecraft.client.player.AbstractClientPlayer;
import net.minecraft.world.entity.Entity;
import net.minecraft.world.entity.player.Player;
import org.slf4j.Logger;

import java.util.*;

// The value here should match an entry in the META-INF/mods.toml file
public class CreateTrainPerspectiveMod {
// Define mod id in a common place for everything to reference
public static final String MODID = "create_train_perspective";
public static CreateTrainPerspectiveMod INSTANCE;
// Directly reference a slf4j logger
private static final Logger LOGGER = LogUtils.getLogger();

public CreateTrainPerspectiveMod() {
TickEvent.PLAYER_POST.register(this::onTickPlayer);
Expand Down

0 comments on commit 8dd927e

Please sign in to comment.