Skip to content

Instantly share code, notes, and snippets.

@ocram9
Created June 15, 2020 01:26
Show Gist options
  • Save ocram9/c59cec4aad1eb68690b2d8bc111fe438 to your computer and use it in GitHub Desktop.
Save ocram9/c59cec4aad1eb68690b2d8bc111fe438 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// My bad.
Time: 15-6-20 3:20
Description: Ticking block entity
java.lang.NullPointerException: Ticking block entity
at net.minecraft.network.NetworkManager.func_150732_b(NetworkManager.java:174) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:mixins.customservermsgs.json:MixinNetworkManager,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.network.NetworkManager.redirect$zzc000$send(NetworkManager.java:584) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:mixins.customservermsgs.json:MixinNetworkManager,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.network.NetworkManager.func_179290_a(NetworkManager.java:159) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:mixins.customservermsgs.json:MixinNetworkManager,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraftforge.fml.network.simple.SimpleChannel.sendTo(SimpleChannel.java:109) ~[?:?] {re:classloading}
at net.minecraftforge.fml.network.NetworkHooks.openGui(NetworkHooks.java:209) ~[?:?] {re:classloading}
at net.minecraftforge.fml.network.NetworkHooks.openGui(NetworkHooks.java:153) ~[?:?] {re:classloading}
at wile.engineersdecor.blocks.EdPlacer$PlacerBlock.func_225533_a_(EdPlacer.java:140) ~[?:1.0.20-b7] {re:classloading}
at net.minecraft.block.BlockState.func_227031_a_(BlockState.java:269) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithium.mixins.json:voxelshape.block_shape_cache.MixinBlockState,pl:mixin:APP:phosphor.mixins.json:block.MixinBlockState,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManager.java:334) ~[?:?] {re:classloading,pl:accesstransformer:B}
at shadows.click.util.FakePlayerUtil.rightClickInDirection(FakePlayerUtil.java:156) ~[?:3.0.2] {re:classloading}
at shadows.click.block.TileAutoClick.func_73660_a(TileAutoClick.java:75) ~[?:3.0.2] {re:classloading}
at net.minecraft.world.World.func_217391_K(World.java:473) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithium.mixins.json:avoid_allocations.MixinWorld,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:368) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,xf:fml:immersiveengineering:IE block update callback,pl:mixin:APP:lithium.mixins.json:avoid_allocations.MixinServerWorld,pl:mixin:APP:lithium.mixins.json:fast_tick_scheduler.MixinServerWorld,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.customservermsgs.json:MixinDedServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) ~[?:?] {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:637) [?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at java.lang.Thread.run(Unknown Source) [?:1.8.0_251] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.network.NetworkManager.func_150732_b(NetworkManager.java:174)
at net.minecraft.network.NetworkManager.redirect$zzc000$send(NetworkManager.java:584)
at net.minecraft.network.NetworkManager.func_179290_a(NetworkManager.java:159)
at net.minecraftforge.fml.network.simple.SimpleChannel.sendTo(SimpleChannel.java:109)
at net.minecraftforge.fml.network.NetworkHooks.openGui(NetworkHooks.java:209)
at net.minecraftforge.fml.network.NetworkHooks.openGui(NetworkHooks.java:153)
at wile.engineersdecor.blocks.EdPlacer$PlacerBlock.func_225533_a_(EdPlacer.java:140)
at net.minecraft.block.BlockState.func_227031_a_(BlockState.java:269)
at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManager.java:334)
at shadows.click.util.FakePlayerUtil.rightClickInDirection(FakePlayerUtil.java:156)
at shadows.click.block.TileAutoClick.func_73660_a(TileAutoClick.java:75)
-- Block entity being ticked --
Details:
Name: clickmachine:tile // shadows.click.block.TileAutoClick
Block: Block{clickmachine:auto_clicker}[facing=east]
Block location: World: (-318,59,-21), Chunk: (at 2,3,11 in -20,-2; contains blocks -320,0,-32 to -305,255,-17), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Block: Block{clickmachine:auto_clicker}[facing=east]
Block location: World: (-318,59,-21), Chunk: (at 2,3,11 in -20,-2; contains blocks -320,0,-32 to -305,255,-17), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Stacktrace:
at net.minecraft.world.World.func_217391_K(World.java:473)
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:368)
-- Affected level --
Details:
All players: 0 total; []
Chunk stats: ServerChunkCache: 4083
Level dimension: DimensionType{minecraft:overworld}
Level name: Bende_van_Ellende
Level seed: 8849681202621416878
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options: {}
Level spawn location: World: (-16,63,3), Chunk: (at 0,3,3 in -1,0; contains blocks -16,0,0 to -1,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1 game time, 1 day time
Known server brands: forge
Level was modded: true
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 105422 (now: false), thunder time: 164658 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.15.2
Minecraft Version ID: 1.15.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_251, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 13216557784 bytes (12604 MB) / 16446914560 bytes (15685 MB) up to 16446914560 bytes (15685 MB)
CPUs: 16
JVM Flags: 2 total; -Xms16g -Xmx16g
Forge Mods:
| ID | Name | Version | Source | Status |
| ------------------------- | -------------------------------------------------- | ---------------------- | ------------------------------------------------------------- | ------ |
| globalgamerules | Global GameRules | 4.0.0.11 | GlobalGameRules-1.15.2-4.0.0.11.jar | DONE |
| netherportalfix | NetherPortalFix | 6.0.2 | NetherPortalFix_1.15.2-6.0.2.jar | DONE |
| doggytalents | Doggy Talents | 1.15.2.3 | DoggyTalents-1.15.2-1.15.2.3.jar | DONE |
| industrialagriculture | Industrial Agriculture | 1.15.2-1.7.0 | Industrial+Agriculture[Core]-1.15.2-1.7.0.jar | DONE |
| musicplayer | Music Player | 2.0.14.79 | music_player-1.15.2-2.0.14.79.jar | DONE |
| rsgauges | Gauges and Switches | 1.2.4-b1 | rsgauges-1.15.2-1.2.4-b1.jar | DONE |
| cookingforblockheads | Cooking for Blockheads | 8.0.2 | CookingForBlockheads_1.15.2-8.0.2.jar | DONE |
| controlling | Controlling | 6.1.4 | Controlling-6.1.4.jar | DONE |
| placebo | Placebo | 3.0.2 | Placebo-1.15.2-3.0.2.jar | DONE |
| powah | Powah | 1.1.14 | Powah-1.15.2-1.1.14.jar | DONE |
| wstweaks | Wither Skeleton Tweaks | 4.0.0 | WitherSkeletonTweaks-1.15.1-4.0.0.jar | DONE |
| spawnermod | Enhanced Mob Spawners | 1.6.5 | branders-enhanced-spawnermod-1.15.2-1.6.5.jar | DONE |
| bookshelf | Bookshelf | 5.6.40 | Bookshelf-1.15.2-5.6.40.jar | DONE |
| uteamcore | U Team Core | 2.11.0.156 | u_team_core-1.15.2-2.11.0.156.jar | DONE |
| darkutils | Dark Utilities | 3.0.6 | DarkUtilities-1.15.2-3.0.6.jar | DONE |
| mekanismgenerators | Mekanism: Generators | 9.10.7 | MekanismGenerators-1.15.2-9.10.7.420.jar | DONE |
| waila | Waila | version | Hwyla-forge-1.10.8-B72_1.15.2.jar | DONE |
| speedyhoppers | Speedy Hoppers | 1.15.2-2 | speedyhoppers-1.15.2-2.jar | DONE |
| maessentials | Ma Essentials | 1.15.2-3.1.1 | Ma-Essentials-1.15.2-3.1.1.jar | DONE |
| jeresources | Just Enough Resources | 0.10.1.77 | JustEnoughResources-1.15.2-0.10.1.77.jar | DONE |
| refinedstorage | Refined Storage | 1.8.4 | refinedstorage-1.8.4.jar | DONE |
| industrialforegoing | Industrial Foregoing | 2.3.3 | industrial-foregoing-1.15.2-2.3.3-e356e61.jar | DONE |
| torchmaster | Torchmaster | 2.1.1-rc0 | torchmaster-2.1.1-rc0.jar | DONE |
| chunkt | Chunkt | 1.15.2-1.0.3 | chunkt-1.15.2-1.0.3.jar | DONE |
| biomesoplenty | Biomes O' Plenty | 1.15.2-10.0.0.365 | BiomesOPlenty-1.15.2-10.0.0.365-universal.jar | DONE |
| phosphor | Phosphor | 0.5.2+build.4 | phosphor-forge-mc1.15.2-0.5.2+build.4.jar | DONE |
| valkyrielib | ValkyrieLib | 1.15.2-3.0.2.1 | valkyrielib-1.15.2-3.0.2.1.jar | DONE |
| lollipop | Lollipop | 1.0.15 | Lollipop-1.15.2-1.0.15.jar | DONE |
| simplylight | Simply Light | 1.15.2-0.9.0 | simplylight-1.15.2-0.9.0.jar | DONE |
| simplefarming | Simple Farming | 1.15.2-1.2.9 | simplefarming-1.15.2-1.2.9.jar | DONE |
| simplybackpacks | Simply Backpacks | 1.15.2-1.4.6 | simplybackpacks-1.15.2-1.4.6.jar | DONE |
| curios | Curios API | FORGE-1.15.2-2.0.2.4 | curios-FORGE-1.15.2-2.0.2.4.jar | DONE |
| patchouli | Patchouli | 1.15.2-1.2-34 | Patchouli-1.15.2-1.2-34.jar | DONE |
| collective | Collective | 1.11 | collective-1.15.2-1.11.jar | DONE |
| overpowered_mending | Overpowered Mending | 2.0.0+11 | OverpoweredMending-1.15.2-2.0.0+11.jar | DONE |
| extlights | Extended Lights | 2.0 | extlights-2.0.jar | DONE |
| oreexcavation | Ore Excavation | NONE | OreExcavation-1.7.151.jar | DONE |
| tombstone | Corail Tombstone | 4.4.1 | tombstone-4.4.1-1.15.2.jar | DONE |
| obfuscate | Obfuscate | 0.4.1 | obfuscate-0.4.1-1.15.2.jar | DONE |
| vehicle | MrCrayfish's Vehicle Mod | 0.44.0 | vehicle-mod-0.44.0-1.15.2.jar | DONE |
| worldedit | WorldEdit | 7.1.0;48cc31c | worldedit-forge-mc1.15.2-7.1.0.jar | DONE |
| cfm | MrCrayfish's Furniture Mod | 7.0.0-pre16 | cfm-7.0.0-pre16-mc1.15.1.jar | DONE |
| curiouselytra | Curious Elytra | FORGE-1.15.2-2.0 | curiouselytra-FORGE-1.15.2-2.0.jar | DONE |
| mcwfurnitures | Macaw's Furnitures | 1.0.1 | mcw-furniture-1.0.1-mc1.15.1+1.15.2.jar | DONE |
| deextinction | De-Extinction Mod | 1.0.1 | DeExtinction-1.15.2-1.0.2.jar | DONE |
| infinitetrading | Infinite Trading | 1.1 | infinitetrading_1.15-1.1.jar | DONE |
| fastleafdecay | FastLeafDecay | v22 | FastLeafDecay-v22.jar | DONE |
| shutdowner | Shutdown mod for timed and no stuck | 1.6 | shutdowner-1.6.jar | DONE |
| iapif | Industrial Agriculture Plugin-Industrial Foregoing | 1.15.2-1.6.1 | Industrial+Agriculture[Industrial+Foregoing]-1.15.2-1.6.1.jar | DONE |
| cucumber | Cucumber Library | 3.0.7 | Cucumber-1.15.2-3.0.7.jar | DONE |
| rcon-newline-fix | RCon newline Fix | 1.15.2-1.3.1 | rconfix-1.15.2-1.3.1.jar | DONE |
| craftingstation | Crafting Station | 3.1.0 | craftingstation-3.1.0.jar | DONE |
| jei | Just Enough Items | 6.0.0.4 | jei-1.15.2-6.0.0.4.jar | DONE |
| lithium | Lithium | 0.4.6-rc3 | lithium-mc1.15.2-forge-0.4.6-rc3-mod.jar | DONE |
| attributefix | AttributeFix | 7.0.2 | AttributeFix-1.15.2-7.0.2.jar | DONE |
| pigstep | Pigstep | 1.15 | pigstep-1.15.jar | DONE |
| mekanism | Mekanism | 9.10.7 | Mekanism-1.15.2-9.10.7.420.jar | DONE |
| caelus | Caelus API | FORGE-1.15.2-2.0-beta3 | caelus-FORGE-1.15.2-2.0-beta3.jar | DONE |
| wawla | WAWLA | 3.0.2 | WAWLA-1.15.2-3.0.2.jar | DONE |
| invtweaks | Inventory Tweaks Reborn | 1.15.2-2.0.4 | invtweaks-1.15.2-2.0.4.jar | DONE |
| create | Create | mc1.15.2_v0.2.4d | create-mc1.15.2_v0.2.4d.jar | DONE |
| pointless_tech_collective | Pointless Tech Collective | 1.15.2 | PTC+1.15.2+(31.1.43).jar | DONE |
| clumps | Clumps | 5.0.2 | Clumps-5.0.2.jar | DONE |
| journeymap | Journeymap | 5.7.0b2 | journeymap-1.15.2-5.7.0b2.jar | DONE |
| dimstorage | DimStorage | 3.1.5 | DimStorage-1.15.2-3.1.5.jar | DONE |
| decorative_blocks | Decorative Blocks | 1.6 | decorative_blocks-6d.jar | DONE |
| botanypots | BotanyPots | 2.0.22 | BotanyPots-1.15.2-2.0.22.jar | DONE |
| vanillatweaks | VanillaTweaks | 1.15.2.1.5.27 | VanillaTweaks-1.15.2.1.5.27.jar | DONE |
| curioofundying | Curio of Undying | FORGE-1.15.2-3.0 | curioofundying-FORGE-1.15.2-3.0.jar | DONE |
| farmingforblockheads | Farming for Blockheads | 6.1.3 | FarmingForBlockheads_1.15.2-6.1.3.jar | DONE |
| pneumaticcraft | PneumaticCraft: Repressurized | 1.15.2-1.3.0-33 | pneumaticcraft-repressurized-1.15.2-1.3.0-33.jar | DONE |
| mcjtylib | McJtyLib | 1.15-4.1.1-beta | mcjtylib-1.15-4.1.1-beta.jar | DONE |
| rftoolsbase | RFToolsBase | 1.15-1.1.1-beta | rftoolsbase-1.15-1.1.1-beta.jar | DONE |
| clickmachine | Click Machine | 3.0.2 | ClickMachine-1.15.2-3.0.2.jar | DONE |
| bedspreads | Bedspreads | FORGE-1.15.2-3.0.0.1 | bedspreads-FORGE-1.15.2-3.0.0.1.jar | DONE |
| additional_lights | Additional Lights | 1.15.2-1.2.0 | additional_lights-1.15.2-1.2.0.jar | DONE |
| jeitweaker | JEI Tweaker | 1.0.1 | JEITweaker-1.0.1.jar | DONE |
| crafttweaker | CraftTweaker | 6.0.0.27 | CraftTweaker-1.15.2-6.0.0.27.jar | DONE |
| forge | Forge | 31.2.19 | forge-1.15.2-31.2.19-universal.jar | DONE |
| wailaharvestability | Waila Harvestability | 1.1.12 | WailaHarvestability-mc1.15.2-1.1.12.jar | DONE |
| xercamusic | Xerca's Music Maker Mod | 1.15.2-2.1 | xercamusic-1.15.2-2.1.jar | DONE |
| mysticalagriculture | Mystical Agriculture | 3.0.7 | MysticalAgriculture-1.15.2-3.0.7.jar | DONE |
| minecraft | Minecraft | 1.15.2 | forge-1.15.2-31.2.19-server.jar | DONE |
| rftoolsutility | RFToolsUtility | 1.15-2.1.3-beta | rftoolsutility-1.15-2.1.3-beta.jar | DONE |
| openbackup | OpenBackup | 1.15.1-0.0.0.2 | openbackup-1.15.1-0.0.0.2.jar | DONE |
| mousetweaks | Mouse Tweaks | 2.13 | MouseTweaks-2.13-mc1.15.1.jar | DONE |
| titanium | Titanium | 2.4.2 | titanium-1.15.2-2.4.2.jar | DONE |
| immersiveengineering | Immersive Engineering | 0.15-101 | ImmersiveEngineering-0.15-103.jar | DONE |
| jeiintegration | JEI Integration | 3.1.0.1 | jeiintegration_1.15.2-3.1.0.1.jar | DONE |
| jaopca | JAOPCA | 3.2.0.11 | JAOPCA-1.15.2-3.2.0.11.jar | DONE |
| extratags | Extra Tags | 1.0 | extratags-1.0.jar | DONE |
| autoreglib | AutoRegLib | 1.5-40 | AutoRegLib-1.5-40.jar | DONE |
| quark | Quark | r2.1-244 | Quark-r2.1-244.jar | DONE |
| storagedrawers | Storage Drawers | 1.15.2-7.0.1 | StorageDrawers-1.15.2-7.0.2.jar | DONE |
| performant | Performant | 2.11m | performant-1.15-2.11m.jar | DONE |
| morecrashinfo | MoreCrashInfo | 1.0.4 | MoreCrashInfo-1.0.4.jar | DONE |
| servermsgs | Custom Server Messages | 4.0.1 | customServerMessages-4.0.1-1.15.jar | DONE |
| structurize | Structurize | 0.10.322-ALPHA | structurize-0.10.322-ALPHA.jar | DONE |
| minecolonies | Minecolonies | 1.15.2-0.11.958 | minecolonies-1.15.2-0.11.958-universal.jar | DONE |
| appleskin | AppleSkin | 1.0.13 | AppleSkin-mc1.15.2-forge-1.0.13.jar | DONE |
| engineersdecor | Engineer's Decor | 1.0.20-b7 | engineersdecor-1.15.2-1.0.20-b7.jar | DONE |
| aquaculture | Aquaculture 2 | 1.15.2-2.0.14 | Aquaculture-1.15.2-2.0.14.jar | DONE |
| iapmekanism | Industrial Agriculture Plugin-Mekanism | 1.15.2-1.6.1 | Industrial+Agriculture[Mekanism]-1.15.2-1.6.1.jar | DONE |
| refinedstorageaddons | Refined Storage Addons | 0.6.1 | refinedstorageaddons-0.6.1.jar | DONE |
| extremesoundmuffler | Extreme Sound Muffler | 1.2.2_forge-1.15.2 | extremeSoundMuffler-1.2.2_forge-1.15.2.jar | DONE |
| cosmeticarmorreworked | CosmeticArmorReworked | 1.15.2-v3a | CosmeticArmorReworked-1.15.2-v3a.jar | DONE |
| thutcore | Thut Core | 7.2.1 | thutcore-1.15.2-7.2.1.jar | DONE |
| thutcrafts | Thut Crafts | 7.2.1 | thutcore-1.15.2-7.2.1.jar | DONE |
| thuttech | Thut Elevators | 8.2.2 | thuttech-1.15.2-8.2.2.jar | DONE |
| defaultoptions | Default Options | 11.0.1 | DefaultOptions_1.15.2-11.0.1.jar | DONE |
Forge CoreMods:
| ID | Name | Source | Status |
| -------------------- | -------------------------------------- | ----------------------------------- | ------ |
| placebo | block-statemap | block-statemap.js | Loaded |
| placebo | item-statemap | item-statemap.js | Loaded |
| patchouli | patchouli_on_advancement | on_advancement.js | Loaded |
| obfuscate | Obfuscate | obfuscate-transformer.js | Loaded |
| rcon-newline-fix | RConFixTransformer | RConNewlineFix.js | Loaded |
| caelus | ClientPlayerEntity | ClientPlayerEntity.js | Loaded |
| caelus | LivingEntity | LivingEntity.js | Loaded |
| caelus | CapeLayer | CapeLayer.js | Loaded |
| journeymap | journeymap transformer | render-event-transformer.js | Loaded |
| forge | fieldtomethodtransformers | fieldtomethodtransformers.js | Loaded |
| immersiveengineering | IE wire damage | wiredamage.js | Loaded |
| immersiveengineering | IE arm angle adjustment | arm_angles.js | Loaded |
| immersiveengineering | IE block update callback | blockwirecollisions.js | Loaded |
| quark | quark_piston_structure_helper_override | piston-structure-helper-override.js | Loaded |
| quark | quark_pistons_move_tes | pistons-move-tes.js | Loaded |
| quark | quark_emotes | emotes.js | Loaded |
| quark | quark_fortune_hoes | fortune-hoes.js | Loaded |
| quark | quark_improved_sleeping | improved-sleeping.js | Loaded |
| quark | quark_items_in_chat | items-in-chat.js | Loaded |
| quark | quark_springy_slime | springy-slime.js | Loaded |
| quark | quark_pickarang | pickarang.js | Loaded |
| quark | quark_chain_linkage | chain-linkage.js | Loaded |
| quark | quark_feeding_trough | feeding-trough.js | Loaded |
| quark | quark_crabs | crabs.js | Loaded |
| quark | quark_chests_in_boats | chests-in-boats.js | Loaded |
| quark | quark_rotation_lock | rotation-lock.js | Loaded |
| quark | quark_enchanted_book_tooltips | enchanted-book-tooltips.js | Loaded |
| quark | quark_ancient_tomes | ancient-tomes.js | Loaded |
| quark | quark_colored_enchantment_glint | colored-enchantment-glint.js | Loaded |
| morecrashinfo | crashtransformers | crashtransformers.js | Loaded |
ModLauncher: 5.1.0+69+master.79f13f7
ModLauncher launch target: fmlserver
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.2.19.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.2.19.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.2.19.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.2.19.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.2.19.jar fml TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
/MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
FML: 31.2
Forge: net.minecraftforge:31.2.19
FML Language Providers:
javafml@31.2
minecraft@1
Mod List:
GlobalGameRules-1.15.2-4.0.0.11.jar Global GameRules {globalgamerules@4.0.0.11 DONE}
NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 DONE}
DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {doggytalents@1.15.2.3 DONE}
Industrial+Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {industrialagriculture@1.15.2-1.7.0 DONE}
music_player-1.15.2-2.0.14.79.jar Music Player {musicplayer@2.0.14.79 DONE}
rsgauges-1.15.2-1.2.4-b1.jar Gauges and Switches {rsgauges@1.2.4-b1 DONE}
CookingForBlockheads_1.15.2-8.0.2.jar Cooking for Blockheads {cookingforblockheads@8.0.2 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}
Powah-1.15.2-1.1.14.jar Powah {powah@1.1.14 DONE}
WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {wstweaks@4.0.0 DONE}
branders-enhanced-spawnermod-1.15.2-1.6.5.jar Enhanced Mob Spawners {spawnermod@1.6.5 DONE}
Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 DONE}
u_team_core-1.15.2-2.11.0.156.jar U Team Core {uteamcore@2.11.0.156 DONE}
DarkUtilities-1.15.2-3.0.6.jar Dark Utilities {darkutils@3.0.6 DONE}
MekanismGenerators-1.15.2-9.10.7.420.jar Mekanism: Generators {mekanismgenerators@9.10.7 DONE}
Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version DONE}
speedyhoppers-1.15.2-2.jar Speedy Hoppers {speedyhoppers@1.15.2-2 DONE}
Ma-Essentials-1.15.2-3.1.1.jar Ma Essentials {maessentials@1.15.2-3.1.1 DONE}
JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {jeresources@0.10.1.77 DONE}
refinedstorage-1.8.4.jar Refined Storage {refinedstorage@1.8.4 DONE}
industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {industrialforegoing@2.3.3 DONE}
torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 DONE}
chunkt-1.15.2-1.0.3.jar Chunkt {chunkt@1.15.2-1.0.3 DONE}
BiomesOPlenty-1.15.2-10.0.0.365-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.365 DONE}
phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 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.15.jar Lollipop {lollipop@1.0.15 DONE}
simplylight-1.15.2-0.9.0.jar Simply Light {simplylight@1.15.2-0.9.0 DONE}
simplefarming-1.15.2-1.2.9.jar Simple Farming {simplefarming@1.15.2-1.2.9 DONE}
simplybackpacks-1.15.2-1.4.6.jar Simply Backpacks {simplybackpacks@1.15.2-1.4.6 DONE}
curios-FORGE-1.15.2-2.0.2.4.jar Curios API {curios@FORGE-1.15.2-2.0.2.4 DONE}
Patchouli-1.15.2-1.2-34.jar Patchouli {patchouli@1.15.2-1.2-34 DONE}
collective-1.15.2-1.11.jar Collective {collective@1.11 DONE}
OverpoweredMending-1.15.2-2.0.0+11.jar Overpowered Mending {overpowered_mending@2.0.0+11 DONE}
extlights-2.0.jar Extended Lights {extlights@2.0 DONE}
OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE DONE}
tombstone-4.4.1-1.15.2.jar Corail Tombstone {tombstone@4.4.1 DONE}
obfuscate-0.4.1-1.15.2.jar Obfuscate {obfuscate@0.4.1 DONE}
vehicle-mod-0.44.0-1.15.2.jar MrCrayfish's Vehicle Mod {vehicle@0.44.0 DONE}
worldedit-forge-mc1.15.2-7.1.0.jar WorldEdit {worldedit@7.1.0;48cc31c DONE}
cfm-7.0.0-pre16-mc1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 DONE}
curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {curiouselytra@FORGE-1.15.2-2.0 DONE}
mcw-furniture-1.0.1-mc1.15.1+1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 DONE}
DeExtinction-1.15.2-1.0.2.jar De-Extinction Mod {deextinction@1.0.1 DONE}
infinitetrading_1.15-1.1.jar Infinite Trading {infinitetrading@1.1 DONE}
FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 DONE}
shutdowner-1.6.jar Shutdown mod for timed and no stuck {shutdowner@1.6 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}
Cucumber-1.15.2-3.0.7.jar Cucumber Library {cucumber@3.0.7 DONE}
rconfix-1.15.2-1.3.1.jar RCon newline Fix {rcon-newline-fix@1.15.2-1.3.1 DONE}
craftingstation-3.1.0.jar Crafting Station {craftingstation@3.1.0 DONE}
jei-1.15.2-6.0.0.4.jar Just Enough Items {jei@6.0.0.4 DONE}
lithium-mc1.15.2-forge-0.4.6-rc3-mod.jar Lithium {lithium@0.4.6-rc3 DONE}
AttributeFix-1.15.2-7.0.2.jar AttributeFix {attributefix@7.0.2 DONE}
pigstep-1.15.jar Pigstep {pigstep@1.15 DONE}
Mekanism-1.15.2-9.10.7.420.jar Mekanism {mekanism@9.10.7 DONE}
caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta3 DONE}
WAWLA-1.15.2-3.0.2.jar WAWLA {wawla@3.0.2 DONE}
invtweaks-1.15.2-2.0.4.jar Inventory Tweaks Reborn {invtweaks@1.15.2-2.0.4 DONE}
create-mc1.15.2_v0.2.4d.jar Create {create@mc1.15.2_v0.2.4d DONE}
PTC+1.15.2+(31.1.43).jar Pointless Tech Collective {pointless_tech_collective@1.15.2 DONE}
Clumps-5.0.2.jar Clumps {clumps@5.0.2 DONE}
journeymap-1.15.2-5.7.0b2.jar Journeymap {journeymap@5.7.0b2 DONE}
DimStorage-1.15.2-3.1.5.jar DimStorage {dimstorage@3.1.5 DONE}
decorative_blocks-6d.jar Decorative Blocks {decorative_blocks@1.6 DONE}
BotanyPots-1.15.2-2.0.22.jar BotanyPots {botanypots@2.0.22 DONE}
VanillaTweaks-1.15.2.1.5.27.jar VanillaTweaks {vanillatweaks@1.15.2.1.5.27 DONE}
curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 DONE}
FarmingForBlockheads_1.15.2-6.1.3.jar Farming for Blockheads {farmingforblockheads@6.1.3 DONE}
pneumaticcraft-repressurized-1.15.2-1.3.0-33.jar PneumaticCraft: Repressurized {pneumaticcraft@1.15.2-1.3.0-33 DONE}
mcjtylib-1.15-4.1.1-beta.jar McJtyLib {mcjtylib@1.15-4.1.1-beta DONE}
rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.1-beta DONE}
ClickMachine-1.15.2-3.0.2.jar Click Machine {clickmachine@3.0.2 DONE}
bedspreads-FORGE-1.15.2-3.0.0.1.jar Bedspreads {bedspreads@FORGE-1.15.2-3.0.0.1 DONE}
additional_lights-1.15.2-1.2.0.jar Additional Lights {additional_lights@1.15.2-1.2.0 DONE}
JEITweaker-1.0.1.jar JEI Tweaker {jeitweaker@1.0.1 DONE}
CraftTweaker-1.15.2-6.0.0.27.jar CraftTweaker {crafttweaker@6.0.0.27 DONE}
forge-1.15.2-31.2.19-universal.jar Forge {forge@31.2.19 DONE}
WailaHarvestability-mc1.15.2-1.1.12.jar Waila Harvestability {wailaharvestability@1.1.12 DONE}
xercamusic-1.15.2-2.1.jar Xerca's Music Maker Mod {xercamusic@1.15.2-2.1 DONE}
MysticalAgriculture-1.15.2-3.0.7.jar Mystical Agriculture {mysticalagriculture@3.0.7 DONE}
forge-1.15.2-31.2.19-server.jar Minecraft {minecraft@1.15.2 DONE}
rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {rftoolsutility@1.15-2.1.3-beta DONE}
openbackup-1.15.1-0.0.0.2.jar OpenBackup {openbackup@1.15.1-0.0.0.2 DONE}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 DONE}
titanium-1.15.2-2.4.2.jar Titanium {titanium@2.4.2 DONE}
ImmersiveEngineering-0.15-103.jar Immersive Engineering {immersiveengineering@0.15-101 DONE}
jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {jeiintegration@3.1.0.1 DONE}
JAOPCA-1.15.2-3.2.0.11.jar JAOPCA {jaopca@3.2.0.11 DONE}
extratags-1.0.jar Extra Tags {extratags@1.0 DONE}
AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 DONE}
Quark-r2.1-244.jar Quark {quark@r2.1-244 DONE}
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 DONE}
performant-1.15-2.11m.jar Performant {performant@2.11m DONE}
MoreCrashInfo-1.0.4.jar MoreCrashInfo {morecrashinfo@1.0.4 DONE}
customServerMessages-4.0.1-1.15.jar Custom Server Messages {servermsgs@4.0.1 DONE}
structurize-0.10.322-ALPHA.jar Structurize {structurize@0.10.322-ALPHA DONE}
minecolonies-1.15.2-0.11.958-universal.jar Minecolonies {minecolonies@1.15.2-0.11.958 DONE}
AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 DONE}
engineersdecor-1.15.2-1.0.20-b7.jar Engineer's Decor {engineersdecor@1.0.20-b7 DONE}
Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {aquaculture@1.15.2-2.0.14 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}
extremeSoundMuffler-1.2.2_forge-1.15.2.jar Extreme Sound Muffler {extremesoundmuffler@1.2.2_forge-1.15.2 DONE}
CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v3a DONE}
thutcore-1.15.2-7.2.1.jar Thut Core {thutcore@7.2.1 DONE, thutcrafts@7.2.1 DONE}
thuttech-1.15.2-8.2.2.jar Thut Elevators {thuttech@8.2.2 DONE}
DefaultOptions_1.15.2-11.0.1.jar Default Options {defaultoptions@11.0.1 DONE}
Player Count: 0 / 20; []
Data Packs: vanilla, inmemory:jaopca (incompatible), mod:globalgamerules, mod:netherportalfix (incompatible), mod:doggytalents (incompatible), mod:industrialagriculture (incompatible), mod:musicplayer, mod:rsgauges, mod:cookingforblockheads (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:powah (incompatible), mod:wstweaks (incompatible), mod:spawnermod (incompatible), mod:bookshelf (incompatible), mod:uteamcore, mod:darkutils (incompatible), mod:mekanismgenerators, mod:waila (incompatible), mod:speedyhoppers (incompatible), mod:maessentials (incompatible), mod:jeresources (incompatible), mod:refinedstorage (incompatible), mod:industrialforegoing (incompatible), mod:torchmaster (incompatible), mod:chunkt (incompatible), mod:biomesoplenty, mod:phosphor, mod:valkyrielib (incompatible), mod:lollipop (incompatible), mod:simplylight (incompatible), mod:simplefarming, mod:simplybackpacks (incompatible), mod:curios (incompatible), mod:patchouli (incompatible), mod:collective (incompatible), mod:overpowered_mending (incompatible), mod:extlights, mod:oreexcavation (incompatible), mod:tombstone, mod:obfuscate (incompatible), mod:vehicle (incompatible), mod:worldedit (incompatible), mod:cfm (incompatible), mod:curiouselytra (incompatible), mod:mcwfurnitures, mod:deextinction, mod:infinitetrading (incompatible), mod:fastleafdecay, mod:shutdowner (incompatible), mod:iapif, mod:cucumber, mod:rcon-newline-fix, mod:craftingstation (incompatible), mod:jei (incompatible), mod:lithium, mod:attributefix (incompatible), mod:pigstep, mod:mekanism, mod:caelus (incompatible), mod:wawla (incompatible), mod:invtweaks (incompatible), mod:create, mod:pointless_tech_collective, mod:clumps (incompatible), mod:journeymap (incompatible), mod:dimstorage, mod:decorative_blocks, mod:botanypots (incompatible), mod:vanillatweaks, mod:curioofundying (incompatible), mod:farmingforblockheads (incompatible), mod:pneumaticcraft, mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:clickmachine (incompatible), mod:bedspreads (incompatible), mod:additional_lights (incompatible), mod:jeitweaker, mod:crafttweaker (incompatible), mod:forge (incompatible), mod:wailaharvestability (incompatible), mod:xercamusic (incompatible), mod:mysticalagriculture, mod:rftoolsutility (incompatible), mod:openbackup (incompatible), mod:mousetweaks (incompatible), mod:titanium (incompatible), mod:immersiveengineering (incompatible), mod:jeiintegration (incompatible), mod:jaopca (incompatible), mod:extratags (incompatible), mod:autoreglib (incompatible), mod:quark, mod:storagedrawers (incompatible), mod:performant (incompatible), mod:morecrashinfo (incompatible), mod:servermsgs (incompatible), mod:structurize (incompatible), mod:minecolonies (incompatible), mod:appleskin (incompatible), mod:engineersdecor, mod:aquaculture, mod:iapmekanism, mod:refinedstorageaddons (incompatible), mod:extremesoundmuffler (incompatible), mod:cosmeticarmorreworked (incompatible), mod:thutcore, mod:thuttech (incompatible), mod:defaultoptions (incompatible), file/Bamboo to paper.zip (incompatible), file/Cutting wood with Stonecutters (incompatible), file/Detect AFK (incompatible), file/Disable_Hostile_Grief.zip (incompatible), file/IAP [IF] Support, file/IAP [Mekanism] Support, file/Shulker Shell.zip (incompatible), file/Totem of undying.zip (incompatible), file/Wool to string.zip (incompatible), file/double shulker shells v1.2.0.zip (incompatible), file/more mob heads v2.4.1.zip (incompatible), file/player head drops v1.0.0.zip (incompatible), file/wandering trades v1.1.0.zip
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment