Краш (Ticking entity)

Не могу понять почему крашит сервер из-за EntityBullet (Flan's mod).
Вот ошибка:

Java:
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 30.01.20 13:59
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
    at com.flansmod.common.guns.EntityBullet.func_70071_h_(EntityBullet.java:225)
    at net.minecraft.world.World.func_72866_a(World.java:2674)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:800)
    at net.minecraft.world.World.func_72870_g(World.java:2623)
    at net.minecraft.world.World.func_72939_s(World.java:2423)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:633)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:954)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:431)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:809)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:669)
    at java.lang.Thread.run(Thread.java:748)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at com.flansmod.common.guns.EntityBullet.func_70071_h_(EntityBullet.java:225)
    at net.minecraft.world.World.func_72866_a(World.java:2674)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:800)
    at net.minecraft.world.World.func_72870_g(World.java:2623)

-- Entity being ticked --
Details:
    Entity Type: flansmod.Bullet (com.flansmod.common.guns.EntityBullet)
    Entity ID: 271
    Entity Name: entity.flansmod.Bullet.name
    Entity's Exact location: -976,00, 60,15, 1963,57
    Entity's Block location: World: (-977,60,1963), Chunk: (at 15,3,11 in -62,122; contains blocks -992,0,1952 to -977,255,1967), Region: (-2,3; contains chunks -64,96 to -33,127, blocks -1024,0,1536 to -513,255,2047)
    Entity's Momentum: -2,05, 0,34, -4,26
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:2423)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:633)

-- Affected level --
Details:
    Level name: World
    All players: 4 total; [EntityPlayerMP['TemaFlex'/29, l='World', x=-1004,21, y=4,00, z=2030,59](TemaFlex at -1004.211353719922,4.0,2030.5949165728846), EntityPlayerMP['Enot70'/138, l='World', x=-618,58, y=7,35, z=2517,19](Enot70 at -618.5789975107915,7.3528748715633245,2517.1875925397508), EntityPlayerMP['RoLLyC'/144, l='World', x=-281,44, y=15,29, z=2436,48](RoLLyC at -281.4397099048854,15.287696311684481,2436.480507287595), EntityPlayerMP['Ruddu'/182, l='World', x=-545,21, y=60,94, z=2550,01](Ruddu at -545.2114517632161,60.94408702628643,2550.00834726613)]
    Chunk stats: ServerChunkCache: 1588 Drop: 0
    Level seed: 6015675754785761980
    Level generator: ID 01 - flat, ver 0. Features enabled: true
    Level generator options: 
    Level spawn location: World: (36,17,25), Chunk: (at 4,1,9 in 2,1; contains blocks 32,0,16 to 47,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 18570131 game time, 24821984 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 25374 (now: false), thunder time: 18417 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
 
5,018
47
783
В твоем случае надо просто удалить Flans Mod, я полагаю
 
Сверху