Advertisement
Dvineaspect

Untitled

Sep 8th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.45 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Would you like a cupcake?
  3.  
  4. Time: 08/09/20 14:46
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.AbstractMethodError: Method org/cyclops/colossalchests/tileentity/TileColossalChest$1.getInventoryStackLimit()I is abstract
  8. at org.cyclops.colossalchests.tileentity.TileColossalChest$1.getInventoryStackLimit(TileColossalChest.java) ~[?:1.7.12] {re:classloading}
  9. at org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.lambda$getNonFullSlotsWithItemStack$1(IndexedSlotlessItemHandlerWrapper.java:55) ~[?:1.8.3] {re:classloading}
  10. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) ~[?:1.8.0_72-internal] {}
  11. at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812) ~[?:1.8.0_72-internal] {}
  12. at java.util.stream.StreamSpliterators$IntWrappingSpliterator.lambda$initPartialTraversalState$0(StreamSpliterators.java:347) ~[?:1.8.0_72-internal] {}
  13. at java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.fillBuffer(StreamSpliterators.java:206) ~[?:1.8.0_72-internal] {}
  14. at java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.doAdvance(StreamSpliterators.java:161) ~[?:1.8.0_72-internal] {}
  15. at java.util.stream.StreamSpliterators$IntWrappingSpliterator.tryAdvance(StreamSpliterators.java:358) ~[?:1.8.0_72-internal] {}
  16. at java.util.Spliterators$2Adapter.hasNext(Spliterators.java:726) ~[?:1.8.0_72-internal] {}
  17. at org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper.insertItem(SlotlessItemHandlerWrapper.java:90) ~[?:2.5.3] {re:classloading}
  18. at org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStack$ComponentStorageWrapperCombined.insert(IngredientComponentStorageWrapperHandlerItemStack.java:279) ~[?:2.5.3] {re:classloading}
  19. at org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStack$ComponentStorageWrapperCombined.insert(IngredientComponentStorageWrapperHandlerItemStack.java:252) ~[?:2.5.3] {re:classloading}
  20. at org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers.insertIngredientQuantity(IngredientStorageHelpers.java:763) ~[?:1.8.3] {re:classloading}
  21. at org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers.moveIngredient(IngredientStorageHelpers.java:717) ~[?:1.8.3] {re:classloading}
  22. at org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers.moveIngredients(IngredientStorageHelpers.java:189) ~[?:1.8.3] {re:classloading}
  23. at org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers.moveIngredientsSlotted(IngredientStorageHelpers.java:336) ~[?:1.8.3] {re:classloading}
  24. at org.cyclops.integratedtunnels.core.TunnelHelpers.moveSingle(TunnelHelpers.java:72) ~[?:1.6.13] {re:classloading}
  25. at org.cyclops.integratedtunnels.core.TunnelHelpers.moveSingleStateOptimized(TunnelHelpers.java:144) ~[?:1.6.13] {re:classloading}
  26. at org.cyclops.integratedtunnels.part.aspect.TunnelAspectWriteBuilders$Item.lambda$static$13(TunnelAspectWriteBuilders.java:575) ~[?:1.6.13] {re:classloading}
  27. at org.cyclops.integrateddynamics.core.part.aspect.build.AspectBuilder$BuiltWriter.write(AspectBuilder.java:396) ~[?:1.1.16] {re:classloading}
  28. at org.cyclops.integrateddynamics.part.aspect.write.AspectWriteBase.update(AspectWriteBase.java:59) ~[?:1.1.16] {re:classloading,pl:runtimedistcleaner:A}
  29. at org.cyclops.integrateddynamics.core.part.aspect.build.AspectBuilder$BuiltWriter.update(AspectBuilder.java:419) ~[?:1.1.16] {re:classloading}
  30. at org.cyclops.integrateddynamics.core.part.write.PartTypeWriteBase.update(PartTypeWriteBase.java:88) ~[?:1.1.16] {re:classloading}
  31. at org.cyclops.integrateddynamics.core.part.write.PartTypeWriteBase.update(PartTypeWriteBase.java:55) ~[?:1.1.16] {re:classloading}
  32. at org.cyclops.integrateddynamics.core.network.PartNetworkElement.update(PartNetworkElement.java:157) ~[?:1.1.16] {re:classloading}
  33. at org.cyclops.integrateddynamics.core.network.Network.update(Network.java:407) ~[?:1.1.16] {re:classloading}
  34. at org.cyclops.integrateddynamics.core.TickHandler.onTick(TickHandler.java:65) ~[?:1.1.16] {re:classloading}
  35. at net.minecraftforge.eventbus.ASMEventHandler_1253_TickHandler_onTick_TickEvent.invoke(.dynamic) ~[?:?] {}
  36. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
  37. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
  38. at net.minecraftforge.fml.hooks.BasicEventHooks.onPostServerTick(BasicEventHooks.java:119) ~[?:?] {re:classloading}
  39. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:825) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  40. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  41. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72-internal] {}
  42.  
  43.  
  44. A detailed walkthrough of the error, its code path and all known details is as follows:
  45. ---------------------------------------------------------------------------------------
  46.  
  47. -- System Details --
  48. Details:
  49. Minecraft Version: 1.15.2
  50. Minecraft Version ID: 1.15.2
  51. Operating System: Linux (amd64) version 3.10.23-xxxx-std-ipv6-64
  52. Java Version: 1.8.0_72-internal, Oracle Corporation
  53. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  54. Memory: 937223048 bytes (893 MB) / 2722394112 bytes (2596 MB) up to 6450184192 bytes (6151 MB)
  55. CPUs: 8
  56. JVM Flags: 7 total; -Xms2048m -Xmx6168m -Xincgc -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:ParallelGCThreads=2 -XX:+AggressiveOpts
  57. ModLauncher: 5.1.0+69+master.79f13f7
  58. ModLauncher launch target: fmlserver
  59. ModLauncher naming: srg
  60. ModLauncher services:
  61. /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
  62. /forge-1.15.2-31.2.26.jar object_holder_definalize PLUGINSERVICE
  63. /forge-1.15.2-31.2.26.jar runtime_enum_extender PLUGINSERVICE
  64. /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE
  65. /forge-1.15.2-31.2.26.jar capability_inject_definalize PLUGINSERVICE
  66. /forge-1.15.2-31.2.26.jar runtimedistcleaner PLUGINSERVICE
  67. /forge-1.15.2-31.2.26.jar fml TRANSFORMATIONSERVICE
  68. /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
  69. /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
  70. /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
  71. FML: 31.2
  72. Forge: net.minecraftforge:31.2.26
  73. FML Language Providers:
  74. minecraft@1
  75. Mod List:
  76. enchantedbookredesign-2.0a.jar Enchanted Book Redesign {[email protected] DONE}
  77. CyclopsCore-1.15.2-1.8.3.jar Cyclops Core {[email protected] DONE}
  78. astralsorcery-1.15.2-1.12.8.jar Astral Sorcery {[email protected] DONE}
  79. NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] DONE}
  80. curiousshulkerboxes-FORGE-1.15.2-2.0.1.jar Curious Shulker Boxes {[email protected] DONE}
  81. DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {[email protected] DONE}
  82. mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {[email protected] DONE}
  83. rsgauges-1.15.2-1.2.5-b1.jar Gauges and Switches {[email protected] DONE}
  84. findme-1.15.2-1.3.0.jar Find Me {findme@NONE DONE}
  85. essentials-1.15.2-2.7.4.jar Essentials {[email protected] DONE}
  86. TerraForged-1.15.2-0.1.2.jar TerraForged {[email protected] DONE}
  87. CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {[email protected] DONE}
  88. Controlling-6.1.5.6.jar Controlling {[email protected] DONE}
  89. ReAuth-1.14-1.15-3.8.1.jar ReAuth {[email protected] DONE}
  90. Placebo-1.15.2-3.0.2.jar Placebo {[email protected] DONE}
  91. citadel-1.1.11.jar Citadel {[email protected] DONE}
  92. theloader-1.15.2-1.1.0.jar The Loader {[email protected] DONE}
  93. NomadicTents-1.15.2-11.0.0-beta.jar Nomadic Tents {[email protected] DONE}
  94. culinaryconstruct-FORGE-1.15.2-2.0.0.2.jar Culinary Construct {[email protected] DONE}
  95. MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {[email protected] DONE}
  96. Reliquary-1.15.2-1.3.4.995.jar Reliquary {[email protected] DONE}
  97. randompatches-1.15.2-1.22.1.1.jar RandomPatches {[email protected] DONE}
  98. buildinggadgets-3.4.0.jar Building Gadgets {[email protected] DONE}
  99. Apotheosis-1.15.2-3.2.4.jar Apotheosis {[email protected] DONE}
  100. mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] DONE}
  101. ironshulkerboxes-1.15.2-4.0.1.jar Iron Shulker Boxes {[email protected] DONE}
  102. Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE}
  103. MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {[email protected] DONE}
  104. wikizoomer-1.0.0-1.15.2.jar Wiki Zoomer {[email protected] DONE}
  105. JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] DONE}
  106. EnergeticSheep-1.15.2-1.1.6.jar EnergeticSheep {[email protected] DONE}
  107. mysticallib-1.15.2-2.0.1.jar Mystical Lib {[email protected] DONE}
  108. mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] DONE}
  109. industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] DONE}
  110. FarmersDelight-1.15.2-0.1.5.jar Farmer's Delight {[email protected] DONE}
  111. CommonCapabilities-1.15.2-2.5.3.jar CommonCapabilities {[email protected] DONE}
  112. chunkt-1.15.2-1.0.3.jar Chunkt {[email protected] DONE}
  113. BiomesOPlenty-1.15.2-10.0.0.365-universal.jar Biomes O' Plenty {[email protected] DONE}
  114. phosphor-forge-mc1.15.2-0.5.2build.4.jar Phosphor {[email protected]+build.4 DONE}
  115. MekanismAdditions-1.15.2-9.10.9.422.jar Mekanism: Additions {[email protected] DONE}
  116. astral-1.7.1.jar Astral {[email protected] DONE}
  117. toughnessbar-5.0.jar Toughness Bar {[email protected] DONE}
  118. SilentGear-1.15.2-1.11.3160.jar Silent Gear {[email protected]+160 DONE}
  119. masonry-1.15.2-0.3.4.jar Masonry {masonry@NONE DONE}
  120. portality-1.15.2-2.1.2-aaa257f.jar Portality {[email protected] DONE}
  121. curios-FORGE-1.15.2-2.0.2.6.jar Curios API {[email protected] DONE}
  122. Botania-r1.15-387.jar Botania {[email protected] DONE}
  123. tetra-1.15.2-2.18.1.jar Tetra {[email protected] DONE}
  124. managear-1.15.2-1.2.0.jar Mana Gear {[email protected] DONE}
  125. Patchouli-1.15.2-1.2-35.jar Patchouli {[email protected] DONE}
  126. config-2-3.0.jar Cloth Config v2 API {[email protected] DONE}
  127. OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE DONE}
  128. IntegratedTunnels-1.15.2-1.6.13.jar IntegratedTunnels {[email protected] DONE, [email protected] DONE}
  129. EndReborn [0.6.1].jar End: Reborn {[email protected] DONE}
  130. malilib-forge-1.15.2-0.10.0-dev.20beta.1.jar MaLiLib {[email protected]+beta.1 DONE}
  131. MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {[email protected] DONE}
  132. mcws-roofs-1.15.2-v2.0.0.jar Macaw's Roofs {[email protected] DONE}
  133. curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] DONE}
  134. observerlib-1.15.2-1.2.0.v60.jar ObserverLib {[email protected] DONE}
  135. mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] DONE}
  136. undergarden-0.1.5.jar The Undergarden {[email protected] DONE}
  137. trashcans-1.0.3-mc1.15.jar Trash Cans {[email protected] DONE}
  138. clojurelib-1.10.0_0.0.1.jar Clojure Lib {[email protected]_0.0.1 DONE}
  139. BetterMineshaftsForge-1.15.2-1.3.jar YUNG's Better Mineshafts {[email protected] DONE}
  140. Cyclic-1.15.2-0.6.2.jar Cyclic {[email protected] DONE}
  141. inventula-1.1.3.jar Inventula {[email protected] DONE}
  142. QuarkOddities-1.15.2.jar Quark Oddities {[email protected] DONE}
  143. inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] DONE}
  144. pamhc2trees-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version DONE}
  145. equaldragons-1.2.jar Equal Dragons {[email protected] DONE}
  146. jei-1.15.2-6.0.3.15.jar Just Enough Items {[email protected] DONE}
  147. worleycaves-1.15.2-1.6.0.jar Worley's Caves {[email protected] DONE}
  148. Druidcraft-1.15-0.4.31-sky.1.jar Druidcraft {[email protected] DONE}
  149. tetraits-1.15.2-beta-0.1.1.jar Tetraits {tetraits@NONE DONE}
  150. Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] DONE}
  151. Bamboo-Blocks-1.15.2-1.4.1.jar Bamboo Blocks {bambooblocks@NONE DONE}
  152. goblintraders-1.2.0-1.15.2.jar Goblin Traders {[email protected] DONE}
  153. Mekanism-1.15.2-9.10.9.422.jar Mekanism {[email protected] DONE}
  154. caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] DONE}
  155. Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {[email protected] DONE}
  156. compendium-2.04a.jar Compendium {[email protected] DONE}
  157. extraboats-1.3.6-1.15.2.jar Extra Boats {[email protected] DONE}
  158. create-mc1.15.2_v0.2.4d.jar Create {[email protected]_v0.2.4d DONE}
  159. Waystones_1.15.2-6.0.2.jar Waystones {[email protected] DONE}
  160. Clumps-5.0.2.6.jar Clumps {[email protected] DONE}
  161. mgui-1.15.2-2.1.1.jar mgui {[email protected] DONE}
  162. LightOverlay-4.2.jar Light Overlay Forge {[email protected] DONE}
  163. journeymap-1.15.2-5.7.0b3.jar Journeymap {[email protected] DONE}
  164. NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE}
  165. SimpleStorageNetwork-1.15.2-1.0.1.jar Simple Storage Network {[email protected] DONE}
  166. engineerstools-1.15.2-1.0.8.jar Engineer's Tools {[email protected] DONE}
  167. DungeonCrawl-1.15.2-2.0.1.jar Dungeon Crawl {[email protected] DONE}
  168. curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] DONE}
  169. FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {[email protected] DONE}
  170. Workshop-1.15.2-0.3.0-Snapshot.8.jar Workshop {[email protected] DONE}
  171. pneumaticcraft-repressurized-1.15.2-1.4.4-64.jar PneumaticCraft: Repressurized {[email protected] DONE}
  172. mcjtylib-1.15-4.1.7.jar McJtyLib {[email protected] DONE}
  173. rftoolsbase-1.15-1.1.6.jar RFToolsBase {[email protected] DONE}
  174. xnet-1.15-2.1.10.jar XNet {[email protected] DONE}
  175. rftoolsstorage-1.15-1.1.9.jar RFToolsStorage {[email protected] DONE}
  176. rftoolscontrol-1.15-3.0.7.jar RFToolsControl {[email protected] DONE}
  177. mahoutsukai-1.15.2-v1.22.1.jar Mahou Tsukai {[email protected] DONE}
  178. JEITweaker-1.15.2-1.0.1.3.jar JEI Tweaker {[email protected] DONE}
  179. CraftTweaker-1.15.2-6.0.0.40.jar CraftTweaker {[email protected] DONE}
  180. ArsNouveau1.15.2-0.12.jar Ars Nouveau {[email protected] DONE}
  181. rftoolspower-1.15-2.2.4.jar RFToolsPower {[email protected] DONE}
  182. mysticalworld-1.15.2-2.1.1.jar Mystical World {[email protected] DONE}
  183. Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE DONE}
  184. crossroads-1.15.2-2.2.1.jar Crossroads {crossroads@version DONE}
  185. forge-1.15.2-31.2.26-universal.jar Forge {[email protected] DONE}
  186. Atum-1.15.2-2.1.6.jar Atum 2 {[email protected] DONE}
  187. Bountiful-1.15.2-3.1.2.jar Bountiful {[email protected] DONE}
  188. QuickLeafDecay-MC1.15.2-1.2.5.jar Quick Leaf Decay {[email protected] DONE}
  189. ColossalChests-1.15.2-1.7.12.jar ColossalChests {[email protected] DONE}
  190. ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] DONE}
  191. forge-1.15.2-31.2.26-server.jar Minecraft {[email protected] DONE}
  192. cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] DONE}
  193. ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {[email protected] DONE}
  194. The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] DONE}
  195. rftoolsutility-1.15-2.1.9.jar RFToolsUtility {[email protected] DONE}
  196. theoneprobe-1.15-2.0.7.jar The One Probe {[email protected] DONE}
  197. swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] DONE}
  198. titanium-1.15.2-2.5.1-sky.1.jar Titanium {[email protected] DONE}
  199. manaandartifice-1.0.5-pre3.jar Mana and Artifice {[email protected] DONE}
  200. ImmersiveEngineering-1.15.2-4.0.0-117.jar Immersive Engineering {[email protected] DONE}
  201. SilentLib-1.15.2-4.6.659.jar Silent Lib {[email protected]+59 DONE}
  202. pamhc2crops-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version DONE}
  203. wards-1.15.2-1.4.0.jar Wards {[email protected] DONE}
  204. archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {[email protected] DONE}
  205. towers_of_the_wild-1.15.2-1.2.0.jar Towers Of the Wild {[email protected] DONE}
  206. rftoolsbuilder-1.15-2.1.8.jar RFToolsBuilder {[email protected] DONE}
  207. jeiintegration_1.15.2-3.1.1.2.jar JEI Integration {[email protected] DONE}
  208. foamdome-1.0.1.jar Foam Dome {[email protected] DONE}
  209. Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {[email protected] DONE}
  210. Mantle-1.15.2-1.5.15.jar Mantle {[email protected] DONE}
  211. Inspirations-1.15.2-1.1.0.jar Inspirations {[email protected] DONE}
  212. IntegratedDynamics-1.15.2-1.1.16.jar IntegratedDynamics {[email protected] DONE, [email protected] DONE}
  213. pamhc2foodcore-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE}
  214. gravestone-1.17.5.jar Gravestone Mod {[email protected] DONE}
  215. FastWorkbench-1.15.2-3.1.0.jar FastWorkbench {[email protected] DONE}
  216. polymorph-FORGE-1.15.2-0.10.jar Polymorph {[email protected] DONE}
  217. AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE}
  218. Quark-r2.1-245.jar Quark {[email protected] DONE}
  219. Charm-1.15.2-1.5.9.jar Charm {[email protected] DONE}
  220. Strange-1.15.2-1.0.0-beta.5.hotfix1.jar Strange {[email protected] DONE}
  221. StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] DONE}
  222. Regrowth-1.15.2-1.1.0.7.jar Regrowth Mod {[email protected] DONE}
  223. moarboats-1.15.2-7.0.0.1.jar Moar Boats {[email protected] DONE}
  224. structurize-0.13.58-ALPHA.jar Structurize {[email protected] DONE}
  225. minecolonies-0.13.200-ALPHA-universal.jar Minecolonies {[email protected] DONE}
  226. FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] DONE}
  227. Transport-1.15.2-2.4.0.jar Transport {[email protected] DONE}
  228. AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {[email protected] DONE}
  229. solcarrot-1.15.2-1.9.7.jar Spice of Life: Carrot Edition {[email protected] DONE}
  230. moredragoneggs-1.0.jar More Dragon Eggs {[email protected] DONE}
  231. itemscroller-forge-1.15.2-0.15.0-dev.20200412.215325.jar Item Scroller {[email protected] DONE}
  232. Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {[email protected] DONE}
  233. SilentGems-1.15.2-3.6.298.jar Silent's Gems 3 {[email protected]+98 DONE}
  234. overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] DONE}
  235. Pulsar/inspirations loaded Pulses:
  236. - InspirationsShared (Enabled/Forced)
  237. - InspirationsBuilding (Enabled/Not Forced)
  238. - InspirationsUtility (Enabled/Not Forced)
  239. - InspirationsTools (Enabled/Not Forced)
  240. - InspirationsTweaks (Enabled/Not Forced)
  241.  
  242. Player Count: 2 / 20; [ServerPlayerEntity['Divineaspect'/33908, l='world', x=4577.61, y=49.00, z=4817.64], ServerPlayerEntity['_0Steven'/327384, l='world', x=4635.40, y=73.63, z=4919.97]]
  243. Data Packs: mod:ars_nouveau (incompatible), mod:towers_of_the_wild, mod:regrowth, mod:clojurelib, mod:reauth (incompatible), mod:culinaryconstruct (incompatible), mod:energeticsheep (incompatible), mod:commoncapabilities (incompatible), mod:integratedtunnels (incompatible), mod:integrateddynamics (incompatible), vanilla, mod:enchantedbookredesign, mod:cyclopscore (incompatible), mod:astralsorcery (incompatible), mod:netherportalfix (incompatible), mod:curiousshulkerboxes (incompatible), mod:doggytalents (incompatible), mod:mcwwindows, mod:rsgauges, mod:findme (incompatible), mod:essentials (incompatible), mod:terraforged, 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:mysticallib, mod:mcwbridges, mod:industrialforegoing (incompatible), mod:farmersdelight, mod:chunkt (incompatible), mod:biomesoplenty, mod:phosphor, mod:mekanismadditions, mod:astral (incompatible), mod:toughnessbar (incompatible), mod:silentgear (incompatible), mod:masonry, mod:portality (incompatible), mod:curios (incompatible), mod:botania (incompatible), mod:tetra, mod:managear, mod:patchouli (incompatible), mod:cloth-config2 (incompatible), mod:oreexcavation (incompatible), mod:endreborn (incompatible), mod:malilib (incompatible), mod:mekanismtools, mod:mcwroofs, mod:curiouselytra (incompatible), mod:observerlib (incompatible), mod:mcwfurnitures, mod:undergarden (incompatible), mod:trashcans, mod:bettermineshafts (incompatible), mod:cyclic (incompatible), mod:inventula, mod:quarkoddities, mod:inventorysorter (incompatible), mod:pamhc2trees (incompatible), mod:equaldragons, mod:jei (incompatible), mod:worleycaves (incompatible), mod:druidcraft, mod:tetraits, mod:abnormals_core, mod:bambooblocks (incompatible), mod:goblintraders, mod:mekanism, mod:caelus (incompatible), mod:upgrade_aquatic (incompatible), mod:compendium (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:storagenetwork (incompatible), mod:engineerstools, mod:dungeoncrawl (incompatible), mod:curioofundying (incompatible), mod:farmingforblockheads (incompatible), mod:workshop (incompatible), mod:pneumaticcraft, mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:xnet (incompatible), mod:rftoolsstorage (incompatible), mod:rftoolscontrol (incompatible), mod:mahoutsukai (incompatible), mod:jeitweaker, mod:crafttweaker (incompatible), mod:rftoolspower (incompatible), mod:mysticalworld (incompatible), mod:swampexpansion (incompatible), mod:crossroads (incompatible), mod:forge (incompatible), mod:atum (incompatible), mod:bountiful (incompatible), mod:quickleafdecay, mod:colossalchests (incompatible), mod:ironchest, mod:cofh_core (incompatible), mod:ensorcellation (incompatible), mod:endergetic (incompatible), mod:rftoolsutility (incompatible), mod:theoneprobe (incompatible), mod:swingthroughgrass (incompatible), mod:titanium (incompatible), mod:mana-and-artifice, mod:immersiveengineering (incompatible), mod:silentlib (incompatible), mod:pamhc2crops (incompatible), mod:wards (incompatible), mod:archers_paradox (incompatible), mod:rftoolsbuilder (incompatible), mod:jeiintegration (incompatible), mod:foamdome (incompatible), mod:savageandravage, mod:mantle (incompatible), mod:inspirations (incompatible), mod:pamhc2foodcore (incompatible), mod:gravestone, mod:fastbench (incompatible), mod:polymorph, mod:autoreglib (incompatible), mod:quark, mod:charm (incompatible), mod:strange (incompatible), mod:storagedrawers (incompatible), mod:moarboats (incompatible), mod:structurize (incompatible), mod:minecolonies (incompatible), mod:fastfurnace (incompatible), mod:transport, mod:appleskin (incompatible), mod:solcarrot (incompatible), mod:moredragoneggs, mod:itemscroller (incompatible), mod:aquaculture, mod:silentgems (incompatible), mod:overloadedarmorbar (incompatible), the_loader/BladeAddons_Data, the_loader/Druidcraft_Data, the_loader/TetraAquatic_DataPack_v2.1.zip, the_loader/TetraMysticalWorldData, the_loader/TetraSaR_DataPack_v1.2.zip, the_loader/someminerarcana
  244. Is Modded: Definitely; Server brand changed to 'forge'
  245. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement