Advertisement
Guest User

Suck my mods

a guest
Aug 2nd, 2024
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 39.42 KB | Fixit | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I bet Cylons wouldn't have this problem.
  3.  
  4. Time: 02.08.2024 16:26
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NullPointerException: Exception in server tick loop
  8.     at de.maxhenkel.car.events.CapabilityEvents.capabilityAttachEntity(CapabilityEvents.java:59) ~[car:1.16.5-1.0.17] {re:classloading}
  9.     at net.minecraftforge.eventbus.ASMEventHandler_1704_CapabilityEvents_capabilityAttachEntity_AttachCapabilitiesEvent.invoke(.dynamic) ~[?:?] {}
  10.     at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
  11.     at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
  12.     at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
  13.     at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:597) ~[forge:?] {re:mixin,re:classloading}
  14.     at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:591) ~[forge:?] {re:mixin,re:classloading}
  15.     at net.minecraftforge.common.capabilities.CapabilityProvider.doGatherCapabilities(CapabilityProvider.java:83) ~[forge:?] {re:computing_frames,re:mixin,re:classloading}
  16.     at net.minecraftforge.common.capabilities.CapabilityProvider.gatherCapabilities(CapabilityProvider.java:78) ~[forge:?] {re:computing_frames,re:mixin,re:classloading}
  17.     at net.minecraftforge.common.capabilities.CapabilityProvider.gatherCapabilities(CapabilityProvider.java:62) ~[forge:?] {re:computing_frames,re:mixin,re:classloading}
  18.     at net.minecraft.entity.Entity.<init>(Entity.java:221) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:EntityMixin,pl:mixin:APP:quark.mixins.json:EntityMixin,pl:mixin:A}
  19.     at net.minecraft.entity.projectile.ProjectileEntity.<init>(SourceFile:24) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  20.     at net.minecraft.entity.projectile.AbstractArrowEntity.<init>(AbstractArrowEntity.java:65) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  21.     at com.sofodev.armorplus.registry.entities.arrows.APArrowEntity.<init>(APArrowEntity.java:25) ~[armorplus:task ':jar' property 'archiveVersion'] {re:classloading}
  22.     at com.sofodev.armorplus.registry.entities.arrows.impl.CoalArrowEntity.<init>(CoalArrowEntity.java:15) ~[armorplus:task ':jar' property 'archiveVersion'] {re:classloading}
  23.     at net.minecraft.entity.EntityType.func_200721_a(EntityType.java:445) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:mixin.imdlib-betteranimalsplus.json:EntityTypeAccessor,pl:mixin:A}
  24.     at com.natamus.collective.functions.ItemFunctions.generateEntityDropsFromLootTable(ItemFunctions.java:60) ~[collective:5.49] {re:classloading}
  25.     at com.natamus.alllootdrops.events.EntityEvent.onWorldLoad(EntityEvent.java:37) ~[alllootdrops:1.0] {re:classloading}
  26.     at net.minecraftforge.eventbus.ASMEventHandler_1959_EntityEvent_onWorldLoad_Load.invoke(.dynamic) ~[?:?] {}
  27.     at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
  28.     at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
  29.     at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
  30.     at net.minecraft.server.MinecraftServer.func_240787_a_(MinecraftServer.java:379) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  31.     at net.minecraft.server.MinecraftServer.func_240800_l__(MinecraftServer.java:308) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  32.     at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:60) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:modernfix-common.mixins.json:perf.thread_priorities.IntegratedServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  33.     at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:621) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  34.     at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  35.     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312] {}
  36.  
  37.  
  38. A detailed walkthrough of the error, its code path and all known details is as follows:
  39. ---------------------------------------------------------------------------------------
  40.  
  41. -- System Details --
  42. Details:
  43.     Minecraft Version: 1.16.5
  44.     Minecraft Version ID: 1.16.5
  45.     Operating System: Windows 10 (amd64) version 10.0
  46.     Java Version: 1.8.0_312, Temurin
  47.     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin
  48.     Memory: 1927409512 bytes (1838 MB) / 3837263872 bytes (3659 MB) up to 23026204672 bytes (21959 MB)
  49.     CPUs: 12
  50.     JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx24704m -Xms256m
  51.     ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
  52.     ModLauncher launch target: fmlclient
  53.     ModLauncher naming: srg
  54.     ModLauncher services:
  55.         /mixin-0.8.4.jar mixin PLUGINSERVICE
  56.         /eventbus-4.0.0.jar eventbus PLUGINSERVICE
  57.         /forge-1.16.5-36.2.32.jar object_holder_definalize PLUGINSERVICE
  58.         /forge-1.16.5-36.2.32.jar runtime_enum_extender PLUGINSERVICE
  59.         /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
  60.         /forge-1.16.5-36.2.32.jar capability_inject_definalize PLUGINSERVICE
  61.         /forge-1.16.5-36.2.32.jar runtimedistcleaner PLUGINSERVICE
  62.         /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
  63.         /forge-1.16.5-36.2.32.jar fml TRANSFORMATIONSERVICE
  64.     FML: 36.2
  65.     Forge: net.minecraftforge:36.2.32
  66.     FML Language Providers:
  67.         javafml@36.2
  68.         minecraft@1
  69.     Mod List:
  70.         cityblocks-1.7.0.jar                              |Hallzmine's City Blocks       |cityblocks                    |1.7.0               |DONE      |Manifest: NOSIGNATURE
  71.         BetterDungeons-1.16.4-1.2.1.jar                   |YUNG's Better Dungeons        |betterdungeons                |1.16.4-1.2.1        |DONE      |Manifest: NOSIGNATURE
  72.         Better Skills 1.8.0 [1.16.5].jar                  |Better Skills                 |betterskills                  |1.8.0               |DONE      |Manifest: NOSIGNATURE
  73.         zombiehorsespawn_1.16.5-3.0.jar                   |Zombie Horse Spawn            |zombiehorsespawn              |3.0                 |DONE      |Manifest: NOSIGNATURE
  74.         Dense Ores Reborn 1.16.5 v2.1.jar                 |Dense Ores Reborn             |denseoresreborn               |2.1                 |DONE      |Manifest: NOSIGNATURE
  75.         tinyredstone-1.16.5-1.13.9.jar                    |Tiny Redstone                 |tinyredstone                  |1.16.5-1.13.9       |DONE      |Manifest: NOSIGNATURE
  76.         Cure mod.jar                                      |Cure                          |cure                          |1.0.0               |DONE      |Manifest: NOSIGNATURE
  77.         Philips ruins 1.16.5-2.8.jar                      |Philips ruins1.16.5           |philips_ruins1_16_5           |2.8                 |DONE      |Manifest: NOSIGNATURE
  78.         milkallthemobs_1.16.5-1.5.jar                     |Milk All The Mobs             |milkallthemobs                |1.5                 |DONE      |Manifest: NOSIGNATURE
  79.         netherwart-1.16.5-6-forge.jar                     |Nether Wart Blocks to Nether W|netherwart                    |1.16.5-6-forge      |DONE      |Manifest: NOSIGNATURE
  80.         kingvillager-1.6.3.jar                            |The King of the villagers     |kingvillager                  |1.6.3               |DONE      |Manifest: NOSIGNATURE
  81.         betternether_reforged-1.2.jar                     |Better Nether Reforged        |betternether                  |1.2                 |DONE      |Manifest: NOSIGNATURE
  82.         BlockArmor-1.16.5-2.6.4.jar                       |Block Armor                   |blockarmor                    |2.6.4               |DONE      |Manifest: NOSIGNATURE
  83.         [1.16.5] Armor Status HUD-1.4.0.jar               |Armor Status HUD              |armorstatushud                |1.4.0               |DONE      |Manifest: NOSIGNATURE
  84.         IronJetpacks-1.16.5-4.2.3.jar                     |Iron Jetpacks                 |ironjetpacks                  |4.2.3               |DONE      |Manifest: NOSIGNATURE
  85.         ForgeEndertech-1.16.5-7.3.0.0-build.0330.jar      |ForgeEndertech                |forgeendertech                |7.3.0.0             |DONE      |Manifest: NOSIGNATURE
  86.         Controlling-7.0.0.31.jar                          |Controlling                   |controlling                   |7.0.0.31            |DONE      |Manifest: NOSIGNATURE
  87.         modernfix-forge-5.18.0+mc1.16.5.jar               |ModernFix                     |modernfix                     |5.18.0+mc1.16.5     |DONE      |Manifest: NOSIGNATURE
  88.         netherite_horse_armor-forge-1.16-1.0.4.jar        |Netherite Horse Armor         |netherite_horse_armor         |1.16-1.0.4          |DONE      |Manifest: NOSIGNATURE
  89.         VillagersPlus_1.2.2_(FORGE)_for_1.16.4-1.16.5.jar |Villagers Plus                |villagersplus                 |1.2.2               |DONE      |Manifest: NOSIGNATURE
  90.         YungsApi-1.16.4-Forge-13.jar                      |YUNG's API                    |yungsapi                      |1.16.4-Forge-13     |DONE      |Manifest: NOSIGNATURE
  91.         fnaf-blocks-v3-0-1-16-5.jar                       |FNaF - Blocks                 |fnaf__blocks_1_16             |1.0.0               |DONE      |Manifest: NOSIGNATURE
  92.         Bookshelf-Forge-1.16.5-10.4.33.jar                |Bookshelf                     |bookshelf                     |10.4.33             |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  93.         sophisticatedbackpacks-1.16.5-3.15.20.755.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |1.16.5-3.15.20.755  |DONE      |Manifest: NOSIGNATURE
  94.         guardvillagers-1.16.5.1.2.6.jar                   |Guard Villagers               |guardvillagers                |1.2.6               |DONE      |Manifest: NOSIGNATURE
  95.         BetterCopper-1.0.jar                              |Better Copper                 |bettercopper                  |1.0                 |DONE      |Manifest: NOSIGNATURE
  96.         hammers_1.16.5-1.9.jar                            |Hammers!                      |hammers                       |1.16.51.9           |DONE      |Manifest: NOSIGNATURE
  97.         betterbeaconplacement_1.16.5-2.1.jar              |Better Beacon Placement       |betterbeaconplacement         |2.1                 |DONE      |Manifest: NOSIGNATURE
  98.         rangedwirelessredstone-1.16.5-0.1.4.jar           |Ranged Wireless Redstone      |rangedwirelessredstone        |1.16.5-0.1.4        |DONE      |Manifest: NOSIGNATURE
  99.         MekanismGenerators-1.16.5-10.1.2.457.jar          |Mekanism: Generators          |mekanismgenerators            |10.1.2              |DONE      |Manifest: NOSIGNATURE
  100.         bga_10_1165.jar                                   |biome_grass_available         |biome_grass_available         |1.0.0               |DONE      |Manifest: NOSIGNATURE
  101.         FpsReducer-forge-1.24-mc1.16.5.jar                |FPS Reducer                   |fpsreducer                    |1.24-mc1.16.5       |DONE      |Manifest: NOSIGNATURE
  102.         [1.16.5] BobLib-0.2.0.jar                         |BobLib                        |boblib                        |0.2.0               |DONE      |Manifest: NOSIGNATURE
  103.         More Villager Trades 1.0.0 - 1.16.5.jar           |More Villager Trades          |more_villager_trades          |1.0.0               |DONE      |Manifest: NOSIGNATURE
  104.         mx_lib_1.16.5_1.0.0.jar                           |MX_Lib                        |mx_lib                        |1.0.0               |DONE      |Manifest: NOSIGNATURE
  105.         refinedstorage-1.9.18.jar                         |Refined Storage               |refinedstorage                |1.9.18              |DONE      |Manifest: NOSIGNATURE
  106.         betterendforge-1.16.5-2.5.jar                     |BetterEnd Forge               |betterendforge                |1.16.5-2.5          |DONE      |Manifest: NOSIGNATURE
  107.         BetterHorseArmor-1.16.3-1.0.1.1.jar               |Better Horse Armor            |betterhorsearmor              |1.16.3-1.0.1.1      |DONE      |Manifest: NOSIGNATURE
  108.         alltheores-1.3.6-1.16.5-36.1.0.jar                |AllTheOres                    |alltheores                    |1.3.6-1.16.5-36.1.0 |DONE      |Manifest: NOSIGNATURE
  109.         BetterPingDisplay-1.16.5-1.0.jar                  |Better Ping Display           |betterpingdisplay             |1.0                 |DONE      |Manifest: NOSIGNATURE
  110.         entity_texture_features_forge_1.16.5-4.3.1.jar    |Entity Texture Features       |entity_texture_features       |4.3.1               |DONE      |Manifest: NOSIGNATURE
  111.         TaxOceanVillager+M.1.16+ForM-1.1.2.jar            |Tax' Ocean Villager           |taxov                         |1.1.2               |DONE      |Manifest: NOSIGNATURE
  112.         block_variants-1.16.5-2.7.jar                     |Block Variants                |block_variants                |2.7                 |DONE      |Manifest: NOSIGNATURE
  113.         morevillagers-FORGE-1.16.5-1.5.5.jar              |More Villagers                |morevillagers                 |1.5.5               |DONE      |Manifest: NOSIGNATURE
  114.         BetterCompatibilityChecker-1.0.7-build.22+mc1.16.5|Better Compatibility Checker  |bcc                           |1.0.7-build.22+mc1.1|DONE      |Manifest: NOSIGNATURE
  115.         curiousjetpacks-1.4d-1.16.5.jar                   |Curious Jetpacks              |curiousjetpacks               |1.4d-1.16.5         |DONE      |Manifest: NOSIGNATURE
  116.         BetterCrates-1.16.5-1.0.2.jar                     |Better Crates                 |bettercrates                  |1.0.2               |DONE      |Manifest: NOSIGNATURE
  117.         MekanismAdditions-1.16.5-10.1.2.457.jar           |Mekanism: Additions           |mekanismadditions             |10.1.2              |DONE      |Manifest: NOSIGNATURE
  118.         valkyrielib-1.16.5-3.0.9.5.jar                    |ValkyrieLib                   |valkyrielib                   |1.16.5-3.0.9.5      |DONE      |Manifest: NOSIGNATURE
  119.         envirocore-1.16.5-3.0.9.3.jar                     |Environmental Core            |envirocore                    |1.16.5-3.0.9.3      |DONE      |Manifest: NOSIGNATURE
  120.         envirotech-1.16.5-3.0.9.4.jar                     |Environmental Tech            |envirotech                    |1.16.5-3.0.9.4      |DONE      |Manifest: NOSIGNATURE
  121.         toughnessbar-6.1.jar                              |Toughness Bar                 |toughnessbar                  |6.1                 |DONE      |Manifest: NOSIGNATURE
  122.         zombieproofdoors_1.16.5-1.3.jar                   |Zombie Proof Doors            |zombieproofdoors              |1.3                 |DONE      |Manifest: NOSIGNATURE
  123.         easyhammers-1.16.5-1.1.3.jar                      |EasyHammers                   |easyhammers                   |1.1.3               |DONE      |Manifest: NOSIGNATURE
  124.         simplylight-1.16.5-1.4.2-build.32.jar             |Simply Light                  |simplylight                   |1.16.5-1.4.2-build.3|DONE      |Manifest: NOSIGNATURE
  125.         military mod 2.0.jar                              |military armor mod            |military_armor_mod            |1.0.0               |DONE      |Manifest: NOSIGNATURE
  126.         TrackAPI-1.16.4-forge-1.2.1.jar                   |TrackAPI                      |trackapi                      |1.2                 |DONE      |Manifest: NOSIGNATURE
  127.         lightspeed-1.16.5-1.0.5.jar                       |Lightspeed                    |lightspeed                    |1.16.5-1.1.0        |DONE      |Manifest: NOSIGNATURE
  128.         curios-forge-1.16.5-4.1.0.0.jar                   |Curios API                    |curios                        |1.16.5-4.1.0.0      |DONE      |Manifest: NOSIGNATURE
  129.         Patchouli-1.16.4-53.3.jar                         |Patchouli                     |patchouli                     |1.16.4-53.3         |DONE      |Manifest: NOSIGNATURE
  130.         Female Zombies V1.5 MCV 1.16.5.jar                |Female Zombie1.18.2/1.16.5    |female_zombie                 |1.0.0               |DONE      |Manifest: NOSIGNATURE
  131.         collective-1.16.5-5.49.jar                        |Collective                    |collective                    |5.49                |DONE      |Manifest: NOSIGNATURE
  132.         betterbiomeblend-1.16.4-1.2.9-forge.jar           |Better Biome Blend            |betterbiomeblend              |1.16.4-1.2.9-forge  |DONE      |Manifest: NOSIGNATURE
  133.         workers-1.16.5-1.3.2.jar                          |Workers Mod                   |workers                       |1.3.2               |DONE      |Manifest: NOSIGNATURE
  134.         BetterHunger-1.16.5-6.0.1.jar                     |BetterHunger                  |betterhunger                  |6.0.1               |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  135.         Searchables-forge-1.16.5-1.0.7.jar                |Searchables                   |searchables                   |1.0.7               |DONE      |Manifest: NOSIGNATURE
  136.         OreExcavation-1.8.157.jar                         |Ore Excavation                |oreexcavation                 |1.8.157             |DONE      |Manifest: e7:68:1c:0d:b9:7e:cf:f8:f3:40:9c:84:c5:39:d7:a4:59:78:b0:6b:c3:fd:b7:4f:69:18:a3:88:e3:76:8c:3f
  137.         WoodOres-1.16.3+-1.0.0.jar                        |Wood Ores                     |woodores                      |1.0.0               |DONE      |Manifest: NOSIGNATURE
  138.         bettervillage-forge-1.16.5-3.2.0.jar              |Better village                |bettervillage                 |3.1.0               |DONE      |Manifest: NOSIGNATURE
  139.         elevatorid-1.16.5-1.7.13.jar                      |Elevator Mod                  |elevatorid                    |1.16.5-1.7.13       |DONE      |Manifest: NOSIGNATURE
  140.         GunpowderLib-1.16.5-1.2.3.jar                     |GunpowderLib                  |gunpowderlib                  |1.16.5-1.2.3        |DONE      |Manifest: 2e:cb:db:61:22:2a:6d:79:f4:22:31:8c:34:9b:cf:9f:91:ea:95:c4:bf:bb:8a:de:6e:10:c3:f0:b1:c6:ae:20
  141.         allenchantmentsfortrade-1.16.5-1.2.jar            |All Enchantments For Trade    |allenchantmentsfortrade       |1.16.5-1.2          |DONE      |Manifest: NOSIGNATURE
  142.         obfuscate-0.6.3-1.16.5.jar                        |Obfuscate                     |obfuscate                     |0.6.3               |DONE      |Manifest: NOSIGNATURE
  143.         BetterStrongholds-1.16.4-1.2.1.jar                |YUNG's Better Strongholds     |betterstrongholds             |1.16.4-1.2.1        |DONE      |Manifest: NOSIGNATURE
  144.         WirelessRedstone-1.16.5-1.1.4.jar                 |Wireless Redstone             |wirelessredstone              |1.16.5-1.1.4        |DONE      |Manifest: NOSIGNATURE
  145.         better-loading-screen-1.4.0.jar                   |Better Loading Screen         |better_loading_screen         |1.4.0               |DONE      |Manifest: NOSIGNATURE
  146.         MekanismTools-1.16.5-10.1.2.457.jar               |Mekanism: Tools               |mekanismtools                 |10.1.2              |DONE      |Manifest: NOSIGNATURE
  147.         constructionwand-1.16.5-2.6.jar                   |Construction Wand             |constructionwand              |1.16.5-2.6          |DONE      |Manifest: NOSIGNATURE
  148.         architectury-1.32.68.jar                          |Architectury                  |architectury                  |1.32.68             |DONE      |Manifest: NOSIGNATURE
  149.         customvillagertrades-forge-16.25.0.jar            |Custom Villager Trades        |customvillagertrades          |16.25.0             |DONE      |Manifest: NOSIGNATURE
  150.         Simply Steel-1.1.0 1.16.5.jar                     |Simply Steel                  |simplysteel                   |1.16.5-1.1.0        |DONE      |Manifest: NOSIGNATURE
  151.         light-overlay-5.8.1.jar                           |Light Overlay                 |lightoverlay                  |5.8.1               |DONE      |Manifest: NOSIGNATURE
  152.         cloth-config-4.17.101-forge.jar                   |Cloth Config v4 API           |cloth-config                  |4.17.101            |DONE      |Manifest: NOSIGNATURE
  153.         dynamic-fps-3.4.3+minecraft-1.16.5-forge.jar      |Dynamic FPS                   |dynamic_fps                   |3.4.3               |DONE      |Manifest: NOSIGNATURE
  154.         TacCraft [Forge 1.16.5] 0.1.jar                   |PreTacCraft                   |pretaccraft                   |1.0.0               |DONE      |Manifest: NOSIGNATURE
  155.         speedyladders-1.16.5-2.jar                        |Speedy Ladders                |speedyladders                 |1.16.5-2            |DONE      |Manifest: NOSIGNATURE
  156.         MoreGrass.jar                                     |Cob                           |cob                           |1.0.0               |DONE      |Manifest: NOSIGNATURE
  157.         mcsa-forge-2.3.0-Forge.jar                        |MC Story Mode Armor - Forge   |mcsaforge                     |2.3.0-Forge         |DONE      |Manifest: NOSIGNATURE
  158.         BetterMineshafts-Forge-1.16.4-2.0.4.jar           |YUNG's Better Mineshafts      |bettermineshafts              |1.16.4-2.0.4        |DONE      |Manifest: NOSIGNATURE
  159.         geckolib-forge-1.16.5-3.0.106.jar                 |GeckoLib                      |geckolib3                     |3.0.106             |DONE      |Manifest: NOSIGNATURE
  160.         BetterModsButton-v1.0.5-1.16.5-Forge.jar          |Better Mods Button            |bettermodsbutton              |1.0.5               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  161.         missingtextureblock-1.16.5-2.2.jar                |Missing Texture Block         |missingtextureblock           |1.16.5-2.2          |DONE      |Manifest: NOSIGNATURE
  162.         recruits-1.16.5-1.5.1.jar                         |Recriuts Mod                  |recruits                      |1.5.1               |DONE      |Manifest: NOSIGNATURE
  163.         mod.jar                                           |totem of technoblade never die|totem_of_technoblade_never_die|1.0.0               |DONE      |Manifest: NOSIGNATURE
  164.         MoreCarpets-1.16.5-1.0.0.jar                      |More Carpets                  |morecarpets                   |1.0.0               |DONE      |Manifest: NOSIGNATURE
  165.         BetterAnimationsCollection-v1.2.4-1.16.5-Forge.jar|Better Animations Collection  |betteranimationscollection    |1.2.4               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  166.         SimplyJetpacks2-1.16.5-2.6.12.1.jar               |Simply Jetpacks 2             |simplyjetpacks                |1.16.5-2.6.12.1     |DONE      |Manifest: NOSIGNATURE
  167.         Cucumber-1.16.5-4.1.12.jar                        |Cucumber Library              |cucumber                      |4.1.12              |DONE      |Manifest: NOSIGNATURE
  168.         cgm-1.2.6-1.16.5.jar                              |MrCrayfish's Gun Mod          |cgm                           |1.2.6               |DONE      |Manifest: NOSIGNATURE
  169.         villagerdrops-1.16.5.jar                          |Villagers Drop Emeralds on Dea|villagerdrops                 |1.16.5              |DONE      |Manifest: NOSIGNATURE
  170.         BasicEndOres-1.16.5-1.0.0.jar                     |Basic End Ores                |beo                           |1.0.0               |DONE      |Manifest: NOSIGNATURE
  171.         jei-1.16.5-7.8.0.1009.jar                         |Just Enough Items             |jei                           |7.8.0.1009          |DONE      |Manifest: NOSIGNATURE
  172.         Masonry_Blocks_1.16.4_1.0.jar                     |Masonry Blocks                |masonry_blocks                |1.0                 |DONE      |Manifest: NOSIGNATURE
  173.         villagerarmor-1.0.0.jar                           |Villager Armor Layer          |villagerarmor                 |1.0.0               |DONE      |Manifest: NOSIGNATURE
  174.         libraryferret-forge-1.16.5-4.0.0.jar              |Library ferret                |libraryferret                 |4.0.0               |DONE      |Manifest: NOSIGNATURE
  175.         tac-release-0.3.14.2-1.16.5.jar                   |Timeless and Classics Guns    |tac                           |0.3.14.2            |DONE      |Manifest: NOSIGNATURE
  176.         AllTheCompressed-1.0.4-1.16.5-36.2.29.jar         |AllTheCompressed              |allthecompressed              |1.0.4-1.16.5-36.2.29|DONE      |Manifest: NOSIGNATURE
  177.         Waystones_1.16.5-7.6.4.jar                        |Waystones                     |waystones                     |7.6.4               |DONE      |Manifest: NOSIGNATURE
  178.         MoreOresInONE-1.2_1.16.5.jar                      |More Ores in ONE              |moreoresinone                 |1.2                 |DONE      |Manifest: NOSIGNATURE
  179.         journeymap-1.16.5-5.8.6.jar                       |Journeymap                    |journeymap                    |5.8.6               |DONE      |Manifest: NOSIGNATURE
  180.         comforts-forge-1.16.5-4.0.1.5.jar                 |Comforts                      |comforts                      |1.16.5-4.0.1.5      |DONE      |Manifest: NOSIGNATURE
  181.         NaturesCompass-1.16.5-1.9.1-forge.jar             |Nature's Compass              |naturescompass                |1.16.5-1.9.1-forge  |DONE      |Manifest: NOSIGNATURE
  182.         BasicNetherOres-1.16.5-5.5.0.jar                  |Basic Nether Ores             |bno                           |5.5.0               |DONE      |Manifest: NOSIGNATURE
  183.         betteranimalsplus-1.16.5-11.0.10-forge.jar        |Better Animals Plus           |betteranimalsplus             |1.16.5-11.0.10      |DONE      |Manifest: NOSIGNATURE
  184.         lazydfu-0.1.3.jar                                 |LazyDFU                       |lazydfu                       |0.1.3               |DONE      |Manifest: NOSIGNATURE
  185.         BetterHurtTimer-1.16.3-4.5.2.3.jar                |Better Hurt Timer             |betterhurttimer               |1.16.3-4.5.2.3      |DONE      |Manifest: c9:84:cd:eb:27:ac:0d:ad:8c:55:6f:d6:5f:19:f2:c8:63:2a:b0:bd:3b:d0:b6:df:fd:9f:de:9f:9d:e8:7c:68
  186.         mcjtylib-1.16-5.1.8.jar                           |McJtyLib                      |mcjtylib                      |1.16-5.1.8          |DONE      |Manifest: NOSIGNATURE
  187.         rftoolsbase-1.16-2.1.5.jar                        |RFToolsBase                   |rftoolsbase                   |1.16-2.1.5          |DONE      |Manifest: NOSIGNATURE
  188.         notenoughwands-1.16-3.0.2.jar                     |Not Enough Wands              |notenoughwands                |1.16-3.0.2          |DONE      |Manifest: NOSIGNATURE
  189.         WegotRunners0.3a.jar                              |wegotrunnners                 |wegotrunnners                 |1.0.0               |DONE      |Manifest: NOSIGNATURE
  190.         Mega TNT Mod-1.18.2-1.0.8.jar                     |MANU5L's TNT Mod              |manuls_tnt_mod                |1.0.0               |DONE      |Manifest: NOSIGNATURE
  191.         JEITweaker-1.16.5-1.1.0.49.jar                    |JEI Tweaker                   |jeitweaker                    |1.1.0.49            |DONE      |Manifest: NOSIGNATURE
  192.         OverWorld Netherite Ore Mod 1.16.5 1.2.jar        |Netherite Ore Mod             |netherite_ore_mod             |1.0.0               |DONE      |Manifest: NOSIGNATURE
  193.         randomium-1.16.5-1.7.jar                          |Randomium                     |randomium                     |1.16.5-1.7          |DONE      |Manifest: NOSIGNATURE
  194.         CraftTweaker-1.16.5-7.1.2.527.jar                 |CraftTweaker                  |crafttweaker                  |7.1.2.527           |DONE      |Manifest: NOSIGNATURE
  195.         Mekanism-1.16.5-10.1.2.457.jar                    |Mekanism                      |mekanism                      |10.1.2              |DONE      |Manifest: NOSIGNATURE
  196.         forge-1.16.5-36.2.32-universal.jar                |Forge                         |forge                         |36.2.32             |DONE      |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
  197.         morezombievillagers_1.16.5-1.4.jar                |More Zombie Villagers         |morezombievillagers           |1.4                 |DONE      |Manifest: NOSIGNATURE
  198.         More Wandering Trades 1.0.0 - 1.16.5.jar          |More Wandering Trades         |more_wandering_trades         |1.0.0               |DONE      |Manifest: NOSIGNATURE
  199.         AllSlabsToBlocksForge-1.16.5-1.0.jar              |SlabsToBlocks                 |slabstoblocks                 |1.0                 |DONE      |Manifest: NOSIGNATURE
  200.         FasterLadderClimbing-1.16.4-0.2.1.jar             |Faster Ladder Climbing        |fasterladderclimbing          |1.16.4-0.2.1        |DONE      |Manifest: NOSIGNATURE
  201.         TC-Redstone-1.16.5-3.2.2.jar                      |TC Redstone                   |gircredstone                  |3.2.2               |DONE      |Manifest: NOSIGNATURE
  202.         CraftingTweaks_1.16.5-12.2.1.jar                  |Crafting Tweaks               |craftingtweaks                |12.2.1              |DONE      |Manifest: NOSIGNATURE
  203.         forge-1.16.5-36.2.32-client.jar                   |Minecraft                     |minecraft                     |1.16.5              |DONE      |Manifest: NOSIGNATURE
  204.         cofh_core-1.16.5-1.5.2.22.jar                     |CoFH Core                     |cofh_core                     |1.5.2.22            |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  205.         redstone_arsenal-1.16.5-0.9.3b.17.jar             |Redstone Arsenal              |redstone_arsenal              |0.9.3b.17           |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  206.         CarptetTrapdoors [Forge] 1.16.5 - 1.6.jar         |Carpet Trapdoors [Forge]      |carpettrapdoors               |1.6                 |DONE      |Manifest: NOSIGNATURE
  207.         EnchantmentDescriptions-1.16.5-7.1.27.jar         |EnchantmentDescriptions       |enchdesc                      |7.1.27              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  208.         MouseTweaks-2.14-mc1.16.2.jar                     |Mouse Tweaks                  |mousetweaks                   |2.14                |DONE      |Manifest: NOSIGNATURE
  209.         compactores-1.16.5-3.1.0.jar                      |Compact Ores                  |compactores                   |3.1.0               |DONE      |Manifest: NOSIGNATURE
  210.         allthemodium-1.5.18-1.16.5-36.1.23.jar            |Allthemodium                  |allthemodium                  |1.5.18-1.16.5-36.1.2|DONE      |Manifest: NOSIGNATURE
  211.         bunker-down 1-1-0.jar                             |Bunker Down                   |bunker_down                   |1.1.0               |DONE      |Manifest: NOSIGNATURE
  212.         AdLods-1.16.5-4.1.10.0-build.0337.jar             |Large Ore Deposits            |adlods                        |4.1.10.0            |DONE      |Manifest: NOSIGNATURE
  213.         betterleveling-1.16.5-0.6.2.jar                   |Better Leveling               |betterleveling                |1.16.5-0.6.2        |DONE      |Manifest: NOSIGNATURE
  214.         car-1.16.5-1.0.17.jar                             |Ultimate Car Mod              |car                           |1.16.5-1.0.17       |DONE      |Manifest: NOSIGNATURE
  215.         betterfpsdist-1.2.jar                             |betterfpsdist mod             |betterfpsdist                 |1.2                 |DONE      |Manifest: NOSIGNATURE
  216.         easy_villagers-1.16.5-1.0.13.jar                  |Easy Villagers                |easy_villagers                |1.16.5-1.0.13       |DONE      |Manifest: NOSIGNATURE
  217.         LuckyTNTMod-1.16.5-1.3.3.jar                      |LuckyTNTMod                   |luckytntmod                   |1.3.3               |DONE      |Manifest: NOSIGNATURE
  218.         polymorph-forge-1.16.5-0.41.jar                   |Polymorph                     |polymorph                     |1.16.5-0.41         |DONE      |Manifest: NOSIGNATURE
  219.         grasscolors-1.0.0.jar                             |Grass Colors                  |grasscolors                   |1.0.0               |DONE      |Manifest: NOSIGNATURE
  220.         AutoRegLib-1.6-49.jar                             |AutoRegLib                    |autoreglib                    |1.6-49              |DONE      |Manifest: NOSIGNATURE
  221.         Quark-r2.4-322.jar                                |Quark                         |quark                         |r2.4-322            |DONE      |Manifest: NOSIGNATURE
  222.         [1.16.5] SecurityCraft v1.9.10.1.jar              |SecurityCraft                 |securitycraft                 |v1.9.10.1           |DONE      |Manifest: NOSIGNATURE
  223.         wlrs-1.8.2-1.16.5.jar                             |Waterlogged Redstone          |wlrs                          |1.8.2-1.16.5        |DONE      |Manifest: NOSIGNATURE
  224.         JustEnoughMekanismMultiblocks-1.16.5-1.4.jar      |Just Enough Mekanism Multibloc|jei_mekanism_multiblocks      |1.4                 |DONE      |Manifest: NOSIGNATURE
  225.         illagersweararmor-1.0.5.jar                       |Illagers Wear Armor           |illagersweararmor             |1.0.5               |DONE      |Manifest: NOSIGNATURE
  226.         brighter-0.1.16-beta.jar                          |Brighter                      |brighter                      |0.1.0-beta          |DONE      |Manifest: NOSIGNATURE
  227.         appleskin-forge-mc1.16.x-2.5.1.jar                |AppleSkin                     |appleskin                     |2.5.1+mc1.16.4      |DONE      |Manifest: NOSIGNATURE
  228.         ferritecore-2.1.1-forge.jar                       |Ferrite Core                  |ferritecore                   |2.1.1               |DONE      |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
  229.         TaxDeepVillager+1.16.5+Modi+1.0.0.jar             |Tax' Deep Villager            |taxdv                         |1.16.5+Modi+1.0.0   |DONE      |Manifest: NOSIGNATURE
  230.         guardscraft-1.16.5-1.1.1.jar                      |GuardsCraft                   |guardscraft                   |1.16.5-1.1.1        |DONE      |Manifest: NOSIGNATURE
  231.         thedragonlib-1.16.3-1.1.0.jar                     |TheDragonLib                  |thedragonlib                  |1.16.3-1.1.0        |DONE      |Manifest: NOSIGNATURE
  232.         armorplus-1.16.5-16.8.1.jar                       |ArmorPlus                     |armorplus                     |task ':jar' property|DONE      |Manifest: NOSIGNATURE
  233.         PuzzlesLib-v1.0.15-1.16.5-Forge.jar               |Puzzles Lib                   |puzzleslib                    |1.0.15              |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  234.         allthetweaks-1.4.5-1.16.5-36.1.13.jar             |All The Tweaks                |allthetweaks                  |1.4.5-1.16.5-36.1.13|DONE      |Manifest: NOSIGNATURE
  235.         BetterF3-1.5.0-Forge-1.16.5.jar                   |BetterF3                      |betterf3                      |1.5.0               |DONE      |Manifest: NOSIGNATURE
  236.         betterbedrockgenerator-1.16.4-0.1.1.jar           |Better Bedrock Generator      |betterbedrockgenerator        |0.1.1               |DONE      |Manifest: NOSIGNATURE
  237.         PlayingCards-1.16.4-1.0.1.jar                     |Playing Cards                 |playingcards                  |1.0.1               |DONE      |Manifest: NOSIGNATURE
  238.         CosmeticArmorReworked-1.16.5-v5a.jar              |CosmeticArmorReworked         |cosmeticarmorreworked         |1.16.5-v5a          |DONE      |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
  239.         brightnessslider-forge-1.0-1.16.5.jar             |Better Brightness Slider      |brightnessslider              |1.0                 |DONE      |Manifest: NOSIGNATURE
  240.         overloadedarmorbar-5.1.0.jar                      |Overloaded Armor Bar          |overloadedarmorbar            |5.1.0               |DONE      |Manifest: NOSIGNATURE
  241.         1.8-1.16.5ATOp.jar                                |Armor, Tools & Ores+          |armortoolsores                |1.8                 |DONE      |Manifest: NOSIGNATURE
  242.         alllootdrops_1.16.5-2.6.jar                       |All Loot Drops                |alllootdrops                  |2.6                 |DONE      |Manifest: NOSIGNATURE
  243.     Crash Report UUID: 4d1eb24b-c46c-40c7-95e8-05da742707c6
  244.     Patchouli open book context: n/a
  245.     Player Count: 0 / 8; []
  246.     Data Packs: vanilla, mod:cityblocks, mod:betterdungeons, mod:betterskills, mod:zombiehorsespawn, mod:denseoresreborn, mod:tinyredstone, mod:cure, mod:philips_ruins1_16_5, mod:milkallthemobs, mod:netherwart, mod:kingvillager, mod:betternether, mod:blockarmor, mod:armorstatushud, mod:ironjetpacks, mod:forgeendertech, mod:controlling, mod:modernfix, mod:netherite_horse_armor, mod:villagersplus (incompatible), mod:yungsapi, mod:fnaf__blocks_1_16, mod:bookshelf, mod:sophisticatedbackpacks, mod:guardvillagers, mod:bettercopper, mod:hammers, mod:betterbeaconplacement, mod:rangedwirelessredstone (incompatible), mod:mekanismgenerators, mod:biome_grass_available, mod:fpsreducer, mod:boblib, mod:more_villager_trades, mod:mx_lib, mod:refinedstorage, mod:betterendforge, mod:betterhorsearmor, mod:alltheores, mod:betterpingdisplay (incompatible), mod:entity_texture_features (incompatible), mod:taxov, mod:block_variants, mod:morevillagers, mod:bcc (incompatible), mod:curiousjetpacks (incompatible), mod:bettercrates, mod:mekanismadditions, mod:valkyrielib, mod:envirocore (incompatible), mod:envirotech, mod:toughnessbar (incompatible), mod:zombieproofdoors, mod:easyhammers, mod:simplylight, mod:military_armor_mod, mod:trackapi (incompatible), mod:lightspeed (incompatible), mod:curios, mod:patchouli (incompatible), mod:female_zombie, mod:collective, mod:betterbiomeblend, mod:workers, mod:betterhunger, mod:searchables, mod:oreexcavation, mod:woodores, mod:bettervillage, mod:elevatorid, mod:gunpowderlib, mod:allenchantmentsfortrade, mod:obfuscate, mod:betterstrongholds, mod:wirelessredstone, mod:better_loading_screen (incompatible), mod:mekanismtools, mod:constructionwand, mod:architectury, mod:customvillagertrades, mod:simplysteel, mod:lightoverlay (incompatible), mod:cloth-config (incompatible), mod:dynamic_fps (incompatible), mod:pretaccraft, mod:speedyladders (incompatible), mod:cob, mod:mcsaforge, mod:bettermineshafts, mod:geckolib3 (incompatible), mod:bettermodsbutton, mod:missingtextureblock, mod:recruits, mod:totem_of_technoblade_never_dies, mod:morecarpets, mod:betteranimationscollection, mod:simplyjetpacks, mod:cucumber, mod:cgm, mod:villagerdrops, mod:beo, mod:jei, mod:masonry_blocks, mod:villagerarmor, mod:libraryferret, mod:tac (incompatible), mod:allthecompressed, mod:waystones (incompatible), mod:moreoresinone, mod:journeymap (incompatible), mod:comforts, mod:naturescompass (incompatible), mod:bno (incompatible), mod:betteranimalsplus, mod:lazydfu, mod:betterhurttimer (incompatible), mod:mcjtylib, mod:rftoolsbase, mod:notenoughwands (incompatible), mod:wegotrunnners, mod:manuls_tnt_mod, mod:jeitweaker, mod:netherite_ore_mod, mod:randomium, mod:crafttweaker, mod:mekanism, mod:forge, mod:morezombievillagers, mod:more_wandering_trades, mod:slabstoblocks, mod:fasterladderclimbing, mod:gircredstone, mod:craftingtweaks (incompatible), mod:cofh_core, mod:redstone_arsenal, mod:carpettrapdoors, mod:enchdesc, mod:mousetweaks, mod:compactores (incompatible), mod:allthemodium, mod:bunker_down, mod:adlods, mod:betterleveling, mod:car, mod:betterfpsdist, mod:easy_villagers, mod:luckytntmod, mod:polymorph, mod:grasscolors, mod:autoreglib (incompatible), mod:quark (incompatible), mod:securitycraft, mod:wlrs, mod:jei_mekanism_multiblocks, mod:illagersweararmor (incompatible), mod:brighter, mod:appleskin, mod:ferritecore (incompatible), mod:taxdv, mod:guardscraft, mod:thedragonlib, mod:armorplus, mod:puzzleslib, mod:allthetweaks, mod:betterf3, mod:betterbedrockgenerator, mod:playingcards (incompatible), mod:cosmeticarmorreworked (incompatible), mod:brightnessslider (incompatible), mod:overloadedarmorbar (incompatible), mod:armortoolsores, mod:alllootdrops
  247.     Type: Integrated Server (map_client.txt)
  248.     Is Modded: Definitely; Client brand changed to 'forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement