Skip to content

Commit

Permalink
Merge pull request #17 from Hojosa/1.18
Browse files Browse the repository at this point in the history
move lib/utils under growthcraft.trapper, fixes crash with growthcraft
  • Loading branch information
Alatyami authored Nov 13, 2023
2 parents 8afe1f8 + b633935 commit 28db411
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package growthcraft.trapper.block.entity;

import growthcraft.lib.utils.BlockStateUtils;
import growthcraft.lib.utils.TickUtils;
import growthcraft.trapper.init.GrowthcraftTrapperBlockEntities;
import growthcraft.trapper.init.GrowthcraftTrapperTags;
import growthcraft.trapper.lib.utils.BlockStateUtils;
import growthcraft.trapper.lib.utils.TickUtils;
import growthcraft.trapper.screen.FishtrapMenu;
import net.minecraft.core.BlockPos;
import net.minecraft.core.Direction;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package growthcraft.trapper.block.entity;

import growthcraft.lib.utils.BlockStateUtils;
import growthcraft.lib.utils.TickUtils;
import growthcraft.trapper.init.GrowthcraftTrapperBlockEntities;
import growthcraft.trapper.lib.utils.BlockStateUtils;
import growthcraft.trapper.lib.utils.TickUtils;
import growthcraft.trapper.screen.SpawnEggTrapMenu;
import growthcraft.trapper.shared.Reference;
import net.minecraft.core.BlockPos;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package growthcraft.lib.utils;
package growthcraft.trapper.lib.utils;

import net.minecraft.core.BlockPos;
import net.minecraft.world.level.Level;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package growthcraft.lib.utils;
package growthcraft.trapper.lib.utils;

import java.security.SecureRandom;

Expand Down

0 comments on commit 28db411

Please sign in to comment.