Pollen

Pollen

4M Downloads

Crash when swimming in custom fluid

CoffeeCatRailway opened this issue ยท 0 comments

commented

What version are you seeing the problem on?

1.18.x

Describe the issue

1. Place custom fluid
2. Try swimming in fluid (Only had crash when swimming up)

latest.log

[10:32:53] [Server thread/ERROR] (Minecraft) Encountered an unexpected exception
net.minecraft.ReportedException: Ticking entity
	at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:887) ~[[removed email]%2375!/:?]
	at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:824) ~[[removed email]%2375!/:?]
	at net.minecraft.client.server.IntegratedServer.tickServer(IntegratedServer.java:93) ~[[removed email]%2375!/:?]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:684) ~[[removed email]%2375!/:?]
	at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:272) ~[[removed email]%2375!/:?]
	at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.lang.NoSuchMethodError: 'void net.minecraft.world.entity.LivingEntity.m_6197_(net.minecraft.tags.Tag)'
	at net.minecraft.world.entity.LivingEntity.handler$zzf000$jumpInLiquid(LivingEntity.java:3650) ~[[removed email]%2375!/:?]
	at net.minecraft.world.entity.LivingEntity.jumpInLiquid(LivingEntity.java) ~[[removed email]%2375!/:?]
	at net.minecraft.world.entity.Mob.jumpInLiquid(Mob.java:1397) ~[[removed email]%2375!/:?]
	at net.minecraft.world.entity.LivingEntity.aiStep(LivingEntity.java:2584) ~[[removed email]%2375!/:?]
	at net.minecraft.world.entity.Mob.aiStep(Mob.java:512) ~[[removed email]%2375!/:?]
	at net.minecraft.world.entity.AgeableMob.aiStep(AgeableMob.java:123) ~[[removed email]%2375!/:?]
	at net.minecraft.world.entity.LivingEntity.tick(LivingEntity.java:2304) ~[[removed email]%2375!/:?]
	at net.minecraft.world.entity.Mob.tick(Mob.java:316) ~[[removed email]%2375!/:?]
	at net.minecraft.world.entity.npc.Villager.tick(Villager.java:243) ~[[removed email]%2375!/:?]
	at net.minecraft.server.level.ServerLevel.tickNonPassenger(ServerLevel.java:638) ~[[removed email]%2375!/:?]
	at net.minecraft.world.level.Level.guardEntityTick(Level.java:512) ~[[removed email]%2375!/:?]
	at net.minecraft.server.level.ServerLevel.lambda$tick$3(ServerLevel.java:321) ~[[removed email]%2375!/:?]
	at net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:54) ~[[removed email]%2375!/:?]
	at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:301) ~[[removed email]%2375!/:?]
	at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:883) ~[[removed email]%2375!/:?]
	... 5 more