Dvineaspect

Untitled

Jul 14th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.97 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I just don't know what went wrong :(
  3.  
  4. Time: 14/07/20 15:30
  5. Description: Exception ticking world
  6.  
  7. java.lang.IllegalArgumentException: bound must be positive
  8. at java.util.Random.nextInt(Random.java:388) ~[?:1.8.0_72-internal] {}
  9. at com.alan19.astral.blocks.etherealblocks.CrystalWeb.func_225534_a_(CrystalWeb.java:55) ~[?:1.4.14] {re:classloading}
  10. at net.minecraft.block.Block.func_225542_b_(Block.java:445) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  11. at net.minecraft.block.BlockState.func_227034_b_(BlockState.java:253) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:phosphor.mixins.json:block.MixinBlockState,pl:mixin:A,pl:runtimedistcleaner:A}
  12. at net.minecraft.world.server.ServerWorld.func_217441_a(ServerWorld.java:479) ~[?:?] {re:classloading,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,xf:fml:immersiveengineering:IE block update callback,pl:runtimedistcleaner:A}
  13. at net.minecraft.world.server.ServerChunkProvider.func_223434_a(SourceFile:410) ~[?:?] {re:classloading,pl:accesstransformer:B}
  14. at it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap$1.forEach(Long2ObjectLinkedOpenHashMap.java:1661) ~[server-1.15.2-extra.jar:?] {re:classloading}
  15. at com.google.common.collect.Iterables$UnmodifiableIterable.forEach(Iterables.java:105) ~[server-1.15.2-extra.jar:?] {}
  16. at net.minecraft.world.server.ServerChunkProvider.func_217220_m(SourceFile:371) ~[?:?] {re:classloading,pl:accesstransformer:B}
  17. at net.minecraft.world.server.ServerChunkProvider.func_217207_a(SourceFile:340) ~[?:?] {re:classloading,pl:accesstransformer:B}
  18. at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:313) ~[?:?] {re:classloading,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,xf:fml:immersiveengineering:IE block update callback,pl:runtimedistcleaner:A}
  19. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  20. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330) ~[?:?] {re:classloading,pl:accesstransformer:B}
  21. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  22. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  23. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72-internal] {}
  24.  
  25.  
  26. A detailed walkthrough of the error, its code path and all known details is as follows:
  27. ---------------------------------------------------------------------------------------
  28.  
  29. -- Head --
  30. Thread: Server thread
  31. Stacktrace:
  32. at java.util.Random.nextInt(Random.java:388)
  33. at com.alan19.astral.blocks.etherealblocks.CrystalWeb.func_225534_a_(CrystalWeb.java:55)
  34. at net.minecraft.block.Block.func_225542_b_(Block.java:445)
  35. at net.minecraft.block.BlockState.func_227034_b_(BlockState.java:253)
  36. at net.minecraft.world.server.ServerWorld.func_217441_a(ServerWorld.java:479)
  37. at net.minecraft.world.server.ServerChunkProvider.func_223434_a(SourceFile:410)
  38. at it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap$1.forEach(Long2ObjectLinkedOpenHashMap.java:1661)
  39. at com.google.common.collect.Iterables$UnmodifiableIterable.forEach(Iterables.java:105)
  40. at net.minecraft.world.server.ServerChunkProvider.func_217220_m(SourceFile:371)
  41. at net.minecraft.world.server.ServerChunkProvider.func_217207_a(SourceFile:340)
  42. at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:313)
  43.  
  44. -- Affected level --
  45. Details:
  46. All players: 1 total; [ServerPlayerEntity['Divineaspect'/19308, l='world', x=11392.30, y=73.00, z=2152.30]]
  47. Chunk stats: ServerChunkCache: 9557
  48. Level dimension: DimensionType{minecraft:overworld}
  49. Level name: world
  50. Level seed: 1617515902320912900
  51. Level generator: ID 00 - default, ver 1. Features enabled: true
  52. Level generator options: {}
  53. Level spawn location: World: (-192,70,128), Chunk: (at 0,4,0 in -12,8; contains blocks -192,0,128 to -177,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  54. Level time: 51165346 game time, 63528086 day time
  55. Known server brands: forge
  56. Level was modded: true
  57. Level storage version: 0x04ABD - Anvil
  58. Level weather: Rain time: 60712 (now: false), thunder time: 97319 (now: false)
  59. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  60. Stacktrace:
  61. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849)
  62. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
  63. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784)
  64. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
  65. at java.lang.Thread.run(Thread.java:745)
  66.  
  67. -- System Details --
  68. Details:
  69. Minecraft Version: 1.15.2
  70. Minecraft Version ID: 1.15.2
  71. Operating System: Linux (amd64) version 3.10.23-xxxx-std-ipv6-64
  72. Java Version: 1.8.0_72-internal, Oracle Corporation
  73. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  74. Memory: 914556624 bytes (872 MB) / 2454659072 bytes (2340 MB) up to 6450184192 bytes (6151 MB)
  75. CPUs: 8
  76. JVM Flags: 7 total; -Xms2048m -Xmx6168m -Xincgc -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:ParallelGCThreads=2 -XX:+AggressiveOpts
  77. ModLauncher: 5.1.0+69+master.79f13f7
  78. ModLauncher launch target: fmlserver
  79. ModLauncher naming: srg
  80. ModLauncher services:
  81. /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
  82. /forge-1.15.2-31.2.20.jar object_holder_definalize PLUGINSERVICE
  83. /forge-1.15.2-31.2.20.jar runtime_enum_extender PLUGINSERVICE
  84. /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE
  85. /forge-1.15.2-31.2.20.jar capability_inject_definalize PLUGINSERVICE
  86. /forge-1.15.2-31.2.20.jar runtimedistcleaner PLUGINSERVICE
  87. /forge-1.15.2-31.2.20.jar fml TRANSFORMATIONSERVICE
  88. /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
  89. /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
  90. /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
  91. FML: 31.2
  92. Forge: net.minecraftforge:31.2.20
  93. FML Language Providers:
  94. javafml@31.2
  95. minecraft@1
  96. kotlinfml@1.5.2
  97. Mod List:
  98. enchantedbookredesign-2.0.jar Enchanted Book Redesign {enchantedbookredesign@2.0 DONE}
  99. CyclopsCore-1.15.2-1.7.1.jar Cyclops Core {cyclopscore@1.7.1 DONE}
  100. NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 DONE}
  101. Wyrmroost-1.1.2.jar Wyrmroost {wyrmroost@1.1.1-DEV DONE}
  102. curiousshulkerboxes-FORGE-1.15.2-2.0.1.jar Curious Shulker Boxes {curiousshulkerboxes@FORGE-1.15.2-2.0.1 DONE}
  103. DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {doggytalents@1.15.2.3 DONE}
  104. mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {mcwwindows@1.0.1 DONE}
  105. rsgauges-1.15.2-1.2.4-b2.jar Gauges and Switches {rsgauges@1.2.4-b2 DONE}
  106. findme-1.15.2-1.3.0.jar Find Me {findme@NONE DONE}
  107. essentials-1.15.2-2.7.3.jar Essentials {essentials@1.15.2-2.7.3 DONE}
  108. CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {cookingforblockheads@8.0.3 DONE}
  109. Controlling-6.1.5.6.jar Controlling {controlling@6.1.5.6 DONE}
  110. Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 DONE}
  111. citadel-1.1.11.jar Citadel {citadel@1.1.11 DONE}
  112. theloader-1.15.2-1.1.0.jar The Loader {theloader@1.15.2-1.1.0 DONE}
  113. NomadicTents-1.15.2-11.0.0-beta.jar Nomadic Tents {nomadictents@11.0.0-beta DONE}
  114. MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {mutantbeasts@1.15.2-1.0.7 DONE}
  115. Reliquary-1.15.2-1.3.4.995.jar Reliquary {xreliquary@1.15.2-1.3.4.995 DONE}
  116. randompatches-1.15.2-1.22.0.0.jar RandomPatches {randompatches@1.15.2-1.22.0.0 DONE}
  117. buildinggadgets-3.3.5.jar Building Gadgets {buildinggadgets@3.3.5 DONE}
  118. Apotheosis-1.15.2-3.2.1.jar Apotheosis {apotheosis@3.2.1 DONE}
  119. mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.0 DONE}
  120. ironshulkerboxes-1.15.2-4.0.1.jar Iron Shulker Boxes {ironshulkerbox@1.15.2-4.0.1 DONE}
  121. Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE}
  122. MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {mekanismgenerators@9.10.9 DONE}
  123. wikizoomer-1.0.0-1.15.2.jar Wiki Zoomer {wikizoomer@1.1.0 DONE}
  124. JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {jeresources@0.10.1.77 DONE}
  125. mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 DONE}
  126. industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {industrialforegoing@2.3.3 DONE}
  127. chunkt-1.15.2-1.0.3.jar Chunkt {chunkt@1.15.2-1.0.3 DONE}
  128. BiomesOPlenty-1.15.2-10.0.0.365-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.365 DONE}
  129. phosphor-forge-mc1.15.2-0.5.2build.4.jar Phosphor {phosphor@0.5.2+build.4 DONE}
  130. MekanismAdditions-1.15.2-9.10.9.422.jar Mekanism: Additions {mekanismadditions@9.10.9 DONE}
  131. astral-1.4.14.jar Astral {astral@1.4.14 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.15.0.jar Tetra {tetra@1.15.2-2.15.0 DONE}
  136. Botania-r1.15-387.jar Botania {botania@r1.15-387 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.9.422.jar Mekanism: Tools {mekanismtools@9.10.9 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. BetterMineshaftsForge-1.15.2-1.0.2.jar YUNG's Better Mineshafts {bettermineshafts@1.15.2-1.0.2 DONE}
  146. Cyclic-1.15.2-0.6.0.jar Cyclic {cyclic@1.15.2-0.6.0 DONE}
  147. inventula-1.1.3.jar Inventula {inventula@1.1.3 DONE}
  148. QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 DONE}
  149. inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {inventorysorter@17.0.0 DONE}
  150. pamhc2trees-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version DONE}
  151. equaldragons-1.2.jar Equal Dragons {equaldragons@1.2 DONE}
  152. jei-1.15.2-6.0.2.12.jar Just Enough Items {jei@6.0.2.12 DONE}
  153. worleycaves-1.15.2-1.6.0.jar Worley's Caves {worleycaves@1.15.2-1.6.0 DONE}
  154. Druidcraft-1.15-0.4.21.jar Druidcraft {druidcraft@0.4.21 DONE}
  155. Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 DONE}
  156. goblintraders-1.2.0-1.15.2.jar Goblin Traders {goblintraders@1.2.0 DONE}
  157. Mekanism-1.15.2-9.10.9.422.jar Mekanism {mekanism@9.10.9 DONE}
  158. caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta3 DONE}
  159. Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {upgrade_aquatic@1.7.1 DONE}
  160. extraboats-1.3.6-1.15.2.jar Extra Boats {extraboats@1.3.6 DONE}
  161. create-mc1.15.2_v0.2.4d.jar Create {create@mc1.15.2_v0.2.4d DONE}
  162. Waystones_1.15.2-6.0.2.jar Waystones {waystones@6.0.2 DONE}
  163. Clumps-5.0.2.jar Clumps {clumps@5.0.2 DONE}
  164. mgui-1.15.2-2.1.1.jar mgui {mgui@2.1.1 DONE}
  165. LightOverlay-4.2.jar Light Overlay Forge {lightoverlay-forge@4.2 DONE}
  166. journeymap-1.15.2-5.7.0b3.jar Journeymap {journeymap@5.7.0b3 DONE}
  167. NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 DONE}
  168. SimpleStorageNetwork-1.15.2-1.0.1.jar Simple Storage Network {storagenetwork@1.15.2-1.0.1 DONE}
  169. engineerstools-1.15.2-1.0.8.jar Engineer's Tools {engineerstools@1.0.8 DONE}
  170. DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {dungeoncrawl@1.6.3 DONE}
  171. curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 DONE}
  172. FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {farmingforblockheads@6.1.5 DONE}
  173. Workshop-1.15.2-0.3.0-Snapshot.2.jar Workshop {workshop@0.0.1 DONE}
  174. pneumaticcraft-repressurized-1.15.2-1.3.2-42.jar PneumaticCraft: Repressurized {pneumaticcraft@1.15.2-1.3.2-42 DONE}
  175. mcjtylib-1.15-4.1.1-beta.jar McJtyLib {mcjtylib@1.15-4.1.1-beta DONE}
  176. rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.1-beta DONE}
  177. xnet-1.15-2.1.5-beta.jar XNet {xnet@1.15-2.1.5-beta DONE}
  178. rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {rftoolsstorage@1.15-1.1.4-beta DONE}
  179. rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {rftoolscontrol@1.15-3.0.2-beta DONE}
  180. JEITweaker-1.0.1.jar JEI Tweaker {jeitweaker@1.0.1 DONE}
  181. CraftTweaker-1.15.2-6.0.0.31.jar CraftTweaker {crafttweaker@6.0.0.31 DONE}
  182. rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {rftoolspower@1.15-2.1.1-beta DONE}
  183. Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE DONE}
  184. crossroads-1.15.2-2.2.0.jar Crossroads {crossroads@version DONE}
  185. forge-1.15.2-31.2.20-universal.jar Forge {forge@31.2.20 DONE}
  186. Bountiful-1.15.2-3.1.2.jar Bountiful {bountiful@1.15.2-3.1.2 DONE}
  187. QuickLeafDecay-MC1.15.2-1.2.5.jar Quick Leaf Decay {quickleafdecay@1.2.5 DONE}
  188. ColossalChests-1.15.2-1.7.9.jar ColossalChests {colossalchests@1.7.9 DONE}
  189. ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 DONE}
  190. forge-1.15.2-31.2.20-server.jar Minecraft {minecraft@1.15.2 DONE}
  191. The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {endergetic@1.3.2 DONE}
  192. rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {rftoolsutility@1.15-2.1.3-beta DONE}
  193. theoneprobe-1.15-2.0.4.jar The One Probe {theoneprobe@1.15-2.0.4 DONE}
  194. swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 DONE}
  195. titanium-1.15.2-2.4.2.jar Titanium {titanium@2.4.2 DONE}
  196. manaandartifice-1.0.5-pre2.jar Mana and Artifice {mana-and-artifice@1.0.5-pre2 DONE}
  197. ImmersiveEngineering-0.15-103.jar Immersive Engineering {immersiveengineering@0.15-101 DONE}
  198. pamhc2crops-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version DONE}
  199. wards-1.15.2-1.4.0.jar Wards {wards@1.15.2-1.4.0 DONE}
  200. rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {rftoolsbuilder@1.15-2.1.3-beta DONE}
  201. jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {jeiintegration@3.1.0.1 DONE}
  202. foamdome-1.0.1.jar Foam Dome {foamdome@1.0.1 DONE}
  203. Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {savageandravage@1.1.4 DONE}
  204. Mantle-1.15.2-1.5.15.jar Mantle {mantle@1.5.15 DONE}
  205. Inspirations-1.15.2-1.1.0.jar Inspirations {inspirations@1.15.2-1.1.0 DONE}
  206. rats-5.3.2-1.15.2.jar Rats {rats@5.3.2 DONE}
  207. pamhc2foodcore-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE}
  208. gravestone-1.17.5.jar Gravestone Mod {gravestone@1.17.5 DONE}
  209. FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {fastbench@3.0.0 DONE}
  210. polymorph-FORGE-1.15.2-0.3.jar Polymorph {polymorph@FORGE-1.15.2-0.3 DONE}
  211. AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 DONE}
  212. Quark-r2.1-243v.jar Quark {quark@r2.1-243 DONE}
  213. Charm-1.15.2-1.5.9.jar Charm {charm@1.15.2-1.5.9 DONE}
  214. Strange-1.15.2-1.0.0-beta.5.hotfix1.jar Strange {strange@1.15.2-1.0.0-beta.5 DONE}
  215. StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 DONE}
  216. moarboats-1.15.2-7.0.0.0.jar Moar Boats {moarboats@1.15.2-7.0.0.0 DONE}
  217. structurize-0.13.4-ALPHA.jar Structurize {structurize@0.13.4-ALPHA DONE}
  218. minecolonies-0.13.14-ALPHA-universal.jar Minecolonies {minecolonies@0.13.14-ALPHA DONE}
  219. FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 DONE}
  220. Transport-1.15.2-2.3.1.jar Transport {transport@1.15.2-2.3.1 DONE}
  221. AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {appleskin@1.0.14 DONE}
  222. solcarrot-1.15.2-1.9.7.jar Spice of Life: Carrot Edition {solcarrot@1.15.2-1.9.7 DONE}
  223. moredragoneggs-1.0.jar More Dragon Eggs {moredragoneggs@1.0 DONE}
  224. itemscroller-forge-1.15.2-0.15.0-dev.20200412.215325.jar Item Scroller {itemscroller@0.15.0-dev.20200412.215325 DONE}
  225. Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {aquaculture@1.15.2-2.0.16 DONE}
  226. overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {overloadedarmorbar@4.0.0 DONE}
  227. Pulsar/inspirations loaded Pulses:
  228. - InspirationsShared (Enabled/Forced)
  229. - InspirationsBuilding (Enabled/Not Forced)
  230. - InspirationsUtility (Enabled/Not Forced)
  231. - InspirationsTools (Enabled/Not Forced)
  232. - InspirationsTweaks (Enabled/Not Forced)
  233.  
  234. Player Count: 1 / 20; [ServerPlayerEntity['Divineaspect'/19308, l='world', x=11392.30, y=73.00, z=2152.30]]
  235. Data Packs: mod:mana-and-artifice, mod:phosphor, mod:foamdome (incompatible), mod:lightoverlay-forge (incompatible), mod:crossroads (incompatible), mod:polymorph, mod:storagenetwork (incompatible), mod:structurize (incompatible), mod:minecolonies (incompatible), mod:bettermineshafts (incompatible), mod:cloth-config2 (incompatible), 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: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: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:moarboats (incompatible), mod:fastfurnace (incompatible), mod:transport, mod:appleskin (incompatible), mod:solcarrot (incompatible), mod:moredragoneggs, mod:itemscroller (incompatible), mod:aquaculture, mod:overloadedarmorbar (incompatible)
  236. Is Modded: Definitely; Server brand changed to 'forge'
  237. Type: Dedicated Server (map_server.txt)
Add Comment
Please, Sign In to add comment