Continue
This commit is contained in:
parent
df94a0d12f
commit
99ade39404
7 changed files with 13 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue