p1ut0nium-git / Rough-Mobs-Revamped

Rough Mobs Revamped for Minecraft
https://www.curseforge.com/minecraft/mc-mods/rough-mobs-revamped
4 stars 8 forks source link

[Bug]:error ticking with hostile bat #93

Open didntpenguin opened 6 months ago

didntpenguin commented 6 months ago

What happened?

like title,random crash with the hostile bat

Minecraft Version

1.16.5 (Default)

Forge Version

1.12.2 2859

Mod (RMR) Version

latest version

Crash Log

---- Minecraft Crash Report ----

WARNING: coremods are present:
  FutureMC (future-mc-0.2.15.jar)
  TheBetweenlandsLoadingPlugin (TheBetweenlands-3.9.6-core.jar)
  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.15-1.12.2.jar)
  FTBUltimineASM (ftb-ultimine-1202.3.5.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  Aqua Acrobatics Transformer (AquaAcrobatics-1.15.3.jar)
  ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  Fluidlogged API Plugin (Fluidlogged-API-v2.2.4-mc1.12.2.jar)
  TconEvoCoreMod (tconevo-1.12.2-1.0.49.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.78-core.jar)
  LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  BNBGamingCore (BNBGamingCore-1.12.2-0.12.0.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  MekanismCoremod (Mekanism-Community-Edition-1.12.2-9.12.8-Core.jar)
  ConfigAnytimePlugin (!configanytime-2.0.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
  MixinBooter (!mixinbooter-8.8.jar)
  UniversalTweaksCore (UniversalTweaks-1.12.2-1.9.0.jar)
  SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17-forge-mc1.12.jar)
Contact their authors BEFORE contacting forge

// Ooh. Shiny.

Time: 2/15/24 7:41 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
    at com.p1ut0nium.roughmobsrevamped.ai.combat.RoughAIBatTarget.shouldExecute(RoughAIBatTarget.java:51)
    at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(SourceFile:94)
    at net.minecraft.entity.EntityLiving.updateEntityActionState(EntityLiving.java:760)
    at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:2359)
    at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:577)
    at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:45)
    at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2179)
    at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:295)
    at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:50)
    at com.p1ut0nium.roughmobsrevamped.entities.EntityHostileBat.onUpdate(EntityHostileBat.java:142)
    at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1996)
    at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832)
    at net.minecraft.world.World.updateEntity(World.java:1958)
    at net.minecraft.world.World.updateEntities(World.java:1762)
    at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613)
    at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767)
    at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397)
    at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
    at java.lang.Thread.run(Thread.java:750)

(MixinBooter) Mixins in Stacktrace:
    net/minecraft/entity/EntityLiving:
        mod.acgaming.universaltweaks.tweaks.entities.despawning.mixin.EntityLivingAccessor (mixins.tweaks.entities.despawning.json) [unknown-location]
    net/minecraft/entity/EntityLivingBase:
        com.fuzs.aquaacrobatics.core.mixin.EntityLivingBaseMixin (META-INF/mixins.aquaacrobatics.json) [unknown-location]
        mod.acgaming.universaltweaks.tweaks.misc.incurablepotions.mixin.UTIncurablePotionsMixin (mixins.tweaks.misc.incurablepotions.json) [unknown-location]
        com.supermartijn642.core.mixin.LivingEntityMixin (supermartijn642corelib.mixins.json) [unknown-location]
        mod.acgaming.universaltweaks.bugfixes.entities.deathtime.mixin.UTDeathTimeMixin (mixins.bugfixes.entities.deathtime.json) [unknown-location]
        mod.acgaming.universaltweaks.bugfixes.entities.maxhealth.mixin.UTMaxHealthMixin (mixins.bugfixes.entities.maxhealth.json) [unknown-location]
    net/minecraft/entity/Entity:
        mod.acgaming.universaltweaks.bugfixes.entities.boundingbox.mixin.UTEntityBoundingBoxMixin (mixins.bugfixes.entities.boundingbox.json) [unknown-location]
        com.fuzs.aquaacrobatics.core.mixin.EntityMixin (META-INF/mixins.aquaacrobatics.json) [unknown-location]
        mod.acgaming.universaltweaks.bugfixes.entities.suffocation.mixin.UTSuffocationMixin (mixins.bugfixes.entities.suffocation.json) [unknown-location]
        mod.acgaming.universaltweaks.bugfixes.entities.entityid.mixin.UTEntityIDMixin (mixins.bugfixes.entities.entityid.json) [unknown-location]
        mod.acgaming.universaltweaks.bugfixes.entities.desync.mixin.UTEntityMixin (mixins.bugfixes.entities.desync.json) [unknown-location]
        com.supermartijn642.core.mixin.EntityMixin (supermartijn642corelib.mixins.json) [unknown-location]
    net/minecraft/entity/monster/EntityMob:
        mod.acgaming.universaltweaks.bugfixes.entities.attackradius.mixin.UTAttackRadiusMixin (mixins.bugfixes.entities.attackradius.json) [unknown-location]
        mod.acgaming.universaltweaks.tweaks.entities.despawning.mixin.UTMobDespawnMixin (mixins.tweaks.entities.despawning.json) [unknown-location]
    net/minecraft/entity/EntityLiving:
        mod.acgaming.universaltweaks.tweaks.entities.despawning.mixin.EntityLivingAccessor (mixins.tweaks.entities.despawning.json) [unknown-location]
    net/minecraft/entity/EntityLivingBase:
        com.fuzs.aquaacrobatics.core.mixin.EntityLivingBaseMixin (META-INF/mixins.aquaacrobatics.json) [unknown-location]
        mod.acgaming.universaltweaks.tweaks.misc.incurablepotions.mixin.UTIncurablePotionsMixin (mixins.tweaks.misc.incurablepotions.json) [unknown-location]
        com.supermartijn642.core.mixin.LivingEntityMixin (supermartijn642corelib.mixins.json) [unknown-location]
        mod.acgaming.universaltweaks.bugfixes.entities.deathtime.mixin.UTDeathTimeMixin (mixins.bugfixes.entities.deathtime.json) [unknown-location]
        mod.acgaming.universaltweaks.bugfixes.entities.maxhealth.mixin.UTMaxHealthMixin (mixins.bugfixes.entities.maxhealth.json) [unknown-location]
    net/minecraft/entity/Entity:
        mod.acgaming.universaltweaks.bugfixes.entities.boundingbox.mixin.UTEntityBoundingBoxMixin (mixins.bugfixes.entities.boundingbox.json) [unknown-location]
        com.fuzs.aquaacrobatics.core.mixin.EntityMixin (META-INF/mixins.aquaacrobatics.json) [unknown-location]
        mod.acgaming.universaltweaks.bugfixes.entities.suffocation.mixin.UTSuffocationMixin (mixins.bugfixes.entities.suffocation.json) [unknown-location]
        mod.acgaming.universaltweaks.bugfixes.entities.entityid.mixin.UTEntityIDMixin (mixins.bugfixes.entities.entityid.json) [unknown-location]
        mod.acgaming.universaltweaks.bugfixes.entities.desync.mixin.UTEntityMixin (mixins.bugfixes.entities.desync.json) [unknown-location]
        com.supermartijn642.core.mixin.EntityMixin (supermartijn642corelib.mixins.json) [unknown-location]
    net/minecraft/entity/EntityLivingBase:
        com.fuzs.aquaacrobatics.core.mixin.EntityLivingBaseMixin (META-INF/mixins.aquaacrobatics.json) [unknown-location]
        mod.acgaming.universaltweaks.tweaks.misc.incurablepotions.mixin.UTIncurablePotionsMixin (mixins.tweaks.misc.incurablepotions.json) [unknown-location]
        com.supermartijn642.core.mixin.LivingEntityMixin (supermartijn642corelib.mixins.json) [unknown-location]
        mod.acgaming.universaltweaks.bugfixes.entities.deathtime.mixin.UTDeathTimeMixin (mixins.bugfixes.entities.deathtime.json) [unknown-location]
        mod.acgaming.universaltweaks.bugfixes.entities.maxhealth.mixin.UTMaxHealthMixin (mixins.bugfixes.entities.maxhealth.json) [unknown-location]
    net/minecraft/entity/Entity:
        mod.acgaming.universaltweaks.bugfixes.entities.boundingbox.mixin.UTEntityBoundingBoxMixin (mixins.bugfixes.entities.boundingbox.json) [unknown-location]
        com.fuzs.aquaacrobatics.core.mixin.EntityMixin (META-INF/mixins.aquaacrobatics.json) [unknown-location]
        mod.acgaming.universaltweaks.bugfixes.entities.suffocation.mixin.UTSuffocationMixin (mixins.bugfixes.entities.suffocation.json) [unknown-location]
        mod.acgaming.universaltweaks.bugfixes.entities.entityid.mixin.UTEntityIDMixin (mixins.bugfixes.entities.entityid.json) [unknown-location]
        mod.acgaming.universaltweaks.bugfixes.entities.desync.mixin.UTEntityMixin (mixins.bugfixes.entities.desync.json) [unknown-location]
        com.supermartijn642.core.mixin.EntityMixin (supermartijn642corelib.mixins.json) [unknown-location]
    net/minecraft/world/WorldServer:
        mod.acgaming.universaltweaks.bugfixes.entities.tracker.mixin.UTWorldServerMixin (mixins.bugfixes.entities.tracker.json) [unknown-location]
    net/minecraft/server/dedicated/DedicatedServer:
        mod.acgaming.universaltweaks.tweaks.misc.difficulty.mixin.UTDefaultDifficultyMPMixin (mixins.tweaks.misc.difficulty.server.json) [unknown-location]
        mod.acgaming.universaltweaks.tweaks.misc.buttons.snooper.mixin.UTSnooperServer (mixins.tweaks.misc.buttons.snooper.server.json) [unknown-location]

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

-- Head --
Thread: Server thread
Stacktrace:
    at com.p1ut0nium.roughmobsrevamped.ai.combat.RoughAIBatTarget.func_75250_a(RoughAIBatTarget.java:51)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:760)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2359)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
    at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
    at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
    at com.p1ut0nium.roughmobsrevamped.entities.EntityHostileBat.func_70071_h_(EntityHostileBat.java:142)
    at net.minecraft.world.World.func_72866_a(World.java:1996)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
    at net.minecraft.world.World.func_72870_g(World.java:1958)

-- Entity being ticked --
Details:
    Entity Type: roughmobsrevamped:hostilebat (com.p1ut0nium.roughmobsrevamped.entities.EntityHostileBat)
    Entity ID: 105788
    Entity Name: Hostile Bat
    Entity's Exact location: 956.42, 66.10, 945.27
    Entity's Block location: World: (956,66,945), Chunk: (at 12,4,1 in 59,59; contains blocks 944,0,944 to 959,255,959), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
    Entity's Momentum: 0.00, 0.00, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1762)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level --
Details:
    Level name: FurinaHR
    All players: 2 total; [EntityPlayerMP['frisk4475'/98452, l='FurinaHR', x=962.85, y=66.00, z=964.53], EntityPlayerMP['FurinaaxPGN'/96342, l='FurinaHR', x=979.26, y=69.59, z=960.85]]
    Chunk stats: ServerChunkCache: 719 Drop: 0
    Level seed: -2550288257874305849
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options: 
    Level spawn location: World: (-166,64,314), Chunk: (at 10,4,10 in -11,19; contains blocks -176,0,304 to -161,255,319), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 377702 game time, 193216 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 86799 (now: false), thunder time: 6671 (now: true)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
    at java.lang.Thread.run(Thread.java:750)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Linux (amd64) version 5.15.0-92-generic
    Java Version: 1.8.0_392, Private Build
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Private Build
    Memory: 4361199680 bytes (4159 MB) / 5658116096 bytes (5396 MB) up to 5726797824 bytes (5461 MB)
    JVM Flags: 2 total; -Xms4G -Xmx6G
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.42 Powered by Forge 14.23.5.2860 134 mods loaded, 134 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State  | ID                                | Version                  | Source                                            | Signature                                |
    |:------ |:--------------------------------- |:------------------------ |:------------------------------------------------- |:---------------------------------------- |
    | LCHIJA | minecraft                         | 1.12.2                   | minecraft.jar                                     | None                                     |
    | LCHIJA | mcp                               | 9.42                     | minecraft.jar                                     | None                                     |
    | LCHIJA | FML                               | 8.0.99.99                | server.jar                                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCHIJA | forge                             | 14.23.5.2860             | server.jar                                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCHIJA | ivtoolkit                         | 1.3.3-1.12               | minecraft.jar                                     | None                                     |
    | LCHIJA | mixinbooter                       | 8.8                      | minecraft.jar                                     | None                                     |
    | LCHIJA | bnbgamingcore                     | 0.12.0                   | minecraft.jar                                     | None                                     |
    | LCHIJA | foamfixcore                       | 7.7.4                    | minecraft.jar                                     | None                                     |
    | LCHIJA | configanytime                     | 1.0                      | !configanytime-2.0.jar                            | None                                     |
    | LCHIJA | supermartijn642corelib            | 1.1.17                   | _supermartijn642corelib-1.1.17-forge-mc1.12.jar   | None                                     |
    | LCHIJA | actuallyadditions                 | 1.12.2-r152              | ActuallyAdditions-1.12.2-r152.jar                 | None                                     |
    | LCHIJA | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                            | None                                     |
    | LCHIJA | actuallybaubles                   | 1.1                      | ActuallyBaubles-1.12-1.1.jar                      | None                                     |
    | LCHIJA | alcatrazcore                      | 1.0.4                    | alcatrazcore-1.0.4.jar                            | 3c2d6be715971d1ed58a028cdb3fae72987fc934 |
    | LCHIJA | jei                               | 4.25.1                   | HadEnoughItems_1.12.2-4.25.1.jar                  | None                                     |
    | LCHIJA | chisel                            | MC1.12.2-1.0.2.45        | Chisel-MC1.12.2-1.0.2.45.jar                      | None                                     |
    | LCHIJA | endercore                         | 1.12.2-0.5.78            | EnderCore-1.12.2-0.5.78.jar                       | None                                     |
    | LCHIJA | codechickenlib                    | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | redstoneflux                      | 2.1.1                    | RedstoneFlux-1.12-2.1.1.1-universal.jar           | None                                     |
    | LCHIJA | cofhcore                          | 4.6.6                    | CoFHCore-1.12.2-4.6.6.1-universal.jar             | None                                     |
    | LCHIJA | cofhworld                         | 1.4.0                    | CoFHWorld-1.12.2-1.4.0.1-universal.jar            | None                                     |
    | LCHIJA | thermalfoundation                 | 2.6.7                    | ThermalFoundation-1.12.2-2.6.7.1-universal.jar    | None                                     |
    | LCHIJA | thermalexpansion                  | 5.5.7                    | ThermalExpansion-1.12.2-5.5.7.1-universal.jar     | None                                     |
    | LCHIJA | enderio                           | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                         | None                                     |
    | LCHIJA | enderiointegrationtic             | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                         | None                                     |
    | LCHIJA | mantle                            | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                          | None                                     |
    | LCHIJA | twilightforest                    | 3.11.1021                | twilightforest-1.12.2-3.11.1021-universal.jar     | None                                     |
    | LCHIJA | tconstruct                        | 1.12.2-2.13.0.183        | TConstruct-1.12.2-2.13.0.183.jar                  | None                                     |
    | LCHIJA | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.9.jar                        | None                                     |
    | LCHIJA | flyringbaublemod                  | 0.3.1_1.12-d4e654e       | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar       | None                                     |
    | LCHIJA | placebo                           | 1.6.0                    | Placebo-1.12.2-1.6.1.jar                          | None                                     |
    | LCHIJA | apotheosis                        | 1.12.4                   | Apotheosis-1.12.2-1.12.5.jar                      | None                                     |
    | LCHIJA | appleskin                         | 1.0.14                   | AppleSkin-mc1.12-1.0.14.jar                       | None                                     |
    | LCHIJA | aquaacrobatics                    | 1.15.3                   | AquaAcrobatics-1.15.3.jar                         | None                                     |
    | LCHIJA | conarm                            | 1.2.5.10                 | conarm-1.12.2-1.2.5.10.jar                        | b33d2c8df492beff56d1bbbc92da49b8ab7345a1 |
    | LCHIJA | armoryexpansion                   | 1.4.2                    | armoryexpansion-1.4.2.jar                         | None                                     |
    | LCHIJA | armoryexpansion-custommaterials   | 1.4.2                    | armoryexpansion-1.4.2.jar                         | None                                     |
    | LCHIJA | armoryexpansion-iceandfire        | 1.4.2                    | armoryexpansion-1.4.2.jar                         | None                                     |
    | LCHIJA | armoryexpansion-matteroverdrive   | 1.4.2                    | armoryexpansion-1.4.2.jar                         | None                                     |
    | LCHIJA | betterbuilderswands               | 0.11.1                   | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar   | None                                     |
    | LCHIJA | bettermineshafts                  | 1.12.2-2.2.1             | BetterMineshaftsForge-1.12.2-2.2.1.jar            | None                                     |
    | LCHIJA | betternether                      | 0.1.8.6                  | betternether-0.1.8.6.jar                          | None                                     |
    | LCHIJA | bloodmoon                         | 1.5.3                    | Bloodmoon-MC1.12.2-1.5.3.jar                      | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | LCHIJA | bonsaitrees                       | 1.1.4                    | bonsaitrees-1.1.4-b170.jar                        | None                                     |
    | LCHIJA | bookshelf                         | 2.3.590                  | Bookshelf-1.12.2-2.3.590.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | carryon                           | 1.12.3                   | carryon-1.12.2-1.12.7.23.jar                      | None                                     |
    | LCHIJA | champions                         | 1.12.2-1.0.11.10         | champions-1.12.2-1.0.11.10.jar                    | b33d2c8df492beff56d1bbbc92da49b8ab7345a1 |
    | LCHIJA | collective                        | 3.0                      | collective-1.12.2-3.0.jar                         | None                                     |
    | LCHIJA | collisiondamage                   | 1.2.2                    | CollisionDamage-1.2.2.jar                         | None                                     |
    | LCHIJA | cyclopscore                       | 1.6.7                    | CyclopsCore-1.12.2-1.6.7.jar                      | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | colossalchests                    | 1.7.3                    | ColossalChests-1.12.2-1.7.3.jar                   | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | extendedrenderer                  | v1.0                     | coroutil-1.12.1-1.2.37.jar                        | None                                     |
    | LCHIJA | coroutil                          | 1.12.1-1.2.37            | coroutil-1.12.1-1.2.37.jar                        | None                                     |
    | LCHIJA | configmod                         | v1.0                     | coroutil-1.12.1-1.2.37.jar                        | None                                     |
    | LCHIJA | craftingtweaks                    | 9.0.1                    | CraftingTweaks_1.12.2-9.0.1.jar                   | None                                     |
    | LCHIJA | creeperconfetti                   | 1.4.2                    | creeperconfetti-1.4.2.jar                         | None                                     |
    | LCHIJA | culinaryconstruct                 | 1.3.4                    | culinaryconstruct-1.3.4.jar                       | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
    | LCHIJA | cmotd                             | 1.1.6                    | CustomMOTD-1.12.2-1.1.6.jar                       | None                                     |
    | LCHIJA | cyclicmagic                       | 1.20.12                  | Cyclic-1.12.2-1.20.14.jar                         | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
    | LCHIJA | darknesslib                       | 1.1.2                    | DarknessLib-1.12.2-1.1.2.jar                      | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | LCHIJA | darkutils                         | 1.8.230                  | DarkUtils-1.12.2-1.8.230.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | defiledlands                      | 1.4.3                    | defiledlands-1.12.2-1.4.3.jar                     | None                                     |
    | LCHIJA | eerieentities                     | 1.0.7                    | EerieEntities-1.12.2-1.0.7.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | elevatorid                        | 1.3.14                   | ElevatorMod-1.12.2-1.3.14.jar                     | None                                     |
    | LCHIJA | enderiobase                       | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                         | None                                     |
    | LCHIJA | enderioconduits                   | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                         | None                                     |
    | LCHIJA | enderioconduitsappliedenergistics | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                         | None                                     |
    | LCHIJA | enderioconduitsopencomputers      | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                         | None                                     |
    | LCHIJA | enderioconduitsrefinedstorage     | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                         | None                                     |
    | LCHIJA | enderiointegrationforestry        | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                         | None                                     |
    | LCHIJA | enderiointegrationticlate         | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                         | None                                     |
    | LCHIJA | enderioinvpanel                   | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                         | None                                     |
    | LCHIJA | ftblib                            | 5.4.7.2                  | FTBLib-5.4.7.2.jar                                | None                                     |
    | LCHIJA | enderiomachines                   | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                         | None                                     |
    | LCHIJA | enderiopowertools                 | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                         | None                                     |
    | LCHIJA | everlastingabilities              | 1.5.3                    | EverlastingAbilities-1.12.2-1.5.3.jar             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | fastleafdecay                     | v14                      | FastLeafDecay-v14.jar                             | None                                     |
    | LCHIJA | normalasm                         | 5.18                     | fermiumasm-5.18.jar                               | None                                     |
    | LCHIJA | mod_lavacow                       | 1.4.1                    | Fish's Undead Rising-1.4.1.jar                    | None                                     |
    | LCHIJA | fluidlogged_api                   | 2.2.4                    | Fluidlogged-API-v2.2.4-mc1.12.2.jar               | None                                     |
    | LCHIJA | fluxnetworks                      | 4.1.0                    | FluxNetworks-1.12.2-4.1.1.34.jar                  | None                                     |
    | LCHIJA | foamfix                           | @VERSION@                | foamfix-0.10.15-1.12.2.jar                        | None                                     |
    | LCHIJA | forgelin                          | 1.8.4                    | Forgelin-1.8.4.jar                                | None                                     |
    | LCHIJA | ftbultimine                       | 1202.3.5                 | ftb-ultimine-1202.3.5.jar                         | None                                     |
    | LCHIJA | ftbutilities                      | 5.4.1.131                | FTBUtilities-5.4.1.131.jar                        | None                                     |
    | LCHIJA | futuremc                          | 0.2.6                    | future-mc-0.2.15.jar                              | None                                     |
    | LCHIJA | grue                              | 1.8.1                    | Grue-1.12.2-1.8.1.jar                             | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | LCHIJA | huntingdim                        | 1.0.42                   | HuntingDimension-1.12.2-1.0.42.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | ichunutil                         | 7.2.2                    | iChunUtil-1.12.2-7.2.2.jar                        | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | illagers_plus                     | 1.1                      | IllagersPlus-1.12.2-1.1.3.jar                     | None                                     |
    | LCHIJA | infernalmobs                      | 1.7.6                    | InfernalMobs-1.12.2.jar                           | None                                     |
    | LCHIJA | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                          | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | LCHIJA | ironbackpacks                     | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar                 | None                                     |
    | LCHIJA | ironchest                         | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.72.847.jar                   | None                                     |
    | LCHIJA | journeymap                        | 1.12.2-5.7.1p1           | journeymap-1.12.2-5.7.1p1.jar                     | None                                     |
    | LCHIJA | libnine                           | 1.2.1                    | libnine-1.12.2-1.2.1.jar                          | None                                     |
    | LCHIJA | lunatriuscore                     | 1.2.0.42                 | LunatriusCore-1.12.2-1.2.0.42-universal.jar       | None                                     |
    | LCHIJA | mekanism                          | 9.12.8                   | Mekanism-Community-Edition-1.12.2-9.12.8-Core.jar | None                                     |
    | LCHIJA | testdummy                         | 1.12                     | MmmMmmMmmMmm-1.12-1.14.jar                        | None                                     |
    | LCHIJA | morpheus                          | 1.12.2-3.5.106           | Morpheus-1.12.2-3.5.106.jar                       | None                                     |
    | LCHIJA | natura                            | 1.12.2-4.3.2.69          | natura-1.12.2-4.3.2.69.jar                        | None                                     |
    | LCHIJA | naturescompass                    | 1.8.5                    | NaturesCompass-1.12.2-1.8.5.jar                   | None                                     |
    | LCHIJA | parry                             | 1.0                      | parry-1.0-hotfix.jar                              | None                                     |
    | LCHIJA | patchouli                         | 1.0-23.6                 | Patchouli-1.0-23.6.jar                            | None                                     |
    | LCHIJA | plustic                           | 8.0.6                    | plustic-8.0.6.jar                                 | None                                     |
    | LCHIJA | pvj                               | 1.6.4                    | ProjectVibrantJourneys-1.12.2-1.6.4.jar           | None                                     |
    | LCHIJA | reccomplex                        | 1.4.8.5                  | RecurrentComplex-1.4.8.5.jar                      | None                                     |
    | LCHIJA | xreliquary                        | 1.12.2-1.3.4.796         | Reliquary-1.12.2-1.3.4.796.jar                    | None                                     |
    | LCHIJA | roguelike                         | 2.4.4                    | RoguelikeDungeonsFnarEdition-1.12.2-2.4.4.jar     | None                                     |
    | LCHIJA | roughmobsrevamped                 | 2.3.23                   | roughmobsrevamped-1.12.2-2.3.23.jar               | None                                     |
    | LCHIJA | rustic                            | 1.1.7                    | rustic-1.1.7.jar                                  | None                                     |
    | LCHIJA | silentlib                         | 3.0.13                   | SilentLib-1.12.2-3.0.14+168.jar                   | None                                     |
    | LCHIJA | scalinghealth                     | 1.3.37                   | ScalingHealth-1.12.2-1.3.42+147.jar               | None                                     |
    | LCHIJA | storagenetwork                    | 1.8.3                    | SimpleStorageNetwork-1.12.2-1.8.3.jar             | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
    | LCHIJA | simpletomb                        | 1.12.2-1.0.0             | simpletomb-1.12.2-1.0.0.jar                       | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
    | LCHIJA | stepup                            | 1.0.2-mc1.10-1.12.2      | StepUp-1.0.2-mc1.10-1.12.jar                      | None                                     |
    | LCHIJA | tconevo                           | 1.0.49                   | tconevo-1.12.2-1.0.49.jar                         | None                                     |
    | LCHIJA | theoneprobe                       | 1.4.28                   | theoneprobe-1.12-1.4.28.jar                       | None                                     |
    | LCHIJA | thermaltinkering                  | 1.0                      | ThermalTinkering-1.12.2-2.0.1.jar                 | None                                     |
    | LCHIJA | tinkersaddons                     | 1.0.10                   | Tinkers' Addons-1.12.2-1.0.10.jar                 | None                                     |
    | LCHIJA | tinkersjei                        | 1.2                      | tinkersjei-1.2.jar                                | None                                     |
    | LCHIJA | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar               | None                                     |
    | LCHIJA | tp                                | 3.2.34                   | tinyprogressions-1.12.2-3.3.34-Release.jar        | None                                     |
    | LCHIJA | totaltinkers                      | 0.6.0                    | totaltinkers-0.6.0.jar                            | None                                     |
    | LCHIJA | trumpetskeleton                   | 1.12-1.0.2.1             | trumpetskeleton-1.12-1.0.2.1.jar                  | None                                     |
    | LCHIJA | universaltweaks                   | 1.9.0                    | UniversalTweaks-1.12.2-1.9.0.jar                  | None                                     |
    | LCHIJA | villagenames                      | 4.4.7                    | VillageNames-1.12.2-4.4.7.jar                     | None                                     |
    | LCHIJA | walljump                          | 1.3.2                    | walljump-1.12.2-1.3.2.jar                         | None                                     |
    | LCHIJA | recipehandler                     | 0.14                     | YARCF-0.14(1.12.2).jar                            | None                                     |
    | LCHIJA | zombieawareness                   | 1.12.1-1.11.16           | zombieawareness-1.12.1-1.11.16.jar                | None                                     |
    | LCHIJA | orelib                            | 3.6.0.1                  | OreLib-1.12.2-3.6.0.1.jar                         | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
    | LCHIJA | thebetweenlands                   | 3.9.6                    | TheBetweenlands-3.9.6-universal.jar               | 38067d6878811efb38b6a045521cfd80b9b60b38 |
    | LCHIJA | armoryexpansion-conarm            | 1.4.2                    | armoryexpansion-1.4.2.jar                         | None                                     |
    | LCHIJA | gravelores                        | 1.8                      | gravelores-1.8.jar                                | None                                     |

    Loaded coremods (and transformers): 
FutureMC (future-mc-0.2.15.jar)
  thedarkcolour.futuremc.asm.CoreTransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.9.6-core.jar)
  thebetweenlands.core.TheBetweenlandsClassTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.15-1.12.2.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
FTBUltimineASM (ftb-ultimine-1202.3.5.jar)

ForgelinPlugin (Forgelin-1.8.4.jar)

Aqua Acrobatics Transformer (AquaAcrobatics-1.15.3.jar)

ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  shadows.ApotheosisTransformer
Fluidlogged API Plugin (Fluidlogged-API-v2.2.4-mc1.12.2.jar)
  git.jbredwards.fluidlogged_api.mod.asm.ASMHandler$Transformer
  git.jbredwards.fluidlogged_api.mod.asm.transformers.TransformerLevelProperty
  git.jbredwards.fluidlogged_api.mod.asm.transformers.TransformerSmoothWater
TconEvoCoreMod (tconevo-1.12.2-1.0.49.jar)
  xyz.phanta.tconevo.coremod.TconEvoClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.78-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  lumien.bloodmoon.asm.ClassTransformer
BNBGamingCore (BNBGamingCore-1.12.2-0.12.0.jar)
  com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
MekanismCoremod (Mekanism-Community-Edition-1.12.2-9.12.8-Core.jar)
  mekanism.coremod.KeybindingMigrationHelper
ConfigAnytimePlugin (!configanytime-2.0.jar)

IvToolkit (IvToolkit-1.3.3-1.12.jar)

MixinBooter (!mixinbooter-8.8.jar)

UniversalTweaksCore (UniversalTweaks-1.12.2-1.9.0.jar)

SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17-forge-mc1.12.jar)

    Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
                  * Offline mode for dedicated servers is NOT supported by Ender IO.
                 This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
    Authlib is : /home/yomi/Downloads/Server/minecraft_server.1.12.2.jar

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!You are looking at the diagnostics information, not at the crash.       !!!
    !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - chiselIntegration (Enabled/Not Forced)
        - craftingtweaksIntegration (Enabled/Not Forced)
        - theoneprobeIntegration (Enabled/Not Forced)

    Pulsar/natura loaded Pulses: 
        - NaturaCommons (Enabled/Forced)
        - NaturaOverworld (Enabled/Not Forced)
        - NaturaNether (Enabled/Not Forced)
        - NaturaDecorative (Enabled/Not Forced)
        - NaturaTools (Enabled/Not Forced)
        - NaturaEntities (Enabled/Not Forced)
        - NaturaOredict (Enabled/Forced)
        - NaturaWorld (Enabled/Not Forced)
        - craftingtweaksIntegration (Enabled/Not Forced)

    Profiler Position: N/A (disabled)
    Player Count: 2 / 10; [EntityPlayerMP['frisk4475'/98452, l='FurinaHR', x=962.85, y=66.00, z=964.53], EntityPlayerMP['FurinaaxPGN'/96342, l='FurinaHR', x=979.26, y=69.59, z=960.85]]
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)
didntpenguin commented 6 months ago

ugh,1,12 not 1.16