Skip to content

Commit

Permalink
Moved PlayerUtil and WorldUtil to minecraft
Browse files Browse the repository at this point in the history
  • Loading branch information
melontini committed Jun 28, 2023
1 parent cbff8e3 commit ffe6123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package me.melontini.dark_matter.content.world;
package me.melontini.dark_matter.minecraft.world;

import net.minecraft.entity.ai.TargetPredicate;
import net.minecraft.entity.player.PlayerEntity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package me.melontini.dark_matter.content.world;
package me.melontini.dark_matter.minecraft.world;

import me.melontini.dark_matter.util.MakeSure;
import me.melontini.dark_matter.util.MathStuff;
Expand Down

0 comments on commit ffe6123

Please sign in to comment.