Dvineaspect

Untitled

Jun 16th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.77 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 6/16/20 4:24 PM
  5. Description: Ticking memory connection
  6.  
  7. java.lang.RuntimeException: Provider com.github.alexthe666.citadel.server.CitadelServerEvents$1.getCapability() returned null; return LazyOptional.empty() instead!
  8. at net.minecraftforge.common.capabilities.CapabilityDispatcher.getCapability(CapabilityDispatcher.java:107) ~[?:?] {re:classloading}
  9. at net.minecraftforge.common.capabilities.CapabilityProvider.getCapability(CapabilityProvider.java:118) ~[?:?] {re:mixin,re:classloading}
  10. at net.minecraft.entity.LivingEntity.getCapability(LivingEntity.java:2978) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:charm:LivingEntity,xf:fml:caelus:coremodone,pl:mixin:APP:performant.mixins.json:entity.LivingEntityMixin,pl:mixin:A}
  11. at net.minecraft.entity.player.PlayerEntity.getCapability(PlayerEntity.java:2199) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:charm:PlayerEntity,re:mixin,pl:accesstransformer:B}
  12. at svenhjol.strange.scrolls.module.Quests.getCapability(Quests.java:115) ~[?:1.15.2-1.0.0-beta.5] {re:classloading,pl:capability_inject_definalize:A}
  13. at svenhjol.strange.scrolls.event.QuestEvents.onPlayerLoad(QuestEvents.java:100) ~[?:1.15.2-1.0.0-beta.5] {re:classloading}
  14. at net.minecraftforge.eventbus.ASMEventHandler_955_QuestEvents_onPlayerLoad_LoadFromFile.invoke(.dynamic) ~[?:?] {}
  15. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
  16. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
  17. at net.minecraftforge.event.ForgeEventFactory.firePlayerLoadingEvent(ForgeEventFactory.java:318) ~[?:?] {re:mixin,re:classloading}
  18. at net.minecraft.world.storage.SaveHandler.func_75752_b(SaveHandler.java:171) ~[?:?] {re:classloading}
  19. at net.minecraft.server.management.PlayerList.func_72380_a(PlayerList.java:273) ~[?:?] {re:classloading}
  20. at net.minecraft.server.management.PlayerList.func_72355_a(PlayerList.java:112) ~[?:?] {re:classloading}
  21. at shadows.fastbench.net.HijackedPlayerList.func_72355_a(HijackedPlayerList.java:18) ~[?:3.0.0] {re:classloading}
  22. at net.minecraft.network.login.ServerLoginNetHandler.func_147326_c(ServerLoginNetHandler.java:116) ~[?:?] {re:classloading,xf:fml:randompatches:RandomPatches ServerLoginNetHandler Transformer}
  23. at net.minecraft.network.login.ServerLoginNetHandler.func_73660_a(ServerLoginNetHandler.java:63) ~[?:?] {re:classloading,xf:fml:randompatches:RandomPatches ServerLoginNetHandler Transformer}
  24. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:224) ~[?:?] {re:classloading}
  25. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) ~[?:?] {re:classloading}
  26. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:866) ~[?:?] {re:classloading,pl:accesstransformer:B}
  27. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) ~[?:?] {re:classloading,pl:accesstransformer:B}
  28. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  29. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637) [?:?] {re:classloading,pl:accesstransformer:B}
  30. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211] {}
  31.  
  32.  
  33. A detailed walkthrough of the error, its code path and all known details is as follows:
  34. ---------------------------------------------------------------------------------------
  35.  
  36. -- Head --
  37. Thread: Server thread
  38. Stacktrace:
  39. at net.minecraftforge.common.capabilities.CapabilityDispatcher.getCapability(CapabilityDispatcher.java:107)
  40. at net.minecraftforge.common.capabilities.CapabilityProvider.getCapability(CapabilityProvider.java:118)
  41. at net.minecraft.entity.LivingEntity.getCapability(LivingEntity.java:2978)
  42. at net.minecraft.entity.player.PlayerEntity.getCapability(PlayerEntity.java:2199)
  43. at svenhjol.strange.scrolls.module.Quests.getCapability(Quests.java:115)
  44. at svenhjol.strange.scrolls.event.QuestEvents.onPlayerLoad(QuestEvents.java:100)
  45. at net.minecraftforge.eventbus.ASMEventHandler_955_QuestEvents_onPlayerLoad_LoadFromFile.invoke(.dynamic)
  46. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
  47. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  48. at net.minecraftforge.event.ForgeEventFactory.firePlayerLoadingEvent(ForgeEventFactory.java:318)
  49. at net.minecraft.world.storage.SaveHandler.func_75752_b(SaveHandler.java:171)
  50. at net.minecraft.server.management.PlayerList.func_72380_a(PlayerList.java:273)
  51. at net.minecraft.server.management.PlayerList.func_72355_a(PlayerList.java:112)
  52. at shadows.fastbench.net.HijackedPlayerList.func_72355_a(HijackedPlayerList.java:18)
  53. at net.minecraft.network.login.ServerLoginNetHandler.func_147326_c(ServerLoginNetHandler.java:116)
  54. at net.minecraft.network.login.ServerLoginNetHandler.func_73660_a(ServerLoginNetHandler.java:63)
  55. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:224)
  56.  
  57. -- Ticking connection --
  58. Details:
  59. Connection: net.minecraft.network.NetworkManager@77c99499
  60. Stacktrace:
  61. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135)
  62. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:866)
  63. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784)
  64. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114)
  65. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
  66. at java.lang.Thread.run(Unknown Source)
  67.  
  68. -- System Details --
  69. Details:
  70. Minecraft Version: 1.15.2
  71. Minecraft Version ID: 1.15.2
  72. Operating System: Windows 10 (amd64) version 10.0
  73. Java Version: 1.8.0_211, Oracle Corporation
  74. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  75. Memory: 2757488160 bytes (2629 MB) / 5607784448 bytes (5348 MB) up to 5726797824 bytes (5461 MB)
  76. CPUs: 8
  77. JVM Flags: 6 total; -XX:-OmitStackTraceInFastThrow -Xms4096M -Xmx6144M -XX:MetaspaceSize=256M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M
  78. ModLauncher: 5.1.0+69+master.79f13f7
  79. ModLauncher launch target: fmlclient
  80. ModLauncher naming: srg
  81. ModLauncher services:
  82. /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
  83. /forge-1.15.2-31.2.9.jar object_holder_definalize PLUGINSERVICE
  84. /forge-1.15.2-31.2.9.jar runtime_enum_extender PLUGINSERVICE
  85. /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE
  86. /forge-1.15.2-31.2.9.jar capability_inject_definalize PLUGINSERVICE
  87. /forge-1.15.2-31.2.9.jar runtimedistcleaner PLUGINSERVICE
  88. /forge-1.15.2-31.2.9.jar fml TRANSFORMATIONSERVICE
  89. /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
  90. /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
  91. /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
  92. FML: 31.2
  93. Forge: net.minecraftforge:31.2.9
  94. FML Language Providers:
  95. javafml@31.2
  96. minecraft@1
  97. kotlinfml@1.5.2
  98. Mod List:
  99. enchantedbookredesign-2.0.jar Enchanted Book Redesign {enchantedbookredesign@2.0 DONE}
  100. CyclopsCore-1.15.2-1.6.2.jar Cyclops Core {cyclopscore@1.6.2 DONE}
  101. NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 DONE}
  102. Wyrmroost-1.1.2.jar Wyrmroost {wyrmroost@1.1.1-DEV DONE}
  103. curiousshulkerboxes-FORGE-1.15.2-2.0.1.jar Curious Shulker Boxes {curiousshulkerboxes@FORGE-1.15.2-2.0.1 DONE}
  104. DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {doggytalents@1.15.2.3 DONE}
  105. mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {mcwwindows@1.0.1 DONE}
  106. rsgauges-1.15.2-1.2.4-b1.jar Gauges and Switches {rsgauges@1.2.4-b1 DONE}
  107. findme-1.15.2-1.3.0.jar Find Me {findme@NONE DONE}
  108. essentials-1.15.2-2.7.2.jar Essentials {essentials@1.15.2-2.7.2 DONE}
  109. CookingForBlockheads_1.15.2-8.0.2.jar Cooking for Blockheads {cookingforblockheads@8.0.2 DONE}
  110. Controlling-6.1.4.jar Controlling {controlling@6.1.4 DONE}
  111. Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 DONE}
  112. citadel-1.1.10.jar Citadel {citadel@1.1.10 DONE}
  113. theloader-1.15.2-1.1.0.jar The Loader {theloader@1.15.2-1.1.0 DONE}
  114. NomadicTents-1.15.2-11.0.0-beta.jar Nomadic Tents {nomadictents@11.0.0-beta DONE}
  115. MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {mutantbeasts@1.15.2-1.0.7 DONE}
  116. Reliquary-1.15.2-1.3.4.995.jar Reliquary {xreliquary@1.15.2-1.3.4.995 DONE}
  117. randompatches-1.15.2-1.21.1.5.jar RandomPatches {randompatches@1.15.2-1.21.1.5 DONE}
  118. buildinggadgets-3.3.5.jar Building Gadgets {buildinggadgets@3.3.5 DONE}
  119. Apotheosis-1.15.2-3.1.2.jar Apotheosis {apotheosis@3.1.2 DONE}
  120. mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.0 DONE}
  121. ironshulkerboxes-1.15.2-4.0.1.jar Iron Shulker Boxes {ironshulkerbox@1.15.2-4.0.1 DONE}
  122. Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE}
  123. MekanismGenerators-1.15.2-9.10.7.420.jar Mekanism: Generators {mekanismgenerators@9.10.7 DONE}
  124. wikizoomer-1.0.0-1.15.2.jar Wiki Zoomer {wikizoomer@1.1.0 DONE}
  125. JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {jeresources@0.10.1.77 DONE}
  126. mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 DONE}
  127. industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {industrialforegoing@2.3.3 DONE}
  128. chunkt-1.15.2-1.0.3.jar Chunkt {chunkt@1.15.2-1.0.3 DONE}
  129. BiomesOPlenty-1.15.2-10.0.0.365-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.365 DONE}
  130. MekanismAdditions-1.15.2-9.10.7.420.jar Mekanism: Additions {mekanismadditions@9.10.7 DONE}
  131. astral-1.4.3.jar Astral {astral@1.4.3 DONE}
  132. toughnessbar-5.0.jar Toughness Bar {toughnessbar@5.0 DONE}
  133. portality-1.15.2-2.1.2-aaa257f.jar Portality {portality@2.1.2 DONE}
  134. curios-FORGE-1.15.2-2.0.2.4.jar Curios API {curios@FORGE-1.15.2-2.0.2.4 DONE}
  135. tetra-1.15.2-2.9.0.jar Tetra {tetra@1.15.2-2.9.0 DONE}
  136. Botania-r1.15-385.jar Botania {botania@r1.15-385 DONE}
  137. Patchouli-1.15.2-1.2-34.jar Patchouli {patchouli@1.15.2-1.2-34 DONE}
  138. config-2-3.0.jar Cloth Config v2 API {cloth-config2@3.0 DONE}
  139. OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE DONE}
  140. malilib-forge-1.15.2-0.10.0-dev.20beta.1.jar MaLiLib {malilib@0.10.0-dev.20+beta.1 DONE}
  141. MekanismTools-1.15.2-9.10.7.420.jar Mekanism: Tools {mekanismtools@9.10.7 DONE}
  142. mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 DONE}
  143. curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {curiouselytra@FORGE-1.15.2-2.0 DONE}
  144. mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 DONE}
  145. Cyclic-1.15.2-0.4.1.jar Cyclic {cyclic@1.15.2-0.4.1 DONE}
  146. inventula-1.1.2.jar Inventula {inventula@1.1.2 DONE}
  147. QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 DONE}
  148. inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {inventorysorter@17.0.0 DONE}
  149. pamhc2trees-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version DONE}
  150. equaldragons-1.2.jar Equal Dragons {equaldragons@1.2 DONE}
  151. jei-1.15.2-6.0.0.4.jar Just Enough Items {jei@6.0.0.4 DONE}
  152. worleycaves-1.15.2-1.6.0.jar Worley's Caves {worleycaves@1.15.2-1.6.0 DONE}
  153. Druidcraft-1.15-0.4.1.jar Druidcraft {druidcraft@0.4.1 DONE}
  154. Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 DONE}
  155. goblintraders-1.2.0-1.15.2.jar Goblin Traders {goblintraders@1.2.0 DONE}
  156. Mekanism-1.15.2-9.10.7.420.jar Mekanism {mekanism@9.10.7 DONE}
  157. caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta3 DONE}
  158. Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {upgrade_aquatic@1.6.1 DONE}
  159. extraboats-1.3.6-1.15.2.jar Extra Boats {extraboats@1.3.6 DONE}
  160. create-mc1.15.2_v0.2.4d.jar Create {create@mc1.15.2_v0.2.4d DONE}
  161. Waystones_1.15.2-6.0.1.jar Waystones {waystones@6.0.1 DONE}
  162. Clumps-5.0.2.jar Clumps {clumps@5.0.2 DONE}
  163. mgui-1.15.2-2.1.1.jar mgui {mgui@2.1.1 DONE}
  164. LightOverlay-4.2.jar Light Overlay Forge {lightoverlay-forge@4.2 DONE}
  165. journeymap-1.15.2-5.7.0b2.jar Journeymap {journeymap@5.7.0b2 DONE}
  166. NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 DONE}
  167. engineerstools-1.15.2-1.0.8-b3.jar Engineer's Tools {engineerstools@1.0.8-b3 DONE}
  168. DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {dungeoncrawl@1.6.3 DONE}
  169. curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 DONE}
  170. FarmingForBlockheads_1.15.2-6.1.3.jar Farming for Blockheads {farmingforblockheads@6.1.3 DONE}
  171. Workshop-1.15.2-0.2.0.jar Workshop {workshop@0.0.1 DONE}
  172. pneumaticcraft-repressurized-1.15.2-1.3.0-33.jar PneumaticCraft: Repressurized {pneumaticcraft@1.15.2-1.3.0-33 DONE}
  173. The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {endergetic@1.3.1 DONE}
  174. mcjtylib-1.15-4.1.1-beta.jar McJtyLib {mcjtylib@1.15-4.1.1-beta DONE}
  175. rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.1-beta DONE}
  176. xnet-1.15-2.1.5-beta.jar XNet {xnet@1.15-2.1.5-beta DONE}
  177. rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {rftoolsstorage@1.15-1.1.4-beta DONE}
  178. rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {rftoolscontrol@1.15-3.0.2-beta DONE}
  179. JEITweaker-1.0.1.jar JEI Tweaker {jeitweaker@1.0.1 DONE}
  180. CraftTweaker-1.15.2-6.0.0.29.jar CraftTweaker {crafttweaker@6.0.0.29 DONE}
  181. rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {rftoolspower@1.15-2.1.1-beta DONE}
  182. Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE DONE}
  183. forge-1.15.2-31.2.9-universal.jar Forge {forge@31.2.9 DONE}
  184. Bountiful-1.15.2-3.1.2.jar Bountiful {bountiful@1.15.2-3.1.2 DONE}
  185. QuickLeafDecay-MC1.15.2-1.2.5.jar Quick Leaf Decay {quickleafdecay@1.2.5 DONE}
  186. ColossalChests-1.15.2-1.7.8.jar ColossalChests {colossalchests@1.7.8 DONE}
  187. ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 DONE}
  188. forge-1.15.2-31.2.9-client.jar Minecraft {minecraft@1.15.2 DONE}
  189. rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {rftoolsutility@1.15-2.1.3-beta DONE}
  190. theoneprobe-1.15-2.0.4.jar The One Probe {theoneprobe@1.15-2.0.4 DONE}
  191. swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 DONE}
  192. titanium-1.15.2-2.4.2.jar Titanium {titanium@2.4.2 DONE}
  193. ImmersiveEngineering-0.15-103.jar Immersive Engineering {immersiveengineering@0.15-101 DONE}
  194. pamhc2crops-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version DONE}
  195. wards-1.15.2-1.4.0.jar Wards {wards@1.15.2-1.4.0 DONE}
  196. rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {rftoolsbuilder@1.15-2.1.3-beta DONE}
  197. jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {jeiintegration@3.1.0.1 DONE}
  198. Savage-and-Ravage-1.15.2-v1.1.2.jar Savage & Ravage {savageandravage@v1.1.2 DONE}
  199. Mantle-1.15.2-1.5.15.jar Mantle {mantle@1.5.15 DONE}
  200. Inspirations-1.15.2-1.1.0.jar Inspirations {inspirations@1.15.2-1.1.0 DONE}
  201. rats-5.3.1-1.15.2.jar Rats {rats@5.3.1 DONE}
  202. pamhc2foodcore-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE}
  203. gravestone-1.17.5.jar Gravestone Mod {gravestone@1.17.5 DONE}
  204. FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {fastbench@3.0.0 DONE}
  205. AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 DONE}
  206. Quark-r2.1-243v.jar Quark {quark@r2.1-243 DONE}
  207. Charm-1.15.2-1.5.9.jar Charm {charm@1.15.2-1.5.9 DONE}
  208. Strange-1.15.2-1.0.0-beta.5.hotfix1.jar Strange {strange@1.15.2-1.0.0-beta.5 DONE}
  209. StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 DONE}
  210. performant-1.15-2.11m.jar Performant {performant@2.11m DONE}
  211. moarboats-1.15.2-7.0.0.0.jar Moar Boats {moarboats@1.15.2-7.0.0.0 DONE}
  212. FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 DONE}
  213. Transport-1.15.2-2.3.0.jar Transport {transport@1.15.2-2.3.0 DONE}
  214. AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 DONE}
  215. solcarrot-1.15.2-1.9.6.jar Spice of Life: Carrot Edition {solcarrot@1.15.2-1.9.6 DONE}
  216. moredragoneggs-1.0.jar More Dragon Eggs {moredragoneggs@1.0 DONE}
  217. itemscroller-forge-1.15.2-0.15.0-dev.20200412.215325.jar Item Scroller {itemscroller@0.15.0-dev.20200412.215325 DONE}
  218. Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {aquaculture@1.15.2-2.0.14 DONE}
  219. overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {overloadedarmorbar@4.0.0 DONE}
  220. Pulsar/inspirations loaded Pulses:
  221. - InspirationsShared (Enabled/Forced)
  222. - InspirationsBuilding (Enabled/Not Forced)
  223. - InspirationsUtility (Enabled/Not Forced)
  224. - InspirationsTools (Enabled/Not Forced)
  225. - InspirationsTweaks (Enabled/Not Forced)
  226.  
  227. Patchouli open book context: n/a
  228. Player Count: 0 / 8; []
  229. Data Packs: vanilla, mod:enchantedbookredesign, mod:cyclopscore (incompatible), mod:netherportalfix (incompatible), mod:wyrmroost (incompatible), mod:curiousshulkerboxes (incompatible), mod:doggytalents (incompatible), mod:mcwwindows, mod:rsgauges, mod:findme (incompatible), mod:essentials (incompatible), mod:cookingforblockheads (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:theloader (incompatible), mod:nomadictents (incompatible), mod:mutantbeasts (incompatible), mod:xreliquary (incompatible), mod:randompatches (incompatible), mod:buildinggadgets (incompatible), mod:apotheosis (incompatible), mod:mcwdoors, mod:ironshulkerbox (incompatible), mod:morpheus (incompatible), mod:mekanismgenerators, mod:wikizoomer, mod:jeresources (incompatible), mod:mcwbridges, mod:industrialforegoing (incompatible), mod:chunkt (incompatible), mod:biomesoplenty, mod:mekanismadditions, mod:astral (incompatible), mod:toughnessbar (incompatible), mod:portality (incompatible), mod:curios (incompatible), mod:tetra, mod:botania (incompatible), mod:patchouli (incompatible), mod:cloth-config2 (incompatible), mod:oreexcavation (incompatible), mod:malilib (incompatible), mod:mekanismtools, mod:mcwroofs, mod:curiouselytra (incompatible), mod:mcwfurnitures, mod:cyclic (incompatible), mod:inventula, mod:quarkoddities, mod:inventorysorter (incompatible), mod:pamhc2trees (incompatible), mod:equaldragons, mod:jei (incompatible), mod:worleycaves (incompatible), mod:druidcraft, mod:abnormals_core, mod:goblintraders, mod:mekanism, mod:caelus (incompatible), mod:upgrade_aquatic (incompatible), mod:extraboats, mod:create, mod:waystones (incompatible), mod:clumps (incompatible), mod:mgui (incompatible), mod:lightoverlay-forge (incompatible), mod:journeymap (incompatible), mod:naturescompass (incompatible), mod:engineerstools, mod:dungeoncrawl (incompatible), mod:curioofundying (incompatible), mod:farmingforblockheads (incompatible), mod:workshop (incompatible), mod:pneumaticcraft, mod:endergetic (incompatible), mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:xnet (incompatible), mod:rftoolsstorage (incompatible), mod:rftoolscontrol (incompatible), mod:jeitweaker, mod:crafttweaker (incompatible), mod:rftoolspower (incompatible), mod:swampexpansion (incompatible), mod:forge (incompatible), mod:bountiful (incompatible), mod:quickleafdecay, mod:colossalchests (incompatible), mod:ironchest, mod:rftoolsutility (incompatible), mod:theoneprobe (incompatible), mod:swingthroughgrass (incompatible), mod:titanium (incompatible), mod:immersiveengineering (incompatible), mod:pamhc2crops (incompatible), mod:wards (incompatible), mod:rftoolsbuilder (incompatible), mod:jeiintegration (incompatible), mod:savageandravage, mod:mantle (incompatible), mod:inspirations (incompatible), mod:rats (incompatible), mod:pamhc2foodcore (incompatible), mod:gravestone, mod:fastbench (incompatible), mod:autoreglib (incompatible), mod:quark, mod:charm (incompatible), mod:strange (incompatible), mod:storagedrawers (incompatible), mod:performant (incompatible), mod:moarboats (incompatible), mod:fastfurnace (incompatible), mod:transport, mod:appleskin (incompatible), mod:solcarrot (incompatible), mod:moredragoneggs, mod:itemscroller (incompatible), mod:aquaculture, mod:overloadedarmorbar (incompatible)
  230. Type: Integrated Server (map_client.txt)
  231. Is Modded: Definitely; Client brand changed to 'forge'
Add Comment
Please, Sign In to add comment