Skip to content

Commit

Permalink
port v0.4.1 to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
der-fruhling committed Jun 6, 2024
1 parent 91205a2 commit 494bc6c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
package net.derfruhling.minecraft.create.trainperspective;

import com.mojang.math.Vector3d;
import net.minecraft.client.Camera;
import net.minecraft.util.Mth;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.phys.Vec3;
import org.joml.Vector3d;
import org.joml.Vector3f;

public class MixinUtil {
private MixinUtil() {}
Expand Down

0 comments on commit 494bc6c

Please sign in to comment.