Dvineaspect

Untitled

Jul 14th, 2020
115
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. minecraft@1
  95. Mod List:
  96. enchantedbookredesign-2.0.jar Enchanted Book Redesign {[email protected] DONE}
  97. CyclopsCore-1.15.2-1.7.1.jar Cyclops Core {[email protected] DONE}
  98. NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] DONE}
  99. Wyrmroost-1.1.2.jar Wyrmroost {[email protected] DONE}
  100. curiousshulkerboxes-FORGE-1.15.2-2.0.1.jar Curious Shulker Boxes {[email protected] DONE}
  101. DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {[email protected] DONE}
  102. mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {[email protected] DONE}
  103. rsgauges-1.15.2-1.2.4-b2.jar Gauges and Switches {[email protected] DONE}
  104. findme-1.15.2-1.3.0.jar Find Me {findme@NONE DONE}
  105. essentials-1.15.2-2.7.3.jar Essentials {[email protected] DONE}
  106. CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {[email protected] DONE}
  107. Controlling-6.1.5.6.jar Controlling {[email protected] DONE}
  108. Placebo-1.15.2-3.0.2.jar Placebo {[email protected] DONE}
  109. citadel-1.1.11.jar Citadel {[email protected] DONE}
  110. theloader-1.15.2-1.1.0.jar The Loader {[email protected] DONE}
  111. NomadicTents-1.15.2-11.0.0-beta.jar Nomadic Tents {[email protected] DONE}
  112. MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {[email protected] DONE}
  113. Reliquary-1.15.2-1.3.4.995.jar Reliquary {[email protected] DONE}
  114. randompatches-1.15.2-1.22.0.0.jar RandomPatches {[email protected] DONE}
  115. buildinggadgets-3.3.5.jar Building Gadgets {[email protected] DONE}
  116. Apotheosis-1.15.2-3.2.1.jar Apotheosis {[email protected] DONE}
  117. mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] DONE}
  118. ironshulkerboxes-1.15.2-4.0.1.jar Iron Shulker Boxes {[email protected] DONE}
  119. Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE}
  120. MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {[email protected] DONE}
  121. wikizoomer-1.0.0-1.15.2.jar Wiki Zoomer {[email protected] DONE}
  122. JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] DONE}
  123. mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] DONE}
  124. industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] DONE}
  125. chunkt-1.15.2-1.0.3.jar Chunkt {[email protected] DONE}
  126. BiomesOPlenty-1.15.2-10.0.0.365-universal.jar Biomes O' Plenty {[email protected] DONE}
  127. phosphor-forge-mc1.15.2-0.5.2build.4.jar Phosphor {[email protected]+build.4 DONE}
  128. MekanismAdditions-1.15.2-9.10.9.422.jar Mekanism: Additions {[email protected] DONE}
  129. astral-1.4.14.jar Astral {[email protected] DONE}
  130. toughnessbar-5.0.jar Toughness Bar {[email protected] DONE}
  131. portality-1.15.2-2.1.2-aaa257f.jar Portality {[email protected] DONE}
  132. curios-FORGE-1.15.2-2.0.2.4.jar Curios API {[email protected] DONE}
  133. tetra-1.15.2-2.15.0.jar Tetra {[email protected] DONE}
  134. Botania-r1.15-387.jar Botania {[email protected] DONE}
  135. Patchouli-1.15.2-1.2-34.jar Patchouli {[email protected] DONE}
  136. config-2-3.0.jar Cloth Config v2 API {[email protected] DONE}
  137. OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE DONE}
  138. malilib-forge-1.15.2-0.10.0-dev.20beta.1.jar MaLiLib {[email protected]+beta.1 DONE}
  139. MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {[email protected] DONE}
  140. mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] DONE}
  141. curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] DONE}
  142. mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] DONE}
  143. BetterMineshaftsForge-1.15.2-1.0.2.jar YUNG's Better Mineshafts {[email protected] DONE}
  144. Cyclic-1.15.2-0.6.0.jar Cyclic {[email protected] DONE}
  145. inventula-1.1.3.jar Inventula {[email protected] DONE}
  146. QuarkOddities-1.15.2.jar Quark Oddities {[email protected] DONE}
  147. inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] DONE}
  148. pamhc2trees-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version DONE}
  149. equaldragons-1.2.jar Equal Dragons {[email protected] DONE}
  150. jei-1.15.2-6.0.2.12.jar Just Enough Items {[email protected] DONE}
  151. worleycaves-1.15.2-1.6.0.jar Worley's Caves {[email protected] DONE}
  152. Druidcraft-1.15-0.4.21.jar Druidcraft {[email protected] DONE}
  153. Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] DONE}
  154. goblintraders-1.2.0-1.15.2.jar Goblin Traders {[email protected] DONE}
  155. Mekanism-1.15.2-9.10.9.422.jar Mekanism {[email protected] DONE}
  156. caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] DONE}
  157. Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {[email protected] DONE}
  158. extraboats-1.3.6-1.15.2.jar Extra Boats {[email protected] DONE}
  159. create-mc1.15.2_v0.2.4d.jar Create {[email protected]_v0.2.4d DONE}
  160. Waystones_1.15.2-6.0.2.jar Waystones {[email protected] DONE}
  161. Clumps-5.0.2.jar Clumps {[email protected] DONE}
  162. mgui-1.15.2-2.1.1.jar mgui {[email protected] DONE}
  163. LightOverlay-4.2.jar Light Overlay Forge {[email protected] DONE}
  164. journeymap-1.15.2-5.7.0b3.jar Journeymap {[email protected] DONE}
  165. NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE}
  166. SimpleStorageNetwork-1.15.2-1.0.1.jar Simple Storage Network {[email protected] DONE}
  167. engineerstools-1.15.2-1.0.8.jar Engineer's Tools {[email protected] DONE}
  168. DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {[email protected] DONE}
  169. curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] DONE}
  170. FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {[email protected] DONE}
  171. Workshop-1.15.2-0.3.0-Snapshot.2.jar Workshop {[email protected] DONE}
  172. pneumaticcraft-repressurized-1.15.2-1.3.2-42.jar PneumaticCraft: Repressurized {[email protected] DONE}
  173. mcjtylib-1.15-4.1.1-beta.jar McJtyLib {[email protected] DONE}
  174. rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {[email protected] DONE}
  175. xnet-1.15-2.1.5-beta.jar XNet {[email protected] DONE}
  176. rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {[email protected] DONE}
  177. rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {[email protected] DONE}
  178. JEITweaker-1.0.1.jar JEI Tweaker {[email protected] DONE}
  179. CraftTweaker-1.15.2-6.0.0.31.jar CraftTweaker {[email protected] DONE}
  180. rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {[email protected] DONE}
  181. Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE DONE}
  182. crossroads-1.15.2-2.2.0.jar Crossroads {crossroads@version DONE}
  183. forge-1.15.2-31.2.20-universal.jar Forge {[email protected] DONE}
  184. Bountiful-1.15.2-3.1.2.jar Bountiful {[email protected] DONE}
  185. QuickLeafDecay-MC1.15.2-1.2.5.jar Quick Leaf Decay {[email protected] DONE}
  186. ColossalChests-1.15.2-1.7.9.jar ColossalChests {[email protected] DONE}
  187. ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] DONE}
  188. forge-1.15.2-31.2.20-server.jar Minecraft {[email protected] DONE}
  189. The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] DONE}
  190. rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {[email protected] DONE}
  191. theoneprobe-1.15-2.0.4.jar The One Probe {[email protected] DONE}
  192. swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] DONE}
  193. titanium-1.15.2-2.4.2.jar Titanium {[email protected] DONE}
  194. manaandartifice-1.0.5-pre2.jar Mana and Artifice {[email protected] DONE}
  195. ImmersiveEngineering-0.15-103.jar Immersive Engineering {[email protected] DONE}
  196. pamhc2crops-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version DONE}
  197. wards-1.15.2-1.4.0.jar Wards {[email protected] DONE}
  198. rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {[email protected] DONE}
  199. jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {[email protected] DONE}
  200. foamdome-1.0.1.jar Foam Dome {[email protected] DONE}
  201. Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {[email protected] DONE}
  202. Mantle-1.15.2-1.5.15.jar Mantle {[email protected] DONE}
  203. Inspirations-1.15.2-1.1.0.jar Inspirations {[email protected] DONE}
  204. rats-5.3.2-1.15.2.jar Rats {[email protected] DONE}
  205. pamhc2foodcore-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE}
  206. gravestone-1.17.5.jar Gravestone Mod {[email protected] DONE}
  207. FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] DONE}
  208. polymorph-FORGE-1.15.2-0.3.jar Polymorph {[email protected] DONE}
  209. AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE}
  210. Quark-r2.1-243v.jar Quark {[email protected] DONE}
  211. Charm-1.15.2-1.5.9.jar Charm {[email protected] DONE}
  212. Strange-1.15.2-1.0.0-beta.5.hotfix1.jar Strange {[email protected] DONE}
  213. StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] DONE}
  214. moarboats-1.15.2-7.0.0.0.jar Moar Boats {[email protected] DONE}
  215. structurize-0.13.4-ALPHA.jar Structurize {[email protected] DONE}
  216. minecolonies-0.13.14-ALPHA-universal.jar Minecolonies {[email protected] DONE}
  217. FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] DONE}
  218. Transport-1.15.2-2.3.1.jar Transport {[email protected] DONE}
  219. AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {[email protected] DONE}
  220. solcarrot-1.15.2-1.9.7.jar Spice of Life: Carrot Edition {[email protected] DONE}
  221. moredragoneggs-1.0.jar More Dragon Eggs {[email protected] DONE}
  222. itemscroller-forge-1.15.2-0.15.0-dev.20200412.215325.jar Item Scroller {[email protected] DONE}
  223. Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {[email protected] DONE}
  224. overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] DONE}
  225. Pulsar/inspirations loaded Pulses:
  226. - InspirationsShared (Enabled/Forced)
  227. - InspirationsBuilding (Enabled/Not Forced)
  228. - InspirationsUtility (Enabled/Not Forced)
  229. - InspirationsTools (Enabled/Not Forced)
  230. - InspirationsTweaks (Enabled/Not Forced)
  231.  
  232. Player Count: 1 / 20; [ServerPlayerEntity['Divineaspect'/19308, l='world', x=11392.30, y=73.00, z=2152.30]]
  233. 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)
  234. Is Modded: Definitely; Server brand changed to 'forge'
  235. Type: Dedicated Server (map_server.txt)
Add Comment
Please, Sign In to add comment