---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 4/24/20 1:14 AM
Description: Exception in server tick loop
java.lang.NoSuchMethodError: net.minecraft.network.PacketBuffer.func_218666_n()Ljava/lang/String;
at com.supermartijn642.movingelevators.packets.PacketElevatorName.decode(PacketElevatorName.java:34) ~[?:1.2.9-mc1.15] {re:classloading}
at net.minecraftforge.fml.network.simple.IndexedMessageCodec.lambda$tryDecode$0(IndexedMessageCodec.java:120) ~[?:?] {re:classloading}
at java.util.Optional.map(Optional.java:215) ~[?:1.8.0_241] {}
at net.minecraftforge.fml.network.simple.IndexedMessageCodec.tryDecode(IndexedMessageCodec.java:120) ~[?:?] {re:classloading}
at net.minecraftforge.fml.network.simple.IndexedMessageCodec.consume(IndexedMessageCodec.java:162) ~[?:?] {re:classloading}
at net.minecraftforge.fml.network.simple.SimpleChannel.networkEventListener(SimpleChannel.java:80) ~[?:?] {re:classloading}
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
at net.minecraftforge.fml.network.NetworkInstance.dispatch(NetworkInstance.java:84) ~[?:?] {re:classloading}
at net.minecraftforge.fml.network.NetworkHooks.lambda$onCustomPayload$1(NetworkHooks.java:78) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_ma.json:MixinForgeNetworkHooks,pl:mixin:A}
at java.util.Optional.map(Optional.java:215) ~[?:1.8.0_241] {}
at net.minecraftforge.fml.network.NetworkHooks.onCustomPayload(NetworkHooks.java:78) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_ma.json:MixinForgeNetworkHooks,pl:mixin:A}
at net.minecraft.network.play.ServerPlayNetHandler.func_147349_a(ServerPlayNetHandler.java:1279) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches ServerPlayNetHandler Transformer,pl:mixin:A}
at net.minecraft.network.play.client.CCustomPayloadPacket.func_148833_a(CCustomPayloadPacket.java:42) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.network.play.client.CCustomPayloadPacket.func_148833_a(CCustomPayloadPacket.java:12) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?] {re:classloading}
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?] {re:classloading}
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:mixin,re:classloading}
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:694) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641) [?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_241] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---- Minecraft Crash Report ---- // Uh... Did I do that?
Time: 4/24/20 1:14 AM Description: Exception in server tick loop
java.lang.NoSuchMethodError: net.minecraft.network.PacketBuffer.func_218666_n()Ljava/lang/String; at com.supermartijn642.movingelevators.packets.PacketElevatorName.decode(PacketElevatorName.java:34) ~[?:1.2.9-mc1.15] {re:classloading} at net.minecraftforge.fml.network.simple.IndexedMessageCodec.lambda$tryDecode$0(IndexedMessageCodec.java:120) ~[?:?] {re:classloading} at java.util.Optional.map(Optional.java:215) ~[?:1.8.0_241] {} at net.minecraftforge.fml.network.simple.IndexedMessageCodec.tryDecode(IndexedMessageCodec.java:120) ~[?:?] {re:classloading} at net.minecraftforge.fml.network.simple.IndexedMessageCodec.consume(IndexedMessageCodec.java:162) ~[?:?] {re:classloading} at net.minecraftforge.fml.network.simple.SimpleChannel.networkEventListener(SimpleChannel.java:80) ~[?:?] {re:classloading} at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.0.0-milestone.1-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.0.0-milestone.1-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {} at net.minecraftforge.fml.network.NetworkInstance.dispatch(NetworkInstance.java:84) ~[?:?] {re:classloading} at net.minecraftforge.fml.network.NetworkHooks.lambda$onCustomPayload$1(NetworkHooks.java:78) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_ma.json:MixinForgeNetworkHooks,pl:mixin:A} at java.util.Optional.map(Optional.java:215) ~[?:1.8.0_241] {} at net.minecraftforge.fml.network.NetworkHooks.onCustomPayload(NetworkHooks.java:78) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_ma.json:MixinForgeNetworkHooks,pl:mixin:A} at net.minecraft.network.play.ServerPlayNetHandler.func_147349_a(ServerPlayNetHandler.java:1279) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches ServerPlayNetHandler Transformer,pl:mixin:A} at net.minecraft.network.play.client.CCustomPayloadPacket.func_148833_a(CCustomPayloadPacket.java:42) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.network.play.client.CCustomPayloadPacket.func_148833_a(CCustomPayloadPacket.java:12) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?] {re:classloading} at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?] {re:classloading} at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:mixin,re:classloading} at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:694) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641) [?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at java.lang.Thread.run(Thread.java:748) [?:1.8.0_241] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
-- System Details -- Details: Minecraft Version: 1.15.2 Minecraft Version ID: 1.15.2 Operating System: Linux (amd64) version 4.15.0-76-generic Java Version: 1.8.0_241, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1257991488 bytes (1199 MB) / 3700948992 bytes (3529 MB) up to 7635730432 bytes (7282 MB) CPUs: 24 JVM Flags: 3 total; -Xmx8192M -Xms512M -Xss2M ModLauncher: 5.0.0-milestone.4+67+b1a340b ModLauncher launch target: fmlserver ModLauncher naming: srg ModLauncher services: /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE /forge-1.15.2-31.1.48.jar object_holder_definalize PLUGINSERVICE /forge-1.15.2-31.1.48.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.15.2-31.1.48.jar capability_inject_definalize PLUGINSERVICE /forge-1.15.2-31.1.48.jar runtimedistcleaner PLUGINSERVICE /forge-1.15.2-31.1.48.jar fml TRANSFORMATIONSERVICE /MixinBootstrap-1.0.2.jar mixinbootstrap TRANSFORMATIONSERVICE /MixinBootstrap-1.0.2.jar mixin PLUGINSERVICE /MixinBootstrap-1.0.2.jar mixinbootstrap PLUGINSERVICE FML: 31.1 Forge: net.minecraftforge:31.1.48 FML Language Providers: javafml@31.1 minecraft@1 Mod List: CyclopsCore-1.15.2-1.6.2.jar Cyclops Core {cyclopscore@1.6.2 DONE} upsizer-mc1.15.2-5.1.jar Upsizer {upsizer@5.1.0 DONE} compact-storage-forge-4.0.3-1.15.2.jar Compact Storage {compact-storage@4.0.0 DONE} ExtendedCrafting-1.15.2-2.0.0.jar Extended Crafting {extendedcrafting@2.0.0 DONE} DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {doggytalents@1.15.2.3 DONE} ChineseWorkshop-1.15.2-2.4.2.jar ChineseWorkshop {chineseworkshop@2.4.2 DONE} mcw-windows-1.0.0-mc1.15.1_1.15.2.jar Macaw's Windows {mcwwindows@1.0.0 DONE} Industrial Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {industrialagriculture@1.15.2-1.7.0 DONE} KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 DONE} rsgauges-1.15.2-1.2.3-b1.jar Gauges and Switches {rsgauges@1.2.3-b1 DONE} findme-1.15.2-1.2.1.jar Find Me {findme@NONE DONE} Neat 1.6-20.jar Neat {neat@1.6-20 DONE} ForgeEndertech-1.15.2-6.0.2.1-build.0024.jar Forge Endertech {forgeendertech@6.0.2.1 DONE} CookingForBlockheads_1.15.2-8.0.1.jar Cooking for Blockheads {cookingforblockheads@8.0.1 DONE} Controlling-6.1.4.jar Controlling {controlling@6.1.4 DONE} Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 DONE} dankstorage-2.6.jar Dank Storage {dankstorage@2.6 DONE} citadel-1.1.4.jar Citadel {citadel@1.1.4 DONE} Powah-1.15.2-1.1.12.jar Powah {powah@1.1.12 DONE} ftb-gui-library-1.0.0.14.jar FTB GUI Library {ftbguilibrary@1.0.0.14 DONE} rangedpumps-0.7.1.jar Ranged Pumps {rangedpumps@0.7.1 DONE} ColouredTooltips-1.15.2-6.0.1.jar ColouredTooltips {colouredtooltips@6.0.1 DONE} WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {wstweaks@4.0.0 DONE} Bookshelf-1.15.2-5.4.14.jar Bookshelf {bookshelf@5.4.14 DONE} Reliquary-1.15.2-1.3.4.972.jar Reliquary {xreliquary@1.15.2-1.3.4.972 DONE} randompatches-1.15.2-1.21.1.2.jar RandomPatches {randompatches@1.15.2-1.21.1.2 DONE} ChanceCubes-1.15.2-5.0.2.360.jar Chance Cubes {chancecubes@1.15.2-5.0.2.360 DONE} buildinggadgets-3.3.4.jar Building Gadgets {buildinggadgets@3.3.4 DONE} DarkUtilities-1.15.2-3.0.3.jar Dark Utilities {darkutils@3.0.3 DONE} Apotheosis-1.15.2-3.0.7.jar Apotheosis {apotheosis@3.0.7 DONE} ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {progressivebosses@2.1.5-mc1.15.2 DONE} MekanismGenerators-1.15.2-9.10.1.414.jar Mekanism: Generators {mekanismgenerators@9.10.1 DONE} speedyhoppers-1.15.2-2.jar Speedy Hoppers {speedyhoppers@1.15.2-2 DONE} FpsReducer-mc1.15.2-1.14.1.jar FPS Reducer {fpsreducer@mc1.15.2-1.14.1 DONE} EnergeticSheep-1.15.2-1.1.6.jar EnergeticSheep {energeticsheep@1.1.6 DONE} ftb-teams-1.0.0.5.jar FTB Teams {ftbteams@1.0.0.5 DONE} MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {mysticalagradditions@3.0.0 DONE} mysticallib-1.15.2-2.0.0.jar Mystical Lib {mysticallib@1.15.2-2.0.0 DONE} refinedstorage-1.8.1.jar Refined Storage {refinedstorage@1.8.1 DONE} quartz-chests-1.1.0.5.jar Quartz Chests {quartzchests@1.1.0.5 DONE} Industrial Agriculture[Gobber]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Gobber {iapg@1.15.2-1.6.0 DONE} mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 DONE} industrial-foregoing-1.15.2-2.2.2-28d4a81.jar Industrial Foregoing {industrialforegoing@2.2.2 DONE} torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 DONE} Overloaded Compressed Blocks-1.15.2-1.0.12.jar Overloaded Compressed Blocks {overloaded_cb@1.15.2-1.0.10 DONE} CommonCapabilities-1.15.2-2.4.4.jar CommonCapabilities {commoncapabilities@2.4.4 DONE} AmbientSounds_v3.0.19_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 DONE} GreaterEye-1.15.2-1.0.6.jar GreaterEye {greater_eye@1.0.6 DONE} BiomesOPlenty-1.15.2-10.0.0.355-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.354 DONE} BetterDrowning-1.15.2-1.0.3.jar BetterDrowning {betterdrowning@1.0.3 DONE} phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 DONE} Blur-1.1.0-1.jar Blur {blur@1.1.0-1 DONE} valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.1 DONE} Lollipop-1.15.2-1.0.14.jar Lollipop {lollipop@1.0.14 DONE} simplylight-1.15.2-0.9.0.jar Simply Light {simplylight@1.15.2-0.9.0 DONE} SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {solarflux@15.0.0 DONE} curios-FORGE-1.15.2-2.0.2.2.jar Curios API {curios@FORGE-1.15.2-2.0.2.2 DONE} Botania r1.15-382.jar Botania {botania@r1.15-382 DONE} Patchouli-1.15.2-1.2-31.jar Patchouli {patchouli@1.15.2-1.2-30 DONE} corail_woodcutter-1.1.2-1.15.2.jar Corail Woodcutter {corail_woodcutter@1.1.2 DONE} config-2-3.0.jar Cloth Config v2 API {cloth-config2@3.0 DONE} OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE DONE} betbeacpl_1.15.2-1.0.jar Better Beacon Placement {betbeacpl@1.0 DONE} libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 DONE} Gobber2-1.15.2-2.2.82.jar Gobber 2 {gobber2@2.2.82 DONE} tombstone-4.3.4-1.15.2.jar Corail Tombstone {tombstone@4.3.4 DONE} obfuscate-0.4.2-1.15.2.jar Obfuscate {obfuscate@0.4.2 DONE} vehicle-mod-0.43.5-1.15.2.jar MrCrayfish's Vehicle Mod {vehicle@0.43.5 DONE} Server_Utils-1.15.2-1.3.9.jar Elrol's Server Utilities {serverutilities@1.15.2-1.3.9 DONE} mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 DONE} furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 DONE} cc-tweaked-1.15.2-1.87.0.jar CC: Tweaked {computercraft@1.87.0 DONE} AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 DONE} mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 DONE} authme-1.14_1.15-1.1.1.jar Auth Me {authme@1.1.1 DONE} BetterBurning-1.15.2-1.3.4.jar BetterBurning {betterburning@1.3.4 DONE} bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {bwncr@1.15.1-3.6.13 DONE} FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 DONE} CleanView-1.15.2-v1a.jar CleanView {cleanview@1.15.2-v1a DONE} PrettyBeaches_1.15.1-4.0.0.jar Pretty Beaches {prettybeaches@4.0.0 DONE} SimpleDiscordRichPresence-1.15.2-1.2.6.jar Simple Discord Rich Presence {sdrp@1.15.2-1.2.6 DONE} QuantumStorage-1.15.2-5.1.1.jar QuantumStorage {quantumstorage@NONE DONE} StevesFactoryManager-1.15.2-4.0.0-alpha+1.jar Steve's Factory Manager {sfm@1.15.2-4.0.0-alpha+1 DONE} SpellChecker-1.15-1.0.3.1.jar Spell Checker {spellchecker@1.0.3.1 DONE} corail_pillar-4.5.4-1.15.1.jar Corail Pillar {corail_pillar@4.5.4 DONE} Cyclic-1.15.2-0.3.4.jar Cyclic {cyclic@1.15.2-0.3.4 DONE} Industrial Agriculture[Industrial Foregoing]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Industrial Foregoing {iapif@1.15.2-1.6.1 DONE} Kiwi-1.15.2-2.7.1.jar Kiwi {kiwi@2.7.1 DONE} ClientTweaks_1.15.2-4.1.1.jar Client Tweaks {clienttweaks@4.1.1 DONE} Cucumber-1.15.2-3.0.5.jar Cucumber Library {cucumber@3.0.5 DONE} TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 DONE} torchslabmod-1.15.2_v1.6.8.jar Torch Slab Mod {torchslabmod@1.6.8 DONE} pamhc2trees-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version DONE} creeperfix-1.15.2-1.3.jar CreeperFix {creeperfix@1.3 DONE} snad-1.8.5.10a-1.15.2.jar Snad {snad@1.8.5.10a DONE} item-filters-2.2.0.14.jar Item Filters {itemfilters@2.2.0.14 DONE} jei-1.15.2-6.0.0.3.jar Just Enough Items {jei@6.0.0.3 DONE} EverlastingAbilities-1.15.2-1.6.1.jar EverlastingAbilities {everlastingabilities@1.6.1 DONE} lithium-mc1.15.2-forge-0.4.6-rc3-mod.jar Lithium {lithium@0.4.6-rc3 DONE} buzzierbees-1.4.jar Buzzier Bees {buzzierbees@1.4 DONE} AttributeFix-1.15.2-7.0.2.jar AttributeFix {attributefix@7.0.2 DONE} Mekanism-1.15.2-9.10.1.414.jar Mekanism {mekanism@9.10.1 DONE} Upgrade-Aquatic-1.15.2-v1.5.1.jar Upgrade Aquatic {upgrade_aquatic@1.5.1 DONE} fablibrary-1.15.2-1.1.jar FAB Library {fablibrary@1.1 DONE} Waystones_1.15.2-6.0.1.jar Waystones {waystones@6.0.1 DONE} Clumps-5.0.2.jar Clumps {clumps@5.0.2 DONE} LightOverlay-4.5.jar Light Overlay Forge {lightoverlay-forge@4.5 DONE} journeymap-1.15.2-5.7.0beta1.jar Journeymap {journeymap@1.15.2-5.7.0beta1 DONE} NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 DONE} SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {storagenetwork@1.15.2-0.3.2 DONE} SereneSeasons-1.15.2-3.0.0.69-universal.jar Serene Seasons {sereneseasons@1.15.2-3.0.0.69 DONE} VanillaTweaks-1.15.2.1.5.22.jar VanillaTweaks {vanillatweaks@1.15.2.1.5.22 DONE} AdHooks-1.15.2-5.0.0.0-build.0004.jar Advanced Hook Launchers {adhooks@5.0.0.0 DONE} FarmingForBlockheads_1.15.2-6.1.0.jar Farming for Blockheads {farmingforblockheads@6.1.0 DONE} The-Endergetic-Expansion-1.15.2-v1.2.5.jar The Endergetic Expansion {endergetic@1.2.1 DONE} BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {bonsaitrees2@2.1.2.6 DONE} nhacampfire_1.15-2.1.jar No Hostiles Around Campfire {nhacampfire@2.1 DONE} mcjtylib-1.15-4.0.3-alpha.jar McJtyLib {mcjtylib@1.15-4.0.3-alpha DONE} rftoolsbase-1.15-1.0.1-alpha.jar RFToolsBase {rftoolsbase@1.15-1.0.1-alpha DONE} xnet-1.15-2.0.2-alpha.jar XNet {xnet@1.15-2.0.2-alpha DONE} rftoolsstorage-1.15-1.0.3-alpha.jar RFToolsStorage {rftoolsstorage@1.15-1.0.3-alpha DONE} ClickMachine-1.15.2-3.0.2.jar Click Machine {clickmachine@3.0.2 DONE} ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 DONE} JEITweaker-1.0.0.jar JEI Tweaker {jeitweaker@1.0.0 DONE} mininggadgets-1.3.5.jar Mining Gadgets {mininggadgets@1.3.5 DONE} immersive-portals-0.16(forMc1.15withForge).jar Immersive Portals {immersive_portals@0.16 DONE} CraftTweaker-1.15.2-6.0.0.17.jar CraftTweaker {crafttweaker@6.0.0.17 DONE} rftoolspower-1.15-2.0.1-alpha.jar RFToolsPower {rftoolspower@1.15-2.0.1-alpha DONE} extradisks-1.15.1-1.2.jar Extra Disks {extradisks@1.15.1-1.2 DONE} ftb-chunks-1.0.1.6.jar FTB Chunks {ftbchunks@1.0.1.6 DONE} forge-1.15.2-31.1.48-universal.jar Forge {forge@31.1.48 DONE} Waddles-1.15.2-0.8.6.jar Waddles {waddles@1.15.2-0.8.6 DONE} MysticalAgriculture-1.15.2-3.0.2.jar Mystical Agriculture {mysticalagriculture@3.0.2 DONE} CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {craftingtweaks@11.0.0 DONE} forge-1.15.2-31.1.48-server.jar Minecraft {minecraft@1.15.2 DONE} cofh_core-1.15.2-0.4.0b.jar CoFH Core {cofh_core@0.4.0b DONE} ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {ensorcellation@0.4.1b DONE} rftoolsutility-1.15-2.0.1-alpha.jar RFToolsUtility {rftoolsutility@1.15-2.0.1-alpha DONE} EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {enchdesc@2.0.8 DONE} theoneprobe-1.15-2.0.2.jar The One Probe {theoneprobe@1.15-2.0.2 DONE} swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 DONE} bspawncontrol_1.15.2-1.0.jar Better Spawner Control {bspawncontrol@1.0 DONE} MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 DONE} titanium-1.15.2-2.3.7.jar Titanium {titanium@2.3.7 DONE} ftb-quests-2.0.2.244.jar FTB Quests {ftbquests@2.0.2.244 DONE} pamhc2crops-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version DONE} MysteryMilk-1.15.2-1.0.2.jar MysteryMilk {mysterymilk@1.0.2 DONE} forbidden_arcanus-1.15.2-1.3.1.jar Forbidden & Arcanus {forbidden_arcanus@1.15.2-1.3.1 DONE} ceramicbucket-1.2.2-1.14.4_1.15.X.jar Ceramic Bucket {ceramicbucket@1.2.2-1.14.4_1.15.X DONE} CapabilityProxy-1.15.2-2.1.5.jar CapabilityProxy {capabilityproxy@2.1.5 DONE} movingelevators-1.2.9-mc1.15.jar Moving Elevators {movingelevators@1.2.9 DONE} ceilingtorch-1.15.2-v1.5.jar Ceiling Torch {ceilingtorch@v1.5 DONE} rftoolsbuilder-1.15-2.0.1-alpha.jar RFToolsBuilder {rftoolsbuilder@1.15-2.0.1-alpha DONE} Industrial Agriculture[Omega Craft]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Omega Craft {iapoc@1.15.2-1.6.1 DONE} rats-5.0.1-1.15.2.jar Rats {rats@5.0.1 DONE} pamhc2foodcore-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE} FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {fastbench@3.0.0 DONE} AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 DONE} AkashicTome-1.3-13.jar Akashic Tome {akashictome@1.3-13 DONE} Quark-r2.1-231.jar Quark {quark@r2.1-231 DONE} StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 DONE} FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {fluxnetworks@1.15.2-5.0.1-2 DONE} performant-1.15-2.07m.jar Performant {performant@2.07m DONE} themidnight-0.5.7-2.jar The Midnight {midnight@0.5.7-2 DONE} fancymenu_1.0.beta_MC_1.15-1.15.2.jar §dFancy§5Menu {fancymenu@1.0 DONE} FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 DONE} AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 DONE} engineersdecor-1.15.2-1.0.20-b5.jar Engineer's Decor {engineersdecor@1.0.20-b5 DONE} solcarrot-1.15.2-1.9.4.jar Spice of Life: Carrot Edition {solcarrot@1.15.2-1.9.4 DONE} moredragoneggs-1.0.jar More Dragon Eggs {moredragoneggs@1.0 DONE} Biomes_You_Go_0.2.1.jar Oh The Biomes You'll Go {byg@0.2.1 DONE} Aquaculture-1.15.2-2.0.13.jar Aquaculture 2 {aquaculture@1.15.2-2.0.13 DONE} betterbedrockgenerator-1.15.2-0.0.6.jar Better Bedrock Generator {betterbedrockgenerator@0.0.6 DONE} waterworks-1.15.2-2.1.1.jar Waterworks {waterworks@1.15.2-2.1.1 DONE} Industrial Agriculture[Mekanism]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Mekanism {iapmekanism@1.15.2-1.6.1 DONE} refinedstorageaddons-0.6.1.jar Refined Storage Addons {refinedstorageaddons@0.6.1 DONE} CraftingCraft_1.15.1-8.0.0.jar CraftingCraft {craftingcraft@8.0.0 DONE} extremeSoundMuffler-1.2.1_forge-1.15.2.jar Extreme Sound Muffler {extremesoundmuffler@1.2.1_forge-1.15.2 DONE} Morph-o-Tool-1.3-23.jar Morph-o-Tool {morphtool@1.3-23 DONE} OpenLoader-1.15.2-4.0.3.jar OpenLoader {openloader@4.0.3 DONE} Omega Craft 4.1.1b.jar Omega Craft {omegacraft@1.0 DONE} Mubble-3.0.4-(Forge-1.15.2).jar Mubble {mubble@3.0.4 DONE} DefaultOptions_1.15.2-11.0.1.jar Default Options {defaultoptions@11.0.1 DONE} Kiwi Modules: chineseworkshop:blocks chineseworkshop:debug_stick chineseworkshop:decorations chineseworkshop:materials chineseworkshop:retexture kiwi:contributors kiwi:data Player Count: 1 / 80; [ServerPlayerEntity['Modern_Gaming'/34, l='world', x=8108.19, y=53.20, z=-8601.39]] Data Packs: vanilla, overloaded_cb_injected (incompatible), mod:adhooks (incompatible), mod:aiimprovements (incompatible), mod:akashictome (incompatible), mod:ambientsounds (incompatible), mod:apotheosis (incompatible), mod:appleskin (incompatible), mod:aquaculture, mod:attributefix (incompatible), mod:authme (incompatible), mod:autoreglib (incompatible), mod:betbeacpl (incompatible), mod:betterbedrockgenerator, mod:betterburning (incompatible), mod:betterdrowning (incompatible), mod:biomesoplenty, mod:blur (incompatible), mod:bonsaitrees2, mod:bookshelf (incompatible), mod:botania (incompatible), mod:bspawncontrol (incompatible), mod:buildinggadgets (incompatible), mod:buzzierbees, mod:bwncr (incompatible), mod:byg, mod:capabilityproxy (incompatible), mod:ceilingtorch (incompatible), mod:ceramicbucket (incompatible), mod:cfm (incompatible), mod:chancecubes, mod:chineseworkshop, mod:citadel (incompatible), mod:clickmachine (incompatible), mod:clienttweaks (incompatible), mod:cloth-config2 (incompatible), mod:clumps (incompatible), mod:cofh_core (incompatible), mod:colouredtooltips (incompatible), mod:commoncapabilities (incompatible), mod:compact-storage, mod:computercraft (incompatible), mod:controlling (incompatible), mod:cookingforblockheads (incompatible), mod:craftingcraft (incompatible), mod:craftingtweaks (incompatible), mod:crafttweaker (incompatible), mod:creeperfix (incompatible), mod:cucumber, mod:curios (incompatible), mod:cyclic (incompatible), mod:cyclopscore (incompatible), mod:dankstorage (incompatible), mod:darkutils (incompatible), mod:defaultoptions (incompatible), mod:doggytalents (incompatible), mod:enchdesc (incompatible), mod:endergetic (incompatible), mod:energeticsheep (incompatible), mod:engineersdecor, mod:ensorcellation (incompatible), mod:everlastingabilities (incompatible), mod:extradisks, mod:extremesoundmuffler (incompatible), mod:fablibrary (incompatible), mod:fancymenu, mod:farmingforblockheads (incompatible), mod:fastbench (incompatible), mod:fastfurnace (incompatible), mod:fastleafdecay, mod:findme (incompatible), mod:fluxnetworks, mod:forbidden_arcanus, mod:forge (incompatible), mod:forgeendertech (incompatible), mod:fpsreducer, mod:ftbchunks (incompatible), mod:ftbguilibrary (incompatible), mod:ftbquests (incompatible), mod:ftbteams (incompatible), mod:gobber2 (incompatible), mod:greater_eye (incompatible), mod:iapmekanism, mod:iapoc, mod:immersive_portals (incompatible), mod:industrialagriculture (incompatible), mod:industrialforegoing (incompatible), mod:itemfilters (incompatible), mod:jei (incompatible), mod:jeitweaker, mod:journeymap (incompatible), mod:kiwi, mod:kleeslabs (incompatible), mod:libnonymous (incompatible), mod:lightoverlay-forge (incompatible), mod:lithium, mod:lollipop (incompatible), mod:mcjtylib (incompatible), mod:mcwbridges, mod:mcwfurnitures, mod:mcwroofs, mod:mcwwindows, mod:mekanism, mod:mekanismgenerators, mod:midnight, mod:mininggadgets (incompatible), mod:moredragoneggs, mod:morphtool (incompatible), mod:mousetweaks (incompatible), mod:movingelevators, mod:mubble, mod:mysterymilk (incompatible), mod:mysticalagradditions, mod:mysticalagriculture, mod:mysticallib, mod:naturescompass (incompatible), mod:neat (incompatible), mod:nhacampfire (incompatible), mod:obfuscate (incompatible), mod:omegacraft (incompatible), mod:openloader (incompatible), mod:oreexcavation (incompatible), mod:overloaded_cb, mod:pamhc2crops (incompatible), mod:pamhc2foodcore (incompatible), mod:pamhc2trees (incompatible), mod:patchouli (incompatible), mod:performant (incompatible), mod:phosphor, mod:placebo (incompatible), mod:powah (incompatible), mod:prettybeaches (incompatible), mod:progressivebosses, mod:quantumstorage (incompatible), mod:quark, mod:quartzchests (incompatible), mod:randompatches (incompatible), mod:rangedpumps (incompatible), mod:rats (incompatible), mod:refinedstorage (incompatible), mod:refinedstorageaddons (incompatible), mod:rftoolsbase (incompatible), mod:rftoolsbuilder (incompatible), mod:rftoolspower (incompatible), mod:rftoolsstorage (incompatible), mod:rftoolsutility (incompatible), mod:rsgauges, mod:sdrp (incompatible), mod:sereneseasons, mod:serverutilities, mod:sfm (incompatible), mod:simplylight (incompatible), mod:snad, mod:solarflux (incompatible), mod:solcarrot (incompatible), mod:speedyhoppers (incompatible), mod:spellchecker, mod:storagedrawers (incompatible), mod:storagenetwork (incompatible), mod:swingthroughgrass (incompatible), mod:theoneprobe (incompatible), mod:titanium (incompatible), mod:toastcontrol (incompatible), mod:tombstone, mod:torchmaster (incompatible), mod:torchslabmod, mod:trashslot (incompatible), mod:upgrade_aquatic (incompatible), mod:upsizer, mod:valkyrielib (incompatible), mod:vanillatweaks, mod:vehicle (incompatible), mod:waddles (incompatible), mod:waterworks (incompatible), mod:waystones (incompatible), mod:wstweaks (incompatible), mod:xnet (incompatible), mod:xreliquary (incompatible), mod:iapif, mod:cleanview (incompatible), mod:corail_pillar, mod:corail_woodcutter, mod:extendedcrafting, mod:iapg (incompatible) Is Modded: Definitely; Server brand changed to 'forge' Type: Dedicated Server (map_server.txt)