---- Minecraft Crash Report ---- WARNING: coremods are present: SpongeCoremod (spongeforge-1.12.2-2838-7.4.7.jar) KonkreteCore (konkrete_forge_1.6.0_MC_1.12-1.12.2.jar) Contact their authors BEFORE contacting forge // Oops. Time: 3/19/23 4:50 PM Description: Exception ticking world org.spongepowered.asm.mixin.injection.throwables.InjectionError: LVT in net/minecraft/world/World::func_175713_t(Lnet/minecraft/util/math/BlockPos;)V has incompatible changes at opcode 15 in callback mixins.common.core.json:world.WorldMixin->@Inject::onCheckTileEntityForRemoval(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/tileentity/TileEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)V. Expected: [Lnet/minecraft/tileentity/TileEntity;, Lnet/minecraft/world/World;, Lnet/minecraft/util/math/BlockPos;] Found: [Lnet/minecraft/tileentity/TileEntity;] Available: [Lnet/minecraft/tileentity/TileEntity;] at net.minecraft.world.World.handler$zlm000$onCheckTileEntityForRemoval$missing(World.java) at net.minecraft.world.World.func_175713_t(World.java:2473) at net.minecraft.block.BlockContainer.func_180663_b(SourceFile:48) at net.minecraft.world.chunk.Chunk.bridge$setBlockState(Chunk.java:3763) at org.spongepowered.common.event.tracking.PhaseTracker.setBlockState(PhaseTracker.java:894) at net.minecraft.world.WorldServer.func_180501_a(WorldServer.java:4520) at net.minecraft.world.gen.feature.WorldGenBlockBlob.func_180709_b(SourceFile:1089) at net.minecraft.world.gen.feature.WorldGenBlockBlob.populate(SourceFile:575) at org.spongepowered.api.world.gen.Populator.populate(Populator.java:97) at org.spongepowered.mod.world.gen.SpongeChunkGeneratorForge.func_185931_b(SpongeChunkGeneratorForge.java:281) at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1019) at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:990) at net.minecraft.world.gen.ChunkProviderServer.redirect$bbj000$impl$populateChunkThroughSponge(ChunkProviderServer.java:2082) at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157) at net.minecraft.server.management.PlayerChunkMapEntry.redirect$bbc000$forgeImpl$UpdateLoadedChunk(PlayerChunkMapEntry.java:1576) at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126) at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147) at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) 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:748) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Server thread Stacktrace: at net.minecraft.world.World.handler$zlm000$onCheckTileEntityForRemoval$missing(World.java) at net.minecraft.world.World.func_175713_t(World.java:2473) at net.minecraft.block.BlockContainer.func_180663_b(SourceFile:48) at net.minecraft.world.chunk.Chunk.bridge$setBlockState(Chunk.java:3763) at org.spongepowered.common.event.tracking.PhaseTracker.setBlockState(PhaseTracker.java:894) at net.minecraft.world.WorldServer.func_180501_a(WorldServer.java:4520) at net.minecraft.world.gen.feature.WorldGenBlockBlob.func_180709_b(SourceFile:1089) at net.minecraft.world.gen.feature.WorldGenBlockBlob.populate(SourceFile:575) at org.spongepowered.api.world.gen.Populator.populate(Populator.java:97) at org.spongepowered.mod.world.gen.SpongeChunkGeneratorForge.func_185931_b(SpongeChunkGeneratorForge.java:281) at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1019) at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:990) at net.minecraft.world.gen.ChunkProviderServer.redirect$bbj000$impl$populateChunkThroughSponge(ChunkProviderServer.java:2082) at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157) at net.minecraft.server.management.PlayerChunkMapEntry.redirect$bbc000$forgeImpl$UpdateLoadedChunk(PlayerChunkMapEntry.java:1576) at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126) at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147) at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227) -- Affected level -- Details: Level name: world All players: 1 total; [EntityPlayerMP['DuskXi'/1129, l='world', x=3584.29, y=83.93, z=1364.67]] Chunk stats: ServerChunkCache: 906 Drop: 0 Level seed: 4888744310914584445 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (248,64,208), Chunk: (at 8,4,0 in 15,13; contains blocks 240,0,208 to 255,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 5757 game time, 5757 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 40024 (now: false), thunder time: 170314 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false -- Sponge PhaseTracker -- Details: Phase Stack: /******************************************************************************************/ /* - Phase: Generation{Terrain:TERRAIN_GENERATION} */ /* Context: */ /* - World: WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld} */ /* - Phase: Generation{Terrain:TERRAIN_GENERATION} */ /* Context: */ /* - World: WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld} */ /******************************************************************************************/ Stacktrace: at net.minecraft.server.MinecraftServer.handler$zjh000$onCrashReport(MinecraftServer.java:4687) at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889) at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:554) at java.lang.Thread.run(Thread.java:748) -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Linux (amd64) version 5.15.0-60-generic Java Version: 1.8.0_312, Temurin Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin Memory: 8689263888 bytes (8286 MB) / 9663676416 bytes (9216 MB) up to 9663676416 bytes (9216 MB) JVM Flags: 3 total; -XX:+UseG1GC -Xmx9G -Xms9G IntCache: cache: 12, tcache: 94, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2860 49 mods loaded, 49 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored Mods: | 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 | spongeapi | 7.4.0-5ea6215 | spongeforge-1.12.2-2838-7.4.7.jar | None | | LCHIJA | sponge | 1.12.2-7.4.7 | spongeforge-1.12.2-2838-7.4.7.jar | None | | LCHIJA | spongeforge | 1.12.2-2838-7.4.7 | spongeforge-1.12.2-2838-7.4.7.jar | None | | LCHIJA | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None | | LCHIJA | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None | | LCHIJA | pixelmon | 8.4.3 | Pixelmon-1.12.2-8.4.3-universal.jar | None | | LCHIJA | gts | 1.12.2-7.0.13-universal | AquaGTS-1.12.2-7.0.13-universal.jar | None | | LCHIJA | betterdexrewards | 3.0.8 | BetterDexRewards-Forge-3.0.8-1.12.2.jar | None | | LCHIJA | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None | | LCHIJA | cfm | 6.3.0 | furniture-6.3.2-1.12.2.jar | None | | LCHIJA | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None | | LCHIJA | konkrete | 1.6.0 | konkrete_forge_1.6.0_MC_1.12-1.12.2.jar | None | | LCHIJA | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5.jar | None | | LCHIJA | oreexcavation | 1.4.150 | OreExcavation-1.4.150.jar | None | | LCHIJA | pixelextras | 2.5.17 | PixelExtras-1.12.2-2.5.17-universal.jar | None | | LCHIJA | pixelhuntremastered | 3.0.2 | PixelHuntRemastered-Forge-3.0.2-1.12.2.jar | None | | LCHIJA | tcg | 1.12.2-8.4.3-universal | Pixelmon-1.12.2-8.4.3-universal.jar | None | | LCHIJA | pixelmonbroadcasts | 1.12.2-1.2.3-universal | PixelmonBroadcasts-1.12.2-1.2.3-universal.jar | None | | LCHIJA | pixelmoninformation | 1.5.0 | PixelmonInformation-1.12.2-8.3.0-1.5.0.jar | None | | LCHIJA | pokeremoval | 2.0.1 | PokeRemoval-Forge-2.0.1-1.12.2.jar | None | | LCHIJA | refinedstorage | 1.6.16 | refinedstorage-1.6.16.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 | | LCHIJA | refinedstoragerequestify | ${version} | refinedstoragerequestify-1.12.2-1.0.2-3.jar | None | | LCHIJA | rslargepatterns | 1.12.2-1.0.0.0 | RSLargePatterns-1.12.2-1.0.0.1.jar | None | | LCHIJA | tournamentsforge | 2.7.2 | Tournaments-1.12.2-2.7.2.jar | None | | LCHIJA | trainercommands | 2.5.1 | TrainerCommands-1.12.2-2.5.1-universal.jar | None | | LCHIJA | trashslot | 8.4.10 | TrashSlot_1.12.2-8.4.10.jar | None | | LCHIJA | wondertrade | 6.0.2 | WonderTrade-Forge-6.0.2-1.12.2.jar | None | Plugins: | State | ID | Version | Source | Signature | |:------ |:--------------------- |:------------------- |:------------------------------------------------------------- |:--------- | | LCHIJA | pixelmoneconomybridge | 2.0.8 | EconomyBridge-2.0.8.jar | None | | LCHIJA | fastasyncworldedit | development | FastAsyncWorldEdit-sponge112-19.11.13-5505943-1282-22.3.5.jar | None | | LCHIJA | worldedit | | FastAsyncWorldEdit-sponge112-19.11.13-5505943-1282-22.3.5.jar | None | | LCHIJA | holograms | 3.1 | holograms-3.1.jar | None | | LCHIJA | placeholderapi | 4.4 | PlaceholderAPI-4.4 (2).jar | None | | LCHIJA | gwm_library | 2.5.6 | GWMLibrary 2.5.6.jar | None | | LCHIJA | gwm_crates | 4.10 | GWMCrates 4.10.jar | None | | LCHIJA | luckperms | 5.3.98 | LuckPerms-Sponge-5.3.98.jar | None | | LCHIJA | nations-updated | 2.11.1 | NationsUpdated-2.11.1.jar | None | | LCHIJA | nucleus | 2.4.1 | Nucleus-2.4.1-MC1.12.2-SpongeAPI7.3-plugin.jar | None | | LCHIJA | pixelgym | 2.7 | PixelGym-1.12.2-2.7-S7.1.0-STABLE.jar | None | | LCHIJA | pixelmonplaceholders | 2.1.6 | pixelmonplaceholders-2.1.6.jar | None | | LCHIJA | react | 1.3.2 | React-1.3.2.jar | None | | LCHIJA | serverlistplus | 3.4.7 | ServerListPlus-3.4.7-Universal.jar | None | | LCHIJA | tabmanager | 2.1.3-S7.0-MC1.12.2 | TabManager-2.1.3-S7.0-MC1.12.2.jar | None | | LCHIJA | totaleconomy | 1.8.1 | TotalEconomy-1.8.1.jar | None | | LCHIJA | tournaments | 2.7.2 | Tournaments-1.12.2-2.7.2.jar | None | | LCHIJA | universeguard | 2.35 | UniverseGuard-2.35.jar | None | Loaded coremods (and transformers): SpongeCoremod (spongeforge-1.12.2-2838-7.4.7.jar) org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer KonkreteCore (konkrete_forge_1.6.0_MC_1.12-1.12.2.jar) Profiler Position: N/A (disabled) Player Count: 1 / 20; [EntityPlayerMP['DuskXi'/1129, l='world', x=3584.29, y=83.93, z=1364.67]] Is Modded: Definitely; Server brand changed to 'fml,forge,sponge' Type: Dedicated Server (map_server.txt)