katubug

polymorph other crash

Jul 12th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.40 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Who set us up the TNT?
  3.  
  4. Time: 7/12/20 11:59 AM
  5. Description: Ticking entity
  6.  
  7. java.lang.RuntimeException: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER
  8. at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClass(RuntimeDistCleaner.java:71) ~[custom.jar:31.2] {}
  9. at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClass(ILaunchPluginService.java:103) ~[modlauncher-5.1.0.jar:5.1.0+69+master.79f13f7] {}
  10. at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-5.1.0.jar:?] {}
  11. at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:115) ~[modlauncher-5.1.0.jar:?] {}
  12. at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:239) ~[modlauncher-5.1.0.jar:?] {}
  13. at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:126) ~[modlauncher-5.1.0.jar:?] {re:classloading}
  14. at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:96) ~[modlauncher-5.1.0.jar:?] {re:classloading}
  15. at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242] {}
  16. at top.theillusivec4.polymorph.common.PolymorphHooks.onInventoryChanged(PolymorphHooks.java:37) ~[?:FORGE-1.15.2-0.4] {re:classloading}
  17. at net.minecraft.inventory.CraftResultInventory.func_70299_a(SourceFile:48) ~[?:?] {re:classloading,xf:fml:polymorph:coremodone}
  18. at net.minecraft.inventory.container.WorkbenchContainer.func_217066_a(SourceFile:74) ~[?:?] {re:classloading,pl:accesstransformer:B}
  19. at me.shedaniel.istations.containers.CraftingStationContainer$DummyWorkbenchContainer.updateResult(CraftingStationContainer.java:255) ~[?:1.3] {re:classloading}
  20. at me.shedaniel.istations.containers.CraftingStationContainer$DummyWorkbenchContainer.access$200(CraftingStationContainer.java:249) ~[?:1.3] {re:classloading}
  21. at me.shedaniel.istations.containers.CraftingStationContainer.updateResult(CraftingStationContainer.java:167) ~[?:1.3] {re:classloading}
  22. at me.shedaniel.istations.containers.CraftingStationContainer.func_75142_b(CraftingStationContainer.java:162) ~[?:1.3] {re:classloading}
  23. at net.minecraft.entity.player.ServerPlayerEntity.func_70071_h_(ServerPlayerEntity.java:317) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:advancement.ServerPlayerEntityMixin,pl:mixin:A}
  24. at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:600) ~[?:?] {re:classloading,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,pl:runtimedistcleaner:A,re:mixin,pl:runtimedistcleaner:A}
  25. at net.minecraft.world.World.func_217390_a(World.java:536) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.WorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  26. at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:401) ~[?:?] {re:classloading,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,pl:runtimedistcleaner:A,re:mixin,pl:runtimedistcleaner:A}
  27. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  28. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330) ~[?:?] {re:classloading,pl:accesstransformer:B}
  29. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  30. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637) [?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  31. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242] {}
  32.  
  33.  
  34. A detailed walkthrough of the error, its code path and all known details is as follows:
  35. ---------------------------------------------------------------------------------------
  36.  
  37. -- Head --
  38. Thread: Server thread
  39. Stacktrace:
  40. at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClass(RuntimeDistCleaner.java:71)
  41. at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClass(ILaunchPluginService.java:103)
  42. at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85)
  43. at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:115)
  44. at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:239)
  45. at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:126)
  46. at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:96)
  47. at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
  48. at top.theillusivec4.polymorph.common.PolymorphHooks.onInventoryChanged(PolymorphHooks.java:37)
  49. at net.minecraft.inventory.CraftResultInventory.func_70299_a(SourceFile:48)
  50. at net.minecraft.inventory.container.WorkbenchContainer.func_217066_a(SourceFile:74)
  51. at me.shedaniel.istations.containers.CraftingStationContainer$DummyWorkbenchContainer.updateResult(CraftingStationContainer.java:255)
  52. at me.shedaniel.istations.containers.CraftingStationContainer$DummyWorkbenchContainer.access$200(CraftingStationContainer.java:249)
  53. at me.shedaniel.istations.containers.CraftingStationContainer.updateResult(CraftingStationContainer.java:167)
  54. at me.shedaniel.istations.containers.CraftingStationContainer.func_75142_b(CraftingStationContainer.java:162)
  55. at net.minecraft.entity.player.ServerPlayerEntity.func_70071_h_(ServerPlayerEntity.java:317)
  56. at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:600)
  57.  
  58. -- Entity being ticked --
  59. Details:
  60. Entity Type: minecraft:player (net.minecraft.entity.player.ServerPlayerEntity)
  61. Entity ID: 282
  62. Entity Name: Katubug
  63. Entity's Exact location: -310.37, 76.00, 345.84
  64. Entity's Block location: World: (-311,76,345), Chunk: (at 9,4,9 in -20,21; contains blocks -320,0,336 to -305,255,351), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  65. Entity's Momentum: 0.00, -0.08, 0.00
  66. Entity's Passengers: []
  67. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  68. Stacktrace:
  69. at net.minecraft.world.World.func_217390_a(World.java:536)
  70. at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:401)
  71.  
  72. -- Affected level --
  73. Details:
  74. All players: 1 total; [ServerPlayerEntity['Katubug'/282, l='world', x=-310.37, y=76.00, z=345.84]]
  75. Chunk stats: ServerChunkCache: 3889
  76. Level dimension: DimensionType{minecraft:overworld}
  77. Level name: world
  78. Level seed: 3208682912674389815
  79. Level generator: ID 00 - default, ver 1. Features enabled: true
  80. Level generator options: {}
  81. Level spawn location: World: (112,66,256), Chunk: (at 0,4,0 in 7,16; contains blocks 112,0,256 to 127,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  82. Level time: 105146 game time, 105146 day time
  83. Known server brands: forge
  84. Level was modded: true
  85. Level storage version: 0x04ABD - Anvil
  86. Level weather: Rain time: 60094 (now: false), thunder time: 3875 (now: true)
  87. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  88. Stacktrace:
  89. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849)
  90. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
  91. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784)
  92. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
  93. at java.lang.Thread.run(Thread.java:748)
  94.  
  95. -- System Details --
  96. Details:
  97. Minecraft Version: 1.15.2
  98. Minecraft Version ID: 1.15.2
  99. Operating System: Linux (amd64) version 4.15.0-50-generic
  100. Java Version: 1.8.0_242, Oracle Corporation
  101. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  102. Memory: 1488990864 bytes (1420 MB) / 4661968896 bytes (4446 MB) up to 10010755072 bytes (9547 MB)
  103. CPUs: 4
  104. JVM Flags: 2 total; -Xms128M -Xmx10740M
  105. Forge Mods:
  106. | ID | Name | Version | Source | Status |
  107. | --------------------------- | ------------------------------ | ---------------------- | ------------------------------------------------------- | ------ |
  108. | elenaicompass | Just Another Compass Mod | 1.0 | JACM-1.1-1.15.2.jar | DONE |
  109. | wyrmroost | Wyrmroost | 1.1.1-DEV | Wyrmroost-1.1.2.jar | DONE |
  110. | curiousshulkerboxes | Curious Shulker Boxes | FORGE-1.15.2-2.0.1 | curiousshulkerboxes-FORGE-1.15.2-2.0.1.jar | DONE |
  111. | futuremc | Future MC | 1.15.2-1.0.1 | futuremc-1.15.2-1.0.1.jar | DONE |
  112. | doggytalents | Doggy Talents | 1.15.2.3 | DoggyTalents-1.15.2-1.15.2.3.jar | DONE |
  113. | rad | Reload Audio Driver | 3.1.0 | rad-1.15-3.1.0.jar | DONE |
  114. | chineseworkshop | ChineseWorkshop | 2.4.5 | ChineseWorkshop-1.15.2-2.4.5.jar | DONE |
  115. | teamsmod | Teams | 1.15.2-R2-hotfix | teamsmod-1.15.2-R2-hotfix.jar | DONE |
  116. | mcwwindows | Macaw's Windows | 1.0.1 | mcw-windows-1.0.1-mc1.15.2_1.15.1.jar | DONE |
  117. | silents_mechanisms | Silent's Mechanisms | 0.7.6+57 | SilentMechanisms-1.15.2-0.7.6+57.jar | DONE |
  118. | pitg | Pane In The Glass | 1.15.2-1.4.0 | pitg-1.15.2-1.4.0.jar | DONE |
  119. | loyaltyrewards | Loyalty Rewards | 1.0.1 | LoyaltyRewards-1.15.2-1.0.1.jar | DONE |
  120. | bettercaves | YUNG's Better Caves | 1.15.2-1.0 | BetterCaves-1.15.2-1.0.jar | DONE |
  121. | lagmeter | LagMeter | 1.3.1 | [1.15.2]LagMeter-1.3.1.jar | DONE |
  122. | gravelminer | GravelMiner | 9.0.0 | GravelMiner_1.15.1-9.0.0.jar | DONE |
  123. | cookingforblockheads | Cooking for Blockheads | 8.0.3 | CookingForBlockheads_1.15.2-8.0.3.jar | DONE |
  124. | placebo | Placebo | 3.1.0 | Placebo-1.15.2-3.1.0.jar | DONE |
  125. | potionofbees | Potion of Bees | 1.15.2-1.0.1 | potionofbees-1.15.2-1.0.1.jar | DONE |
  126. | worldborder | World Border | 2.0 | worldborder_1.15-2.0.jar | DONE |
  127. | bookshelf | Bookshelf | 5.6.40 | Bookshelf-1.15.2-5.6.40.jar | DONE |
  128. | randompatches | RandomPatches | 1.15.2-1.22.0.0 | randompatches-1.15.2-1.22.0.0.jar | DONE |
  129. | mcwdoors | Macaw's Doors | 1.0.0 | mcw-doors-1.0.0-mc1.15.2.jar | DONE |
  130. | venture | Venture | 1.0.0 | venture-1.0.0-1.15.2.jar | DONE |
  131. | snowrealmagic | Snow! Real Magic! | 1.8.0 | SnowRealMagic-1.15.2-1.8.0.jar | DONE |
  132. | carpetstairsmod | Carpet Stairs Mod | 1.4.7 | carpetstairsmod-1.15.2_v1.4.7.jar | DONE |
  133. | dynview | Dynamic view distance | 1.5 | dynviewdist-1.5.jar | DONE |
  134. | maessentials | Ma Essentials | 1.15.2-3.1.1 | Ma-Essentials-1.15.2-3.1.1.jar | DONE |
  135. | dynamic_world | Dynamic World | 0.3.0.0 | dynamic_world-1.15.2-0.3.2.0.jar | DONE |
  136. | horsestandstill | Stupid Horse Stand Still | 1.15.2-1.0.1 | horsestandstill-1.15.2-1.0.1.jar | DONE |
  137. | magicalforest | Magical Forest | 1.0.0 | magicalforest-1.15.2-1.0.0.jar | DONE |
  138. | shearablechickenmod | Shearable Chicken Mod | 1.0 | shearablechickenmod-1.0.jar | DONE |
  139. | respawnablepets | Respawnable Pets | 1.1.4 | respawnablepets-1.1.4.jar | DONE |
  140. | dragonmounts | Dragon Mounts Legacy | 1.0.3 | dragonmounts-1.0.3.jar | DONE |
  141. | dcintegration | Discord Integration | 1.3.1 | dcintegration-1.3.1-1.15.jar | DONE |
  142. | structure_gel | Structure Gel API | 1.1.0 | structure-gel-api-1.15.2-1.1.0.jar | DONE |
  143. | anviltweaks | Anvil Tweaks | 2.3 | anviltweaks-2.3.jar | DONE |
  144. | wt_improvements | Wandering Trader Improvements | 1.15.2-1.0.0.0 | wt_improvements-1.15.2-1.0.0.0.jar | DONE |
  145. | industrialforegoing | Industrial Foregoing | 2.3.3 | industrial-foregoing-1.15.2-2.3.3-e356e61.jar | DONE |
  146. | torchmaster | Torchmaster | 2.2.1 | torchmaster-2.2.1.jar | DONE |
  147. | improved-stations | Improved Stations | 1.3 | improved-stations-1.3.jar | DONE |
  148. | repurposed_structures | Repurposed Structures | 1.15.2-1.7.2 | repurposedstructures-1.15.2-1.7.2.jar | DONE |
  149. | crashutilities | Crash Utilities | 2.6 | crashutilities-2.6.jar | DONE |
  150. | fastfurnaceminusreplacement | Fast Furnace Minus Replacement | 1.0 | fastfurnaceminusreplacement-1.0.jar | DONE |
  151. | chunkt | Chunkt | 1.15.2-1.0.3 | chunkt-1.15.2-1.0.3.jar | DONE |
  152. | phosphor | Phosphor | 0.5.2+build.4 | phosphor-forge-mc1.15.2-0.5.2+build.4.jar | DONE |
  153. | valhelsia_structures | Valhelsia Structures | 15.0.3a | valhelsia_structures-15.0.3a.jar | DONE |
  154. | dungeons_plus | Dungeons Plus | 1.0.2 | dungeons-plus-1.15.2-1.0.2.jar | DONE |
  155. | zombieproofdoors | Zombie Proof Doors | 1.0 | zombieproofdoors_1.15-1.0.jar | DONE |
  156. | mining_dimension | Mining World | 1.15.2-1.0.4 | mining_dimension-1.15.2-1.0.4.jar | DONE |
  157. | recall_potion_mod | Recall Potion Mod | 1.0.0 | RecallPotionMod-1.2.0.jar | DONE |
  158. | rare-ice | Rare Ice | 0.1.6 | rare-ice-0.1.6.jar | DONE |
  159. | xercamod | Xerca Mod | 1.15.2-2.5 | xercamod-1.15.2-2.5.jar | DONE |
  160. | spark | spark | 1.3.2 | spark-forge.jar | DONE |
  161. | curios | Curios API | FORGE-1.15.2-2.0.2.4 | curios-FORGE-1.15.2-2.0.2.4.jar | DONE |
  162. | tetra | Tetra | 1.15.2-2.16.1 | tetra-1.15.2-2.16.1.jar | DONE |
  163. | patchouli | Patchouli | 1.15.2-1.2-34 | Patchouli-1.15.2-1.2-34.jar | DONE |
  164. | leap | Leap | 1.0.1 | leap-1.15.2-1.0.1.jar | DONE |
  165. | last_played_logger | Last Played Logger | 1.0.0 | LastPlayedLogger-1.15.2-1.0.0.jar | DONE |
  166. | collective | Collective | 1.35 | collective-1.15.2-1.35.jar | DONE |
  167. | extlights | Extended Lights | 2.1 | extlights-2.1.jar | DONE |
  168. | cloth-config2 | Cloth Config v2 API | 3.0 | config-2-3.0.jar | DONE |
  169. | sullys_mod | Sully's Mod | V0.7 | SullysMod-V0.7FIX.jar | DONE |
  170. | ftbultimine | FTB Ultimine | 1.0.8.5 | ftb-ultimine-1.0.8.5.jar | DONE |
  171. | ring_of_enderchest | Ring of Enderchest | 1.1.31 | RingOfEnderchest-1.15.2-1.1.34.jar | DONE |
  172. | mcwroofs | Macaw's Roofs | 1.0.2 | mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar | DONE |
  173. | cfm | MrCrayfish's Furniture Mod | 7.0.0-pre16 | furniture-7.0.0-pre16-1.15.1.jar | DONE |
  174. | nametagtweaks | Name Tag Tweaks | 1.0 | nametagtweaks_1.15-1.0.jar | DONE |
  175. | curiouselytra | Curious Elytra | FORGE-1.15.2-2.0 | curiouselytra-FORGE-1.15.2-2.0.jar | DONE |
  176. | globalxp | Global XP | v1.4.11 | globalxp-1.15.2-v1.4.11.jar | DONE |
  177. | productivebees | Productive Bees | 1.15.2-0.1.13 | productivebees-1.15.2-0.1.13.jar | DONE |
  178. | sakurarosea | Sakura Rosea | 1.4 | SakuraRosea-1.4-MC1.15.2.jar | DONE |
  179. | boundtotems | Bound Totems | 1.15.2-1.2.0 | BoundTotems-1.15.2-1.3.0.jar | DONE |
  180. | the_bumblezone | The Bumblezone | 1.15.2-1.3.6 | the_bumblezone-1.15.2-1.3.6.jar | DONE |
  181. | inventoryessentials | Inventory Essentials | 1.0.0 | InventoryEssentials_1.15.2-1.0.0.jar | DONE |
  182. | ring_of_return | Ring of Return | 1.0.12 | RingOfReturn-1.15.2-1.0.15.jar | DONE |
  183. | bwncr | Bad Wither No Cookie Reloaded | 1.15.1-3.6.13 | bwncr-1.15.1-3.6.13.jar | DONE |
  184. | bettertridentreturn | Better Trident Return | 1.0.1 | bettertridentreturn-1.15.2-1.0.1.jar | DONE |
  185. | toms_storage | Tom's Simple Storage Mod | 1.1.2 | toms_storage-1.1.2.jar | DONE |
  186. | incubation | Incubation | 1.0.4 | incubation-1.0.4-1.15.2.jar | DONE |
  187. | fastleafdecay | FastLeafDecay | v22 | FastLeafDecay-v22.jar | DONE |
  188. | bettermineshafts | YUNG's Better Mineshafts | 1.15.2-1.0.2 | BetterMineshaftsForge-1.15.2-1.0.2.jar | DONE |
  189. | darkpaintings | DarkPaintings | 1.0.6 | DarkPaintings-1.15.2-1.0.6.jar | DONE |
  190. | deathchest | Death Chest | 1.3 | Deathchest+1.15+1.3.jar | DONE |
  191. | savemystronghold | Save My Stronghold! | 1.15.2-1.0.1 | SaveMyStronghold-1.15.2-1.0.1.jar | DONE |
  192. | kiwi | Kiwi | 2.7.2 | Kiwi-1.15.2-2.7.2.jar | DONE |
  193. | inventorysorter | Simple Inventory Sorter | 17.0.0 | inventorysorter-1.15.2-17.0.0.jar | DONE |
  194. | craftandhunt | Craft and Hunt | 0.9 | Craft_and_Hunt_V1.1.0_MC_1.15.2.jar | DONE |
  195. | torchslabmod | Torch Slab Mod | 1.7.0 | torchslabmod-1.15.2_v1.7.0.jar | DONE |
  196. | mobgrinder | Mob Grinder | 1.4 | mobgrinder-1.4.jar | DONE |
  197. | jei | Just Enough Items | 6.0.2.12 | jei-1.15.2-6.0.2.12.jar | DONE |
  198. | druidcraft | Druidcraft | 0.4.21 | Druidcraft-1.15-0.4.21.jar | DONE |
  199. | abnormals_core | Abnormals Core | 1.0.6 | Abnormals-Core-1.15.2-1.0.6.jar | DONE |
  200. | buzzierbees | Buzzier Bees | 1.5.2 | Buzzier-Bees-1.15.2-1.5.2.jar | DONE |
  201. | caelus | Caelus API | FORGE-1.15.2-2.0-beta3 | caelus-FORGE-1.15.2-2.0-beta3.jar | DONE |
  202. | upgrade_aquatic | Upgrade Aquatic | 1.7.1 | Upgrade-Aquatic-1.15.2-1.7.1.jar | DONE |
  203. | sneakymagic | Sneaky Magic | 2.0 | SneakyMagic-v2.0-1.15.2.jar | DONE |
  204. | bloomful | Bloomful | NONE | Bloomful-1.15.2-1.4.1.jar | DONE |
  205. | ringsofascension | Rings of Ascension | 1.5.2 | RingsOfAscension-1.15.2-1.5.2.jar | DONE |
  206. | create | Create | mc1.15.2_v0.2.4d | create-mc1.15.2_v0.2.4d.jar | DONE |
  207. | waystones | Waystones | 6.0.2 | Waystones_1.15.2-6.0.2.jar | DONE |
  208. | passablefoliage | Passable Foliage | 1.1.0 | PassableFoliage-1.15.2-1.1.0.jar | DONE |
  209. | clumps | Clumps | 5.0.2 | Clumps-5.0.2.jar | DONE |
  210. | ring_of_repair | Ring of Repair | 1.1.30 | RingOfRepair-1.15.2-1.1.33.jar | DONE |
  211. | mgui | mgui | 2.1.1 | mgui-1.15.2-2.1.1.jar | DONE |
  212. | comforts | Comforts | FORGE-1.15.2-2.0.0.3 | comforts-FORGE-1.15.2-2.0.0.3.jar | DONE |
  213. | naturescompass | Nature's Compass | 1.15.2-1.8.5 | NaturesCompass-1.15.2-1.8.5.jar | DONE |
  214. | decorative_blocks | Decorative Blocks | 1.6 | decorative_blocks-6d.jar | DONE |
  215. | botanypots | BotanyPots | 2.0.27 | BotanyPots-1.15.2-2.0.27.jar | DONE |
  216. | taffyjump | TaffyJump | 1.15.2-0.1 | taffyjump-1.15.2-0.1.jar | DONE |
  217. | wellfedmod | Well Fed - quality food! | 1.3.1 | branders-wellfedmod-1.15.2-1.3.1.jar | DONE |
  218. | magic_doorknob | Magic Doorknob | 1.15.2-0.0.6.315 | MagicDoorknob-1.15.2-0.0.6.315.jar | DONE |
  219. | farmingforblockheads | Farming for Blockheads | 6.1.5 | FarmingForBlockheads_1.15.2-6.1.5.jar | DONE |
  220. | ring_of_teleport | Ring of Teleport | 1.1.30 | RingOfTeleport-1.15.2-1.1.32.jar | DONE |
  221. | enhancedvanilla | Enhanced Vanilla | Snapshot 20w27a | EnhancedVanilla_Snapshot_20w27a-Forge-1.15.2.31.2.0.jar | DONE |
  222. | mapperbase | Mapper Base | 1.15.2-1.1.1.0 | mapperbase-1.15.2-1.1.1.0.jar | DONE |
  223. | embellishcraft | EmbellishCraft | 1.15.2-2.2.1.0 | embellishcraft-1.15.2-2.2.1.0.jar | DONE |
  224. | starciliummod | Starcilium Mod | 0.1.6 | starciliummod-1.15.2-+0.1.6.jar | DONE |
  225. | voyage | Voyage | 1.0.2 | voyage-1.15.2-1.0.2.jar | DONE |
  226. | jeitweaker | JEI Tweaker | 1.0.1 | JEITweaker-1.0.1.jar | DONE |
  227. | crafttweaker | CraftTweaker | 6.0.0.31 | CraftTweaker-1.15.2-6.0.0.31.jar | DONE |
  228. | bloodfruit | Blood Fruit | .1 | bloodfruit-1.4.jar | DONE |
  229. | swampexpansion | Swamp Expansion | NONE | Swamp-Expansion-1.15.2-1.7.3.jar | DONE |
  230. | strongfarmland | Stronger Farmland Mod | 1.15.2-1.1.0 | strongfarmland-1.15.2-1.1.0.jar | DONE |
  231. | forge | Forge | 31.2.30 | forge-1.15.2-31.2.30-universal.jar | DONE |
  232. | goprone | GoProne | 1.15.x-1.3.0 | goprone-1.15.x-1.3.0.jar | DONE |
  233. | vm | Vending Machine | 1.0.0.0 | VendingMachine-1.15.1-1.0.0.0.jar | DONE |
  234. | customnausea | Custom Nausea | FORGE-1.15.2-3.0 | customnausea-FORGE-1.15.2-3.0.jar | DONE |
  235. | dash | Dash | 1.0.1 | dash-1.15.2-1.0.1.jar | DONE |
  236. | weakerspwbs | Weaker Spiderwebs | 1.4 | weakerspwbs_1.15-1.4.jar | DONE |
  237. | tellme | TellMe | 0.8.1 | tellme-forge-1.15.2-0.8.1.jar | DONE |
  238. | craftingtweaks | Crafting Tweaks | 11.0.1 | CraftingTweaks_1.15.2-11.0.1.jar | DONE |
  239. | minecraft | Minecraft | 1.15.2 | forge-1.15.2-31.2.30-server.jar | DONE |
  240. | endergetic | The Endergetic Expansion | 1.3.2 | The-Endergetic-Expansion-1.15.2-v1.3.2.jar | DONE |
  241. | logprot | Logprot | 1.2 | logprot-1.15.1-1.2.jar | DONE |
  242. | openbackup | OpenBackup | 1.15.2-0.0.0.3 | openbackup-1.15.2-0.0.0.3.jar | DONE |
  243. | theoneprobe | The One Probe | 1.15-2.0.4 | theoneprobe-1.15-2.0.4.jar | DONE |
  244. | swingthroughgrass | SwingThroughGrass | 1.15.2-1.4.0 | swingthroughgrass-1.15.2-1.4.0.jar | DONE |
  245. | titanium | Titanium | 2.4.2 | titanium-1.15.2-2.4.2.jar | DONE |
  246. | silentlib | Silent Lib | 4.6.5+58 | SilentLib-1.15.2-4.6.5+58.jar | DONE |
  247. | concreteconversion | Concrete Conversion | 1.15.2-4.1.0.0 | concreteconversion-1.15.2-4.1.0.0.jar | DONE |
  248. | harvestsprites | Harvest Sprites | 1.15.2-1.1.0 | harvestsprites-1.15.2-1.1.0.jar | DONE |
  249. | ceramicbucket | Ceramic Bucket | 1.2.2-1.14.4_1.15.X | ceramicbucket-1.2.2-1.14.4_1.15.X.jar | DONE |
  250. | movingelevators | Moving Elevators | 1.2.17 | movingelevators-1.2.17-mc1.15.jar | DONE |
  251. | towers_of_the_wild | Towers Of the Wild | 1.15.2-1.2.0 | towers_of_the_wild-1.15.2-1.2.0.jar | DONE |
  252. | storage_overhaul | Storage Overhaul | 1.15.2-1.0.5 | storage_overhaul-1.15.2-1.0.5.jar | DONE |
  253. | ceramicshears | Ceramic Shears | 1.3.0-1.15.2+ | ceramicshears-1.3.0-1.15.2+.jar | DONE |
  254. | atmospheric | Atmospheric | 1.4.1 | Atmospheric-1.15.2-1.4.1.jar | DONE |
  255. | jeiintegration | JEI Integration | 3.1.0.1 | jeiintegration_1.15.2-3.1.0.1.jar | DONE |
  256. | pamhc2foodcore | Pam's HarvestCraft 2 Food Core | version | pamhc2foodcore-1.15.2-1.0.5.jar | DONE |
  257. | fastbench | FastWorkbench | 3.0.0 | FastWorkbench-1.15.1-3.0.0.jar | DONE |
  258. | autumnity | Autumnity | 1.3.3 | autumnity-1.3.3-1.15.2.jar | DONE |
  259. | polymorph | Polymorph | FORGE-1.15.2-0.4 | polymorph-FORGE-1.15.2-0.4.jar | DONE |
  260. | autoreglib | AutoRegLib | 1.5-40 | AutoRegLib-1.5-40.jar | DONE |
  261. | quark | Quark | r2.1-245 | Quark-r2.1-245.jar | DONE |
  262. | charm | Charm | 1.15.2-1.5.9 | Charm-1.15.2-1.5.9.jar | DONE |
  263. | enhanced_mushrooms | Enhanced Mushrooms | $1.1.0 | Enhanced-Mushrooms-1.15.2-v1.2.2.jar | DONE |
  264. | strange | Strange | 1.15.2-1.0.0-beta.5 | Strange-1.15.2-1.0.0-beta.5.hotfix1.jar | DONE |
  265. | worldofwonder | World of Wonder | 1.15.2-1.0.6 | WorldOfWonder-1.15.2-1.0.6.jar | DONE |
  266. | world_pre_generator | World Pre Generator | 1.0.1 | WorldPreGenerator-1.15.2-1.0.1.jar | DONE |
  267. | performant | Performant | 2.11m | performant-1.15-2.11m.jar | DONE |
  268. | doubleslabs | Double Slabs | 2.7.7 | DoubleSlabs-1.15-2.7.7.jar | DONE |
  269. | midnight | The Midnight | 0.5.9 | themidnight-0.5.9.jar | DONE |
  270. | regrowth | Regrowth Mod | 1.0.0.1 | Regrowth-1.15.2-1.0.0.1.jar | DONE |
  271. | morecrashinfo | MoreCrashInfo | 1.0.4 | MoreCrashInfo-1.0.4.jar | DONE |
  272. | getoutofmyboat | Get Out Of My Boat | 1.15.2-1.0.0 | getoutofmyboat-1.15.2-1.0.0.jar | DONE |
  273. | mobcatcher | Mob Catcher | 2.2 | mobcatcher-2.2.jar | DONE |
  274. | engineersdecor | Engineer's Decor | 1.1.0 | engineersdecor-1.15.2-1.1.0.jar | DONE |
  275. | moredragoneggs | More Dragon Eggs | 1.0 | moredragoneggs-1.0.jar | DONE |
  276. | byg | Oh The Biomes You'll Go | 1.0.7 | byg-1.0.7.jar | DONE |
  277. | aquaculture | Aquaculture 2 | 1.15.2-2.0.16 | Aquaculture-1.15.2-2.0.16.jar | DONE |
  278. | extremesoundmuffler | Extreme Sound Muffler | 1.2.2_forge-1.15.2 | extremeSoundMuffler-1.2.2_forge-1.15.2.jar | DONE |
  279. | cosmeticarmorreworked | CosmeticArmorReworked | 1.15.2-v3a | CosmeticArmorReworked-1.15.2-v3a.jar | DONE |
  280. | endermail | Ender Mail | 1.15.2-1.1.1 | EnderMail-1.15.2-1.1.1.jar | DONE |
  281. Forge CoreMods:
  282. | ID | Name | Source | Status |
  283. | --------------- | ------------------------------------------------- | ----------------------------------- | ------ |
  284. | placebo | block-statemap | block-statemap.js | Loaded |
  285. | placebo | item-statemap | item-statemap.js | Loaded |
  286. | randompatches | RandomPatches AbstractOption Transformer | AbstractOption.js | Loaded |
  287. | randompatches | RandomPatches BambooBlock Transformer | BambooBlock.js | Loaded |
  288. | randompatches | RandomPatches IngameMenuScreen Transformer | IngameMenuScreen.js | Loaded |
  289. | randompatches | RandomPatches KeyboardListener Transformer | KeyboardListener.js | Loaded |
  290. | randompatches | RandomPatches Minecraft Transformer | Minecraft.js | Loaded |
  291. | randompatches | RandomPatches PlayerRenderer Transformer | PlayerRenderer.js | Loaded |
  292. | randompatches | RandomPatches PotionItem Transformer | PotionItem.js | Loaded |
  293. | randompatches | RandomPatches ClientPlayerEntity Transformer | ClientPlayerEntity.js | Loaded |
  294. | randompatches | RandomPatches ClientPlayNetHandler Transformer | ClientPlayNetHandler.js | Loaded |
  295. | randompatches | RandomPatches KeyBinding Transformer | KeyBinding.js | Loaded |
  296. | randompatches | RandomPatches NettyCompressionDecoder Transformer | NettyCompressionDecoder.js | Loaded |
  297. | randompatches | RandomPatches PacketBuffer Transformer | PacketBuffer.js | Loaded |
  298. | randompatches | RandomPatches NetworkManager$1 Transformer | NetworkManager$1.js | Loaded |
  299. | randompatches | RandomPatches ServerLoginNetHandler Transformer | ServerLoginNetHandler.js | Loaded |
  300. | randompatches | RandomPatches ServerPlayNetHandler Transformer | ServerPlayNetHandler.js | Loaded |
  301. | randompatches | RandomPatches BoatEntity Transformer | BoatEntity.js | Loaded |
  302. | randompatches | RandomPatches CompoundNBT Transformer | CompoundNBT.js | Loaded |
  303. | randompatches | RandomPatches EndPortalTileEntity Transformer | EndPortalTileEntity.js | Loaded |
  304. | randompatches | RandomPatches Entity Transformer | Entity.js | Loaded |
  305. | randompatches | RandomPatches LivingEntity Transformer | LivingEntity.js | Loaded |
  306. | randompatches | RandomPatches ServerRecipePlacer Transformer | ServerRecipePlacer.js | Loaded |
  307. | structure_gel | structure_gel_lake_check_for_structure | lake_check_for_structures.js | Loaded |
  308. | rare-ice | AbstractList | BreakableBlock.js | Loaded |
  309. | patchouli | patchouli_on_advancement | on_advancement.js | Loaded |
  310. | caelus | ClientPlayerEntity | ClientPlayerEntity.js | Loaded |
  311. | caelus | LivingEntity | LivingEntity.js | Loaded |
  312. | caelus | CapeLayer | CapeLayer.js | Loaded |
  313. | upgrade_aquatic | bubble_column_behaviors | bubble_column_behaviors.js | Loaded |
  314. | sneakymagic | Sneaky Magic Transformer | transformer.js | Loaded |
  315. | forge | fieldtomethodtransformers | fieldtomethodtransformers.js | Loaded |
  316. | vm | Merchant | Merchant.js | Loaded |
  317. | endergetic | patch_ender_crystal | patch_ender_crystal.js | Loaded |
  318. | endergetic | patch_dragon_fight_manager | patch_dragon_fight_manager.js | Loaded |
  319. | endergetic | patch_end_gateway_tile_entity | patch_end_gateway_tile_entity.js | Loaded |
  320. | polymorph | CraftResultInventory Transformer | craftResultInventory.js | Loaded |
  321. | polymorph | ShapelessRecipe Transformer | shapelessRecipe.js | Loaded |
  322. | quark | quark_piston_structure_helper_override | piston-structure-helper-override.js | Loaded |
  323. | quark | quark_pistons_move_tes | pistons-move-tes.js | Loaded |
  324. | quark | quark_emotes | emotes.js | Loaded |
  325. | quark | quark_fortune_hoes | fortune-hoes.js | Loaded |
  326. | quark | quark_improved_sleeping | improved-sleeping.js | Loaded |
  327. | quark | quark_items_in_chat | items-in-chat.js | Loaded |
  328. | quark | quark_springy_slime | springy-slime.js | Loaded |
  329. | quark | quark_pickarang | pickarang.js | Loaded |
  330. | quark | quark_chain_linkage | chain-linkage.js | Loaded |
  331. | quark | quark_feeding_trough | feeding-trough.js | Loaded |
  332. | quark | quark_crabs | crabs.js | Loaded |
  333. | quark | quark_chests_in_boats | chests-in-boats.js | Loaded |
  334. | quark | quark_rotation_lock | rotation-lock.js | Loaded |
  335. | quark | quark_enchanted_book_tooltips | enchanted-book-tooltips.js | Loaded |
  336. | quark | quark_ancient_tomes | ancient-tomes.js | Loaded |
  337. | quark | quark_colored_enchantment_glint | colored-enchantment-glint.js | Loaded |
  338. | charm | charm_coremod | charm_coremod.js | Loaded |
  339. | strange | strange_coremod | strange_coremod.js | Loaded |
  340. | midnight | midnight | midnight_core.js | Loaded |
  341. | morecrashinfo | crashtransformers | crashtransformers.js | Loaded |
  342. ModLauncher: 5.1.0+69+master.79f13f7
  343. ModLauncher launch target: fmlserver
  344. ModLauncher naming: srg
  345. ModLauncher services:
  346. /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
  347. /custom.jar object_holder_definalize PLUGINSERVICE
  348. /custom.jar runtime_enum_extender PLUGINSERVICE
  349. /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
  350. /custom.jar capability_inject_definalize PLUGINSERVICE
  351. /custom.jar runtimedistcleaner PLUGINSERVICE
  352. /custom.jar fml TRANSFORMATIONSERVICE
  353. /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
  354. /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
  355. /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
  356. FML: 31.2
  357. Forge: net.minecraftforge:31.2.30
  358. FML Language Providers:
  359. minecraft@1
  360. Mod List:
  361. JACM-1.1-1.15.2.jar Just Another Compass Mod {[email protected] DONE}
  362. Wyrmroost-1.1.2.jar Wyrmroost {[email protected] DONE}
  363. curiousshulkerboxes-FORGE-1.15.2-2.0.1.jar Curious Shulker Boxes {[email protected] DONE}
  364. futuremc-1.15.2-1.0.1.jar Future MC {[email protected] DONE}
  365. DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {[email protected] DONE}
  366. rad-1.15-3.1.0.jar Reload Audio Driver {[email protected] DONE}
  367. ChineseWorkshop-1.15.2-2.4.5.jar ChineseWorkshop {[email protected] DONE}
  368. teamsmod-1.15.2-R2-hotfix.jar Teams {[email protected] DONE}
  369. mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {[email protected] DONE}
  370. SilentMechanisms-1.15.2-0.7.6+57.jar Silent's Mechanisms {[email protected]+57 DONE}
  371. pitg-1.15.2-1.4.0.jar Pane In The Glass {[email protected] DONE}
  372. LoyaltyRewards-1.15.2-1.0.1.jar Loyalty Rewards {[email protected] DONE}
  373. BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {[email protected] DONE}
  374. [1.15.2]LagMeter-1.3.1.jar LagMeter {[email protected] DONE}
  375. GravelMiner_1.15.1-9.0.0.jar GravelMiner {[email protected] DONE}
  376. CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {[email protected] DONE}
  377. Placebo-1.15.2-3.1.0.jar Placebo {[email protected] DONE}
  378. potionofbees-1.15.2-1.0.1.jar Potion of Bees {[email protected] DONE}
  379. worldborder_1.15-2.0.jar World Border {[email protected] DONE}
  380. Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] DONE}
  381. randompatches-1.15.2-1.22.0.0.jar RandomPatches {[email protected] DONE}
  382. mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] DONE}
  383. venture-1.0.0-1.15.2.jar Venture {[email protected] DONE}
  384. SnowRealMagic-1.15.2-1.8.0.jar Snow! Real Magic! {[email protected] DONE}
  385. carpetstairsmod-1.15.2_v1.4.7.jar Carpet Stairs Mod {[email protected] DONE}
  386. dynviewdist-1.5.jar Dynamic view distance {[email protected] DONE}
  387. Ma-Essentials-1.15.2-3.1.1.jar Ma Essentials {[email protected] DONE}
  388. dynamic_world-1.15.2-0.3.2.0.jar Dynamic World {[email protected] DONE}
  389. horsestandstill-1.15.2-1.0.1.jar Stupid Horse Stand Still {[email protected] DONE}
  390. magicalforest-1.15.2-1.0.0.jar Magical Forest {[email protected] DONE}
  391. shearablechickenmod-1.0.jar Shearable Chicken Mod {[email protected] DONE}
  392. respawnablepets-1.1.4.jar Respawnable Pets {[email protected] DONE}
  393. dragonmounts-1.0.3.jar Dragon Mounts Legacy {[email protected] DONE}
  394. dcintegration-1.3.1-1.15.jar Discord Integration {[email protected] DONE}
  395. structure-gel-api-1.15.2-1.1.0.jar Structure Gel API {[email protected] DONE}
  396. anviltweaks-2.3.jar Anvil Tweaks {[email protected] DONE}
  397. wt_improvements-1.15.2-1.0.0.0.jar Wandering Trader Improvements {[email protected] DONE}
  398. industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] DONE}
  399. torchmaster-2.2.1.jar Torchmaster {[email protected] DONE}
  400. improved-stations-1.3.jar Improved Stations {[email protected] DONE}
  401. repurposedstructures-1.15.2-1.7.2.jar Repurposed Structures {[email protected] DONE}
  402. crashutilities-2.6.jar Crash Utilities {[email protected] DONE}
  403. fastfurnaceminusreplacement-1.0.jar Fast Furnace Minus Replacement {[email protected] DONE}
  404. chunkt-1.15.2-1.0.3.jar Chunkt {[email protected] DONE}
  405. phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 DONE}
  406. valhelsia_structures-15.0.3a.jar Valhelsia Structures {[email protected] DONE}
  407. dungeons-plus-1.15.2-1.0.2.jar Dungeons Plus {[email protected] DONE}
  408. zombieproofdoors_1.15-1.0.jar Zombie Proof Doors {[email protected] DONE}
  409. mining_dimension-1.15.2-1.0.4.jar Mining World {[email protected] DONE}
  410. RecallPotionMod-1.2.0.jar Recall Potion Mod {[email protected] DONE}
  411. rare-ice-0.1.6.jar Rare Ice {[email protected] DONE}
  412. xercamod-1.15.2-2.5.jar Xerca Mod {[email protected] DONE}
  413. spark-forge.jar spark {[email protected] DONE}
  414. curios-FORGE-1.15.2-2.0.2.4.jar Curios API {[email protected] DONE}
  415. tetra-1.15.2-2.16.1.jar Tetra {[email protected] DONE}
  416. Patchouli-1.15.2-1.2-34.jar Patchouli {[email protected] DONE}
  417. leap-1.15.2-1.0.1.jar Leap {[email protected] DONE}
  418. LastPlayedLogger-1.15.2-1.0.0.jar Last Played Logger {[email protected] DONE}
  419. collective-1.15.2-1.35.jar Collective {[email protected] DONE}
  420. extlights-2.1.jar Extended Lights {[email protected] DONE}
  421. config-2-3.0.jar Cloth Config v2 API {[email protected] DONE}
  422. SullysMod-V0.7FIX.jar Sully's Mod {[email protected] DONE}
  423. ftb-ultimine-1.0.8.5.jar FTB Ultimine {[email protected] DONE}
  424. RingOfEnderchest-1.15.2-1.1.34.jar Ring of Enderchest {[email protected] DONE}
  425. mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] DONE}
  426. furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] DONE}
  427. nametagtweaks_1.15-1.0.jar Name Tag Tweaks {[email protected] DONE}
  428. curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] DONE}
  429. globalxp-1.15.2-v1.4.11.jar Global XP {[email protected] DONE}
  430. productivebees-1.15.2-0.1.13.jar Productive Bees {[email protected] DONE}
  431. SakuraRosea-1.4-MC1.15.2.jar Sakura Rosea {[email protected] DONE}
  432. BoundTotems-1.15.2-1.3.0.jar Bound Totems {[email protected] DONE}
  433. the_bumblezone-1.15.2-1.3.6.jar The Bumblezone {[email protected] DONE}
  434. InventoryEssentials_1.15.2-1.0.0.jar Inventory Essentials {[email protected] DONE}
  435. RingOfReturn-1.15.2-1.0.15.jar Ring of Return {[email protected] DONE}
  436. bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {[email protected] DONE}
  437. bettertridentreturn-1.15.2-1.0.1.jar Better Trident Return {[email protected] DONE}
  438. toms_storage-1.1.2.jar Tom's Simple Storage Mod {[email protected] DONE}
  439. incubation-1.0.4-1.15.2.jar Incubation {[email protected] DONE}
  440. FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 DONE}
  441. BetterMineshaftsForge-1.15.2-1.0.2.jar YUNG's Better Mineshafts {[email protected] DONE}
  442. DarkPaintings-1.15.2-1.0.6.jar DarkPaintings {[email protected] DONE}
  443. Deathchest+1.15+1.3.jar Death Chest {[email protected] DONE}
  444. SaveMyStronghold-1.15.2-1.0.1.jar Save My Stronghold! {[email protected] DONE}
  445. Kiwi-1.15.2-2.7.2.jar Kiwi {[email protected] DONE}
  446. inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] DONE}
  447. Craft_and_Hunt_V1.1.0_MC_1.15.2.jar Craft and Hunt {[email protected] DONE}
  448. torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {[email protected] DONE}
  449. mobgrinder-1.4.jar Mob Grinder {[email protected] DONE}
  450. jei-1.15.2-6.0.2.12.jar Just Enough Items {[email protected] DONE}
  451. Druidcraft-1.15-0.4.21.jar Druidcraft {[email protected] DONE}
  452. Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] DONE}
  453. Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {[email protected] DONE}
  454. caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] DONE}
  455. Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {[email protected] DONE}
  456. SneakyMagic-v2.0-1.15.2.jar Sneaky Magic {[email protected] DONE}
  457. Bloomful-1.15.2-1.4.1.jar Bloomful {bloomful@NONE DONE}
  458. RingsOfAscension-1.15.2-1.5.2.jar Rings of Ascension {[email protected] DONE}
  459. create-mc1.15.2_v0.2.4d.jar Create {[email protected]_v0.2.4d DONE}
  460. Waystones_1.15.2-6.0.2.jar Waystones {[email protected] DONE}
  461. PassableFoliage-1.15.2-1.1.0.jar Passable Foliage {[email protected] DONE}
  462. Clumps-5.0.2.jar Clumps {[email protected] DONE}
  463. RingOfRepair-1.15.2-1.1.33.jar Ring of Repair {[email protected] DONE}
  464. mgui-1.15.2-2.1.1.jar mgui {[email protected] DONE}
  465. comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {[email protected] DONE}
  466. NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE}
  467. decorative_blocks-6d.jar Decorative Blocks {[email protected] DONE}
  468. BotanyPots-1.15.2-2.0.27.jar BotanyPots {[email protected] DONE}
  469. taffyjump-1.15.2-0.1.jar TaffyJump {[email protected] DONE}
  470. branders-wellfedmod-1.15.2-1.3.1.jar Well Fed - quality food! {[email protected] DONE}
  471. MagicDoorknob-1.15.2-0.0.6.315.jar Magic Doorknob {[email protected] DONE}
  472. FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {[email protected] DONE}
  473. RingOfTeleport-1.15.2-1.1.32.jar Ring of Teleport {[email protected] DONE}
  474. EnhancedVanilla_Snapshot_20w27a-Forge-1.15.2.31.2.0.jar Enhanced Vanilla {enhancedvanilla@Snapshot 20w27a DONE}
  475. mapperbase-1.15.2-1.1.1.0.jar Mapper Base {[email protected] DONE}
  476. embellishcraft-1.15.2-2.2.1.0.jar EmbellishCraft {[email protected] DONE}
  477. starciliummod-1.15.2-+0.1.6.jar Starcilium Mod {[email protected] DONE}
  478. voyage-1.15.2-1.0.2.jar Voyage {[email protected] DONE}
  479. JEITweaker-1.0.1.jar JEI Tweaker {[email protected] DONE}
  480. CraftTweaker-1.15.2-6.0.0.31.jar CraftTweaker {[email protected] DONE}
  481. bloodfruit-1.4.jar Blood Fruit {[email protected] DONE}
  482. Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE DONE}
  483. strongfarmland-1.15.2-1.1.0.jar Stronger Farmland Mod {[email protected] DONE}
  484. forge-1.15.2-31.2.30-universal.jar Forge {[email protected] DONE}
  485. goprone-1.15.x-1.3.0.jar GoProne {[email protected] DONE}
  486. VendingMachine-1.15.1-1.0.0.0.jar Vending Machine {[email protected] DONE}
  487. customnausea-FORGE-1.15.2-3.0.jar Custom Nausea {[email protected] DONE}
  488. dash-1.15.2-1.0.1.jar Dash {[email protected] DONE}
  489. weakerspwbs_1.15-1.4.jar Weaker Spiderwebs {[email protected] DONE}
  490. tellme-forge-1.15.2-0.8.1.jar TellMe {[email protected] DONE}
  491. CraftingTweaks_1.15.2-11.0.1.jar Crafting Tweaks {[email protected] DONE}
  492. forge-1.15.2-31.2.30-server.jar Minecraft {[email protected] DONE}
  493. The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] DONE}
  494. logprot-1.15.1-1.2.jar Logprot {[email protected] DONE}
  495. openbackup-1.15.2-0.0.0.3.jar OpenBackup {[email protected] DONE}
  496. theoneprobe-1.15-2.0.4.jar The One Probe {[email protected] DONE}
  497. swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] DONE}
  498. titanium-1.15.2-2.4.2.jar Titanium {[email protected] DONE}
  499. SilentLib-1.15.2-4.6.5+58.jar Silent Lib {[email protected]+58 DONE}
  500. concreteconversion-1.15.2-4.1.0.0.jar Concrete Conversion {[email protected] DONE}
  501. harvestsprites-1.15.2-1.1.0.jar Harvest Sprites {[email protected] DONE}
  502. ceramicbucket-1.2.2-1.14.4_1.15.X.jar Ceramic Bucket {[email protected]_1.15.X DONE}
  503. movingelevators-1.2.17-mc1.15.jar Moving Elevators {[email protected] DONE}
  504. towers_of_the_wild-1.15.2-1.2.0.jar Towers Of the Wild {[email protected] DONE}
  505. storage_overhaul-1.15.2-1.0.5.jar Storage Overhaul {[email protected] DONE}
  506. ceramicshears-1.3.0-1.15.2+.jar Ceramic Shears {[email protected]+ DONE}
  507. Atmospheric-1.15.2-1.4.1.jar Atmospheric {[email protected] DONE}
  508. jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {[email protected] DONE}
  509. pamhc2foodcore-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE}
  510. FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] DONE}
  511. autumnity-1.3.3-1.15.2.jar Autumnity {[email protected] DONE}
  512. polymorph-FORGE-1.15.2-0.4.jar Polymorph {[email protected] DONE}
  513. AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE}
  514. Quark-r2.1-245.jar Quark {[email protected] DONE}
  515. Charm-1.15.2-1.5.9.jar Charm {[email protected] DONE}
  516. Enhanced-Mushrooms-1.15.2-v1.2.2.jar Enhanced Mushrooms {enhanced_mushrooms@$1.1.0 DONE}
  517. Strange-1.15.2-1.0.0-beta.5.hotfix1.jar Strange {[email protected] DONE}
  518. WorldOfWonder-1.15.2-1.0.6.jar World of Wonder {[email protected] DONE}
  519. WorldPreGenerator-1.15.2-1.0.1.jar World Pre Generator {[email protected] DONE}
  520. performant-1.15-2.11m.jar Performant {[email protected] DONE}
  521. DoubleSlabs-1.15-2.7.7.jar Double Slabs {[email protected] DONE}
  522. themidnight-0.5.9.jar The Midnight {[email protected] DONE}
  523. Regrowth-1.15.2-1.0.0.1.jar Regrowth Mod {[email protected] DONE}
  524. MoreCrashInfo-1.0.4.jar MoreCrashInfo {[email protected] DONE}
  525. getoutofmyboat-1.15.2-1.0.0.jar Get Out Of My Boat {[email protected] DONE}
  526. mobcatcher-2.2.jar Mob Catcher {[email protected] DONE}
  527. engineersdecor-1.15.2-1.1.0.jar Engineer's Decor {[email protected] DONE}
  528. moredragoneggs-1.0.jar More Dragon Eggs {[email protected] DONE}
  529. byg-1.0.7.jar Oh The Biomes You'll Go {[email protected] DONE}
  530. Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {[email protected] DONE}
  531. extremeSoundMuffler-1.2.2_forge-1.15.2.jar Extreme Sound Muffler {[email protected]_forge-1.15.2 DONE}
  532. CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] DONE}
  533. EnderMail-1.15.2-1.1.1.jar Ender Mail {[email protected] DONE}
  534. Kiwi Modules:
  535. chineseworkshop:blocks
  536. chineseworkshop:debug_stick
  537. chineseworkshop:decorations
  538. chineseworkshop:materials
  539. chineseworkshop:retexture
  540. kiwi:contributors
  541. kiwi:data
  542. snowrealmagic:snowrealmagic
  543. Player Count: 1 / 30; [ServerPlayerEntity['Katubug'/282, l='world', x=-310.37, y=76.00, z=345.84]]
  544. Data Packs: mod:dcintegration, mod:openbackup (incompatible), vanilla, mod:elenaicompass, mod:wyrmroost (incompatible), mod:curiousshulkerboxes (incompatible), mod:futuremc (incompatible), mod:doggytalents (incompatible), mod:rad (incompatible), mod:chineseworkshop, mod:teamsmod (incompatible), mod:mcwwindows, mod:silents_mechanisms (incompatible), mod:pitg, mod:loyaltyrewards, mod:bettercaves (incompatible), mod:lagmeter (incompatible), mod:gravelminer (incompatible), mod:cookingforblockheads (incompatible), mod:placebo (incompatible), mod:potionofbees (incompatible), mod:worldborder (incompatible), mod:bookshelf (incompatible), mod:randompatches (incompatible), mod:mcwdoors, mod:venture, mod:snowrealmagic, mod:carpetstairsmod, mod:dynview (incompatible), mod:maessentials (incompatible), mod:dynamic_world, mod:horsestandstill (incompatible), mod:magicalforest, mod:shearablechickenmod, mod:respawnablepets, mod:dragonmounts, mod:structure_gel, mod:anviltweaks (incompatible), mod:wt_improvements, mod:industrialforegoing (incompatible), mod:torchmaster (incompatible), mod:improved-stations (incompatible), mod:repurposed_structures, mod:crashutilities, mod:fastfurnaceminusreplacement, mod:chunkt (incompatible), mod:phosphor, mod:valhelsia_structures (incompatible), mod:dungeons_plus, mod:zombieproofdoors (incompatible), mod:mining_dimension, mod:recall_potion_mod, mod:rare-ice (incompatible), mod:xercamod (incompatible), mod:spark, mod:curios (incompatible), mod:tetra, mod:patchouli (incompatible), mod:leap (incompatible), mod:last_played_logger, mod:collective (incompatible), mod:extlights, mod:cloth-config2 (incompatible), mod:sullys_mod, mod:ftbultimine, mod:ring_of_enderchest (incompatible), mod:mcwroofs, mod:cfm (incompatible), mod:nametagtweaks (incompatible), mod:curiouselytra (incompatible), mod:globalxp (incompatible), mod:productivebees, mod:sakurarosea, mod:boundtotems, mod:the_bumblezone, mod:inventoryessentials (incompatible), mod:ring_of_return (incompatible), mod:bwncr (incompatible), mod:bettertridentreturn (incompatible), mod:toms_storage, mod:incubation, mod:fastleafdecay, mod:bettermineshafts (incompatible), mod:darkpaintings (incompatible), mod:deathchest (incompatible), mod:savemystronghold (incompatible), mod:kiwi, mod:inventorysorter (incompatible), mod:craftandhunt (incompatible), mod:torchslabmod, mod:mobgrinder, mod:jei (incompatible), mod:druidcraft, mod:abnormals_core, mod:buzzierbees, mod:caelus (incompatible), mod:upgrade_aquatic (incompatible), mod:sneakymagic, mod:bloomful (incompatible), mod:ringsofascension, mod:create, mod:waystones (incompatible), mod:passablefoliage, mod:clumps (incompatible), mod:ring_of_repair (incompatible), mod:mgui (incompatible), mod:comforts (incompatible), mod:naturescompass (incompatible), mod:decorative_blocks, mod:botanypots (incompatible), mod:taffyjump, mod:wellfedmod (incompatible), mod:magic_doorknob (incompatible), mod:farmingforblockheads (incompatible), mod:ring_of_teleport (incompatible), mod:enhancedvanilla, mod:mapperbase, mod:embellishcraft (incompatible), mod:starciliummod, mod:voyage (incompatible), mod:jeitweaker, mod:crafttweaker (incompatible), mod:bloodfruit, mod:swampexpansion (incompatible), mod:strongfarmland (incompatible), mod:forge (incompatible), mod:goprone, mod:vm, mod:customnausea (incompatible), mod:dash (incompatible), mod:weakerspwbs (incompatible), mod:tellme (incompatible), mod:craftingtweaks (incompatible), mod:endergetic (incompatible), mod:logprot (incompatible), mod:theoneprobe (incompatible), mod:swingthroughgrass (incompatible), mod:titanium (incompatible), mod:silentlib (incompatible), mod:concreteconversion (incompatible), mod:harvestsprites, mod:ceramicbucket (incompatible), mod:movingelevators, mod:towers_of_the_wild, mod:storage_overhaul, mod:ceramicshears (incompatible), mod:atmospheric, mod:jeiintegration (incompatible), mod:pamhc2foodcore (incompatible), mod:fastbench (incompatible), mod:autumnity, mod:polymorph, mod:autoreglib (incompatible), mod:quark, mod:charm (incompatible), mod:enhanced_mushrooms, mod:strange (incompatible), mod:worldofwonder, mod:world_pre_generator, mod:performant (incompatible), mod:doubleslabs, mod:midnight, mod:regrowth, mod:morecrashinfo (incompatible), mod:getoutofmyboat (incompatible), mod:mobcatcher (incompatible), mod:engineersdecor, mod:moredragoneggs, mod:byg, mod:aquaculture, mod:extremesoundmuffler (incompatible), mod:cosmeticarmorreworked (incompatible), mod:endermail (incompatible)
  545. Is Modded: Definitely; Server brand changed to 'forge'
  546. Type: Dedicated Server (map_server.txt)
Add Comment
Please, Sign In to add comment