Update import to a proper one

This commit is contained in:
drcrazy 2019-08-08 02:17:18 +03:00
parent ce56a1da31
commit d80bf3a1ce
26 changed files with 26 additions and 26 deletions

View file

@ -42,8 +42,8 @@ import net.minecraft.util.hit.BlockHitResult;
import net.minecraft.util.math.BlockPos;
import net.minecraft.util.math.Direction;
import net.minecraft.world.World;
import reborncore.api.power.ItemPowerManager;
import reborncore.common.powerSystem.ExternalPowerSystems;
import reborncore.common.powerSystem.ItemPowerManager;
import reborncore.common.util.WorldUtils;
import techreborn.events.TRRecipeHandler;
import techreborn.init.ModSounds;