This commit is contained in:
Aleksey 2021-04-12 18:05:06 +03:00
parent df94a0d12f
commit 99ade39404
7 changed files with 13 additions and 6 deletions

View file

@ -32,6 +32,8 @@ import net.minecraft.world.Heightmap.Type;
import net.minecraft.world.level.ServerLevelAccessor;
import net.minecraft.world.level.Level;
import net.minecraft.world.WorldView;
import ru.betterend.entity.DragonflyEntity.DragonflyLookControl;
import ru.betterend.entity.DragonflyEntity.WanderAroundGoal;
import ru.betterend.registry.EndEntities;
import ru.betterend.registry.EndSounds;
import ru.betterend.util.BlocksHelper;

View file

@ -38,6 +38,11 @@ import net.minecraft.world.LocalDifficulty;
import net.minecraft.world.level.ServerLevelAccessor;
import net.minecraft.world.level.Level;
import net.minecraft.world.level.biome.Biome;
import ru.betterend.entity.EndSlimeEntity.EndSlimeMoveControl;
import ru.betterend.entity.EndSlimeEntity.FaceTowardTargetGoal;
import ru.betterend.entity.EndSlimeEntity.MoveGoal;
import ru.betterend.entity.EndSlimeEntity.RandomLookGoal;
import ru.betterend.entity.EndSlimeEntity.SwimmingGoal;
import ru.betterend.interfaces.ISlime;
import ru.betterend.registry.EndBiomes;
import ru.betterend.util.BlocksHelper;

View file

@ -47,6 +47,9 @@ import net.minecraft.world.level.ServerLevelAccessor;
import net.minecraft.world.level.Level;
import ru.betterend.BetterEnd;
import ru.betterend.blocks.BlockProperties;
import ru.betterend.entity.SilkMothEntity.MothLookControl;
import ru.betterend.entity.SilkMothEntity.ReturnToHiveGoal;
import ru.betterend.entity.SilkMothEntity.WanderAroundGoal;
import ru.betterend.registry.EndBlocks;
import ru.betterend.registry.EndEntities;
import ru.betterend.registry.EndItems;