Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // Who set us up the TNT?
- Time: 7/12/20 11:59 AM
- Description: Ticking entity
- java.lang.RuntimeException: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER
- at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClass(RuntimeDistCleaner.java:71) ~[custom.jar:31.2] {}
- at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClass(ILaunchPluginService.java:103) ~[modlauncher-5.1.0.jar:5.1.0+69+master.79f13f7] {}
- at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-5.1.0.jar:?] {}
- at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:115) ~[modlauncher-5.1.0.jar:?] {}
- at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:239) ~[modlauncher-5.1.0.jar:?] {}
- at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:126) ~[modlauncher-5.1.0.jar:?] {re:classloading}
- at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:96) ~[modlauncher-5.1.0.jar:?] {re:classloading}
- at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242] {}
- at top.theillusivec4.polymorph.common.PolymorphHooks.onInventoryChanged(PolymorphHooks.java:37) ~[?:FORGE-1.15.2-0.4] {re:classloading}
- at net.minecraft.inventory.CraftResultInventory.func_70299_a(SourceFile:48) ~[?:?] {re:classloading,xf:fml:polymorph:coremodone}
- at net.minecraft.inventory.container.WorkbenchContainer.func_217066_a(SourceFile:74) ~[?:?] {re:classloading,pl:accesstransformer:B}
- at me.shedaniel.istations.containers.CraftingStationContainer$DummyWorkbenchContainer.updateResult(CraftingStationContainer.java:255) ~[?:1.3] {re:classloading}
- at me.shedaniel.istations.containers.CraftingStationContainer$DummyWorkbenchContainer.access$200(CraftingStationContainer.java:249) ~[?:1.3] {re:classloading}
- at me.shedaniel.istations.containers.CraftingStationContainer.updateResult(CraftingStationContainer.java:167) ~[?:1.3] {re:classloading}
- at me.shedaniel.istations.containers.CraftingStationContainer.func_75142_b(CraftingStationContainer.java:162) ~[?:1.3] {re:classloading}
- 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}
- 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}
- 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}
- 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}
- 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}
- at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330) ~[?:?] {re:classloading,pl:accesstransformer:B}
- 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}
- 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}
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242] {}
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Server thread
- Stacktrace:
- at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClass(RuntimeDistCleaner.java:71)
- at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClass(ILaunchPluginService.java:103)
- at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85)
- at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:115)
- at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:239)
- at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:126)
- at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:96)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
- at top.theillusivec4.polymorph.common.PolymorphHooks.onInventoryChanged(PolymorphHooks.java:37)
- at net.minecraft.inventory.CraftResultInventory.func_70299_a(SourceFile:48)
- at net.minecraft.inventory.container.WorkbenchContainer.func_217066_a(SourceFile:74)
- at me.shedaniel.istations.containers.CraftingStationContainer$DummyWorkbenchContainer.updateResult(CraftingStationContainer.java:255)
- at me.shedaniel.istations.containers.CraftingStationContainer$DummyWorkbenchContainer.access$200(CraftingStationContainer.java:249)
- at me.shedaniel.istations.containers.CraftingStationContainer.updateResult(CraftingStationContainer.java:167)
- at me.shedaniel.istations.containers.CraftingStationContainer.func_75142_b(CraftingStationContainer.java:162)
- at net.minecraft.entity.player.ServerPlayerEntity.func_70071_h_(ServerPlayerEntity.java:317)
- at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:600)
- -- Entity being ticked --
- Details:
- Entity Type: minecraft:player (net.minecraft.entity.player.ServerPlayerEntity)
- Entity ID: 282
- Entity Name: Katubug
- Entity's Exact location: -310.37, 76.00, 345.84
- 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)
- Entity's Momentum: 0.00, -0.08, 0.00
- Entity's Passengers: []
- Entity's Vehicle: ~~ERROR~~ NullPointerException: null
- Stacktrace:
- at net.minecraft.world.World.func_217390_a(World.java:536)
- at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:401)
- -- Affected level --
- Details:
- All players: 1 total; [ServerPlayerEntity['Katubug'/282, l='world', x=-310.37, y=76.00, z=345.84]]
- Chunk stats: ServerChunkCache: 3889
- Level dimension: DimensionType{minecraft:overworld}
- Level name: world
- Level seed: 3208682912674389815
- Level generator: ID 00 - default, ver 1. Features enabled: true
- Level generator options: {}
- 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)
- Level time: 105146 game time, 105146 day time
- Known server brands: forge
- Level was modded: true
- Level storage version: 0x04ABD - Anvil
- Level weather: Rain time: 60094 (now: false), thunder time: 3875 (now: true)
- Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
- Stacktrace:
- at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849)
- at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
- at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
- at java.lang.Thread.run(Thread.java:748)
- -- System Details --
- Details:
- Minecraft Version: 1.15.2
- Minecraft Version ID: 1.15.2
- Operating System: Linux (amd64) version 4.15.0-50-generic
- Java Version: 1.8.0_242, Oracle Corporation
- Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 1488990864 bytes (1420 MB) / 4661968896 bytes (4446 MB) up to 10010755072 bytes (9547 MB)
- CPUs: 4
- JVM Flags: 2 total; -Xms128M -Xmx10740M
- Forge Mods:
- | ID | Name | Version | Source | Status |
- | --------------------------- | ------------------------------ | ---------------------- | ------------------------------------------------------- | ------ |
- | elenaicompass | Just Another Compass Mod | 1.0 | JACM-1.1-1.15.2.jar | DONE |
- | wyrmroost | Wyrmroost | 1.1.1-DEV | Wyrmroost-1.1.2.jar | DONE |
- | curiousshulkerboxes | Curious Shulker Boxes | FORGE-1.15.2-2.0.1 | curiousshulkerboxes-FORGE-1.15.2-2.0.1.jar | DONE |
- | futuremc | Future MC | 1.15.2-1.0.1 | futuremc-1.15.2-1.0.1.jar | DONE |
- | doggytalents | Doggy Talents | 1.15.2.3 | DoggyTalents-1.15.2-1.15.2.3.jar | DONE |
- | rad | Reload Audio Driver | 3.1.0 | rad-1.15-3.1.0.jar | DONE |
- | chineseworkshop | ChineseWorkshop | 2.4.5 | ChineseWorkshop-1.15.2-2.4.5.jar | DONE |
- | teamsmod | Teams | 1.15.2-R2-hotfix | teamsmod-1.15.2-R2-hotfix.jar | DONE |
- | mcwwindows | Macaw's Windows | 1.0.1 | mcw-windows-1.0.1-mc1.15.2_1.15.1.jar | DONE |
- | silents_mechanisms | Silent's Mechanisms | 0.7.6+57 | SilentMechanisms-1.15.2-0.7.6+57.jar | DONE |
- | pitg | Pane In The Glass | 1.15.2-1.4.0 | pitg-1.15.2-1.4.0.jar | DONE |
- | loyaltyrewards | Loyalty Rewards | 1.0.1 | LoyaltyRewards-1.15.2-1.0.1.jar | DONE |
- | bettercaves | YUNG's Better Caves | 1.15.2-1.0 | BetterCaves-1.15.2-1.0.jar | DONE |
- | lagmeter | LagMeter | 1.3.1 | [1.15.2]LagMeter-1.3.1.jar | DONE |
- | gravelminer | GravelMiner | 9.0.0 | GravelMiner_1.15.1-9.0.0.jar | DONE |
- | cookingforblockheads | Cooking for Blockheads | 8.0.3 | CookingForBlockheads_1.15.2-8.0.3.jar | DONE |
- | placebo | Placebo | 3.1.0 | Placebo-1.15.2-3.1.0.jar | DONE |
- | potionofbees | Potion of Bees | 1.15.2-1.0.1 | potionofbees-1.15.2-1.0.1.jar | DONE |
- | worldborder | World Border | 2.0 | worldborder_1.15-2.0.jar | DONE |
- | bookshelf | Bookshelf | 5.6.40 | Bookshelf-1.15.2-5.6.40.jar | DONE |
- | randompatches | RandomPatches | 1.15.2-1.22.0.0 | randompatches-1.15.2-1.22.0.0.jar | DONE |
- | mcwdoors | Macaw's Doors | 1.0.0 | mcw-doors-1.0.0-mc1.15.2.jar | DONE |
- | venture | Venture | 1.0.0 | venture-1.0.0-1.15.2.jar | DONE |
- | snowrealmagic | Snow! Real Magic! | 1.8.0 | SnowRealMagic-1.15.2-1.8.0.jar | DONE |
- | carpetstairsmod | Carpet Stairs Mod | 1.4.7 | carpetstairsmod-1.15.2_v1.4.7.jar | DONE |
- | dynview | Dynamic view distance | 1.5 | dynviewdist-1.5.jar | DONE |
- | maessentials | Ma Essentials | 1.15.2-3.1.1 | Ma-Essentials-1.15.2-3.1.1.jar | DONE |
- | dynamic_world | Dynamic World | 0.3.0.0 | dynamic_world-1.15.2-0.3.2.0.jar | DONE |
- | horsestandstill | Stupid Horse Stand Still | 1.15.2-1.0.1 | horsestandstill-1.15.2-1.0.1.jar | DONE |
- | magicalforest | Magical Forest | 1.0.0 | magicalforest-1.15.2-1.0.0.jar | DONE |
- | shearablechickenmod | Shearable Chicken Mod | 1.0 | shearablechickenmod-1.0.jar | DONE |
- | respawnablepets | Respawnable Pets | 1.1.4 | respawnablepets-1.1.4.jar | DONE |
- | dragonmounts | Dragon Mounts Legacy | 1.0.3 | dragonmounts-1.0.3.jar | DONE |
- | dcintegration | Discord Integration | 1.3.1 | dcintegration-1.3.1-1.15.jar | DONE |
- | structure_gel | Structure Gel API | 1.1.0 | structure-gel-api-1.15.2-1.1.0.jar | DONE |
- | anviltweaks | Anvil Tweaks | 2.3 | anviltweaks-2.3.jar | DONE |
- | wt_improvements | Wandering Trader Improvements | 1.15.2-1.0.0.0 | wt_improvements-1.15.2-1.0.0.0.jar | DONE |
- | industrialforegoing | Industrial Foregoing | 2.3.3 | industrial-foregoing-1.15.2-2.3.3-e356e61.jar | DONE |
- | torchmaster | Torchmaster | 2.2.1 | torchmaster-2.2.1.jar | DONE |
- | improved-stations | Improved Stations | 1.3 | improved-stations-1.3.jar | DONE |
- | repurposed_structures | Repurposed Structures | 1.15.2-1.7.2 | repurposedstructures-1.15.2-1.7.2.jar | DONE |
- | crashutilities | Crash Utilities | 2.6 | crashutilities-2.6.jar | DONE |
- | fastfurnaceminusreplacement | Fast Furnace Minus Replacement | 1.0 | fastfurnaceminusreplacement-1.0.jar | DONE |
- | chunkt | Chunkt | 1.15.2-1.0.3 | chunkt-1.15.2-1.0.3.jar | DONE |
- | phosphor | Phosphor | 0.5.2+build.4 | phosphor-forge-mc1.15.2-0.5.2+build.4.jar | DONE |
- | valhelsia_structures | Valhelsia Structures | 15.0.3a | valhelsia_structures-15.0.3a.jar | DONE |
- | dungeons_plus | Dungeons Plus | 1.0.2 | dungeons-plus-1.15.2-1.0.2.jar | DONE |
- | zombieproofdoors | Zombie Proof Doors | 1.0 | zombieproofdoors_1.15-1.0.jar | DONE |
- | mining_dimension | Mining World | 1.15.2-1.0.4 | mining_dimension-1.15.2-1.0.4.jar | DONE |
- | recall_potion_mod | Recall Potion Mod | 1.0.0 | RecallPotionMod-1.2.0.jar | DONE |
- | rare-ice | Rare Ice | 0.1.6 | rare-ice-0.1.6.jar | DONE |
- | xercamod | Xerca Mod | 1.15.2-2.5 | xercamod-1.15.2-2.5.jar | DONE |
- | spark | spark | 1.3.2 | spark-forge.jar | DONE |
- | curios | Curios API | FORGE-1.15.2-2.0.2.4 | curios-FORGE-1.15.2-2.0.2.4.jar | DONE |
- | tetra | Tetra | 1.15.2-2.16.1 | tetra-1.15.2-2.16.1.jar | DONE |
- | patchouli | Patchouli | 1.15.2-1.2-34 | Patchouli-1.15.2-1.2-34.jar | DONE |
- | leap | Leap | 1.0.1 | leap-1.15.2-1.0.1.jar | DONE |
- | last_played_logger | Last Played Logger | 1.0.0 | LastPlayedLogger-1.15.2-1.0.0.jar | DONE |
- | collective | Collective | 1.35 | collective-1.15.2-1.35.jar | DONE |
- | extlights | Extended Lights | 2.1 | extlights-2.1.jar | DONE |
- | cloth-config2 | Cloth Config v2 API | 3.0 | config-2-3.0.jar | DONE |
- | sullys_mod | Sully's Mod | V0.7 | SullysMod-V0.7FIX.jar | DONE |
- | ftbultimine | FTB Ultimine | 1.0.8.5 | ftb-ultimine-1.0.8.5.jar | DONE |
- | ring_of_enderchest | Ring of Enderchest | 1.1.31 | RingOfEnderchest-1.15.2-1.1.34.jar | DONE |
- | mcwroofs | Macaw's Roofs | 1.0.2 | mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar | DONE |
- | cfm | MrCrayfish's Furniture Mod | 7.0.0-pre16 | furniture-7.0.0-pre16-1.15.1.jar | DONE |
- | nametagtweaks | Name Tag Tweaks | 1.0 | nametagtweaks_1.15-1.0.jar | DONE |
- | curiouselytra | Curious Elytra | FORGE-1.15.2-2.0 | curiouselytra-FORGE-1.15.2-2.0.jar | DONE |
- | globalxp | Global XP | v1.4.11 | globalxp-1.15.2-v1.4.11.jar | DONE |
- | productivebees | Productive Bees | 1.15.2-0.1.13 | productivebees-1.15.2-0.1.13.jar | DONE |
- | sakurarosea | Sakura Rosea | 1.4 | SakuraRosea-1.4-MC1.15.2.jar | DONE |
- | boundtotems | Bound Totems | 1.15.2-1.2.0 | BoundTotems-1.15.2-1.3.0.jar | DONE |
- | the_bumblezone | The Bumblezone | 1.15.2-1.3.6 | the_bumblezone-1.15.2-1.3.6.jar | DONE |
- | inventoryessentials | Inventory Essentials | 1.0.0 | InventoryEssentials_1.15.2-1.0.0.jar | DONE |
- | ring_of_return | Ring of Return | 1.0.12 | RingOfReturn-1.15.2-1.0.15.jar | DONE |
- | bwncr | Bad Wither No Cookie Reloaded | 1.15.1-3.6.13 | bwncr-1.15.1-3.6.13.jar | DONE |
- | bettertridentreturn | Better Trident Return | 1.0.1 | bettertridentreturn-1.15.2-1.0.1.jar | DONE |
- | toms_storage | Tom's Simple Storage Mod | 1.1.2 | toms_storage-1.1.2.jar | DONE |
- | incubation | Incubation | 1.0.4 | incubation-1.0.4-1.15.2.jar | DONE |
- | fastleafdecay | FastLeafDecay | v22 | FastLeafDecay-v22.jar | DONE |
- | bettermineshafts | YUNG's Better Mineshafts | 1.15.2-1.0.2 | BetterMineshaftsForge-1.15.2-1.0.2.jar | DONE |
- | darkpaintings | DarkPaintings | 1.0.6 | DarkPaintings-1.15.2-1.0.6.jar | DONE |
- | deathchest | Death Chest | 1.3 | Deathchest+1.15+1.3.jar | DONE |
- | savemystronghold | Save My Stronghold! | 1.15.2-1.0.1 | SaveMyStronghold-1.15.2-1.0.1.jar | DONE |
- | kiwi | Kiwi | 2.7.2 | Kiwi-1.15.2-2.7.2.jar | DONE |
- | inventorysorter | Simple Inventory Sorter | 17.0.0 | inventorysorter-1.15.2-17.0.0.jar | DONE |
- | craftandhunt | Craft and Hunt | 0.9 | Craft_and_Hunt_V1.1.0_MC_1.15.2.jar | DONE |
- | torchslabmod | Torch Slab Mod | 1.7.0 | torchslabmod-1.15.2_v1.7.0.jar | DONE |
- | mobgrinder | Mob Grinder | 1.4 | mobgrinder-1.4.jar | DONE |
- | jei | Just Enough Items | 6.0.2.12 | jei-1.15.2-6.0.2.12.jar | DONE |
- | druidcraft | Druidcraft | 0.4.21 | Druidcraft-1.15-0.4.21.jar | DONE |
- | abnormals_core | Abnormals Core | 1.0.6 | Abnormals-Core-1.15.2-1.0.6.jar | DONE |
- | buzzierbees | Buzzier Bees | 1.5.2 | Buzzier-Bees-1.15.2-1.5.2.jar | DONE |
- | caelus | Caelus API | FORGE-1.15.2-2.0-beta3 | caelus-FORGE-1.15.2-2.0-beta3.jar | DONE |
- | upgrade_aquatic | Upgrade Aquatic | 1.7.1 | Upgrade-Aquatic-1.15.2-1.7.1.jar | DONE |
- | sneakymagic | Sneaky Magic | 2.0 | SneakyMagic-v2.0-1.15.2.jar | DONE |
- | bloomful | Bloomful | NONE | Bloomful-1.15.2-1.4.1.jar | DONE |
- | ringsofascension | Rings of Ascension | 1.5.2 | RingsOfAscension-1.15.2-1.5.2.jar | DONE |
- | create | Create | mc1.15.2_v0.2.4d | create-mc1.15.2_v0.2.4d.jar | DONE |
- | waystones | Waystones | 6.0.2 | Waystones_1.15.2-6.0.2.jar | DONE |
- | passablefoliage | Passable Foliage | 1.1.0 | PassableFoliage-1.15.2-1.1.0.jar | DONE |
- | clumps | Clumps | 5.0.2 | Clumps-5.0.2.jar | DONE |
- | ring_of_repair | Ring of Repair | 1.1.30 | RingOfRepair-1.15.2-1.1.33.jar | DONE |
- | mgui | mgui | 2.1.1 | mgui-1.15.2-2.1.1.jar | DONE |
- | comforts | Comforts | FORGE-1.15.2-2.0.0.3 | comforts-FORGE-1.15.2-2.0.0.3.jar | DONE |
- | naturescompass | Nature's Compass | 1.15.2-1.8.5 | NaturesCompass-1.15.2-1.8.5.jar | DONE |
- | decorative_blocks | Decorative Blocks | 1.6 | decorative_blocks-6d.jar | DONE |
- | botanypots | BotanyPots | 2.0.27 | BotanyPots-1.15.2-2.0.27.jar | DONE |
- | taffyjump | TaffyJump | 1.15.2-0.1 | taffyjump-1.15.2-0.1.jar | DONE |
- | wellfedmod | Well Fed - quality food! | 1.3.1 | branders-wellfedmod-1.15.2-1.3.1.jar | DONE |
- | magic_doorknob | Magic Doorknob | 1.15.2-0.0.6.315 | MagicDoorknob-1.15.2-0.0.6.315.jar | DONE |
- | farmingforblockheads | Farming for Blockheads | 6.1.5 | FarmingForBlockheads_1.15.2-6.1.5.jar | DONE |
- | ring_of_teleport | Ring of Teleport | 1.1.30 | RingOfTeleport-1.15.2-1.1.32.jar | DONE |
- | enhancedvanilla | Enhanced Vanilla | Snapshot 20w27a | EnhancedVanilla_Snapshot_20w27a-Forge-1.15.2.31.2.0.jar | DONE |
- | mapperbase | Mapper Base | 1.15.2-1.1.1.0 | mapperbase-1.15.2-1.1.1.0.jar | DONE |
- | embellishcraft | EmbellishCraft | 1.15.2-2.2.1.0 | embellishcraft-1.15.2-2.2.1.0.jar | DONE |
- | starciliummod | Starcilium Mod | 0.1.6 | starciliummod-1.15.2-+0.1.6.jar | DONE |
- | voyage | Voyage | 1.0.2 | voyage-1.15.2-1.0.2.jar | DONE |
- | jeitweaker | JEI Tweaker | 1.0.1 | JEITweaker-1.0.1.jar | DONE |
- | crafttweaker | CraftTweaker | 6.0.0.31 | CraftTweaker-1.15.2-6.0.0.31.jar | DONE |
- | bloodfruit | Blood Fruit | .1 | bloodfruit-1.4.jar | DONE |
- | swampexpansion | Swamp Expansion | NONE | Swamp-Expansion-1.15.2-1.7.3.jar | DONE |
- | strongfarmland | Stronger Farmland Mod | 1.15.2-1.1.0 | strongfarmland-1.15.2-1.1.0.jar | DONE |
- | forge | Forge | 31.2.30 | forge-1.15.2-31.2.30-universal.jar | DONE |
- | goprone | GoProne | 1.15.x-1.3.0 | goprone-1.15.x-1.3.0.jar | DONE |
- | vm | Vending Machine | 1.0.0.0 | VendingMachine-1.15.1-1.0.0.0.jar | DONE |
- | customnausea | Custom Nausea | FORGE-1.15.2-3.0 | customnausea-FORGE-1.15.2-3.0.jar | DONE |
- | dash | Dash | 1.0.1 | dash-1.15.2-1.0.1.jar | DONE |
- | weakerspwbs | Weaker Spiderwebs | 1.4 | weakerspwbs_1.15-1.4.jar | DONE |
- | tellme | TellMe | 0.8.1 | tellme-forge-1.15.2-0.8.1.jar | DONE |
- | craftingtweaks | Crafting Tweaks | 11.0.1 | CraftingTweaks_1.15.2-11.0.1.jar | DONE |
- | minecraft | Minecraft | 1.15.2 | forge-1.15.2-31.2.30-server.jar | DONE |
- | endergetic | The Endergetic Expansion | 1.3.2 | The-Endergetic-Expansion-1.15.2-v1.3.2.jar | DONE |
- | logprot | Logprot | 1.2 | logprot-1.15.1-1.2.jar | DONE |
- | openbackup | OpenBackup | 1.15.2-0.0.0.3 | openbackup-1.15.2-0.0.0.3.jar | DONE |
- | theoneprobe | The One Probe | 1.15-2.0.4 | theoneprobe-1.15-2.0.4.jar | DONE |
- | swingthroughgrass | SwingThroughGrass | 1.15.2-1.4.0 | swingthroughgrass-1.15.2-1.4.0.jar | DONE |
- | titanium | Titanium | 2.4.2 | titanium-1.15.2-2.4.2.jar | DONE |
- | silentlib | Silent Lib | 4.6.5+58 | SilentLib-1.15.2-4.6.5+58.jar | DONE |
- | concreteconversion | Concrete Conversion | 1.15.2-4.1.0.0 | concreteconversion-1.15.2-4.1.0.0.jar | DONE |
- | harvestsprites | Harvest Sprites | 1.15.2-1.1.0 | harvestsprites-1.15.2-1.1.0.jar | DONE |
- | ceramicbucket | Ceramic Bucket | 1.2.2-1.14.4_1.15.X | ceramicbucket-1.2.2-1.14.4_1.15.X.jar | DONE |
- | movingelevators | Moving Elevators | 1.2.17 | movingelevators-1.2.17-mc1.15.jar | DONE |
- | 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 |
- | storage_overhaul | Storage Overhaul | 1.15.2-1.0.5 | storage_overhaul-1.15.2-1.0.5.jar | DONE |
- | ceramicshears | Ceramic Shears | 1.3.0-1.15.2+ | ceramicshears-1.3.0-1.15.2+.jar | DONE |
- | atmospheric | Atmospheric | 1.4.1 | Atmospheric-1.15.2-1.4.1.jar | DONE |
- | jeiintegration | JEI Integration | 3.1.0.1 | jeiintegration_1.15.2-3.1.0.1.jar | DONE |
- | pamhc2foodcore | Pam's HarvestCraft 2 Food Core | version | pamhc2foodcore-1.15.2-1.0.5.jar | DONE |
- | fastbench | FastWorkbench | 3.0.0 | FastWorkbench-1.15.1-3.0.0.jar | DONE |
- | autumnity | Autumnity | 1.3.3 | autumnity-1.3.3-1.15.2.jar | DONE |
- | polymorph | Polymorph | FORGE-1.15.2-0.4 | polymorph-FORGE-1.15.2-0.4.jar | DONE |
- | autoreglib | AutoRegLib | 1.5-40 | AutoRegLib-1.5-40.jar | DONE |
- | quark | Quark | r2.1-245 | Quark-r2.1-245.jar | DONE |
- | charm | Charm | 1.15.2-1.5.9 | Charm-1.15.2-1.5.9.jar | DONE |
- | enhanced_mushrooms | Enhanced Mushrooms | $1.1.0 | Enhanced-Mushrooms-1.15.2-v1.2.2.jar | DONE |
- | strange | Strange | 1.15.2-1.0.0-beta.5 | Strange-1.15.2-1.0.0-beta.5.hotfix1.jar | DONE |
- | worldofwonder | World of Wonder | 1.15.2-1.0.6 | WorldOfWonder-1.15.2-1.0.6.jar | DONE |
- | world_pre_generator | World Pre Generator | 1.0.1 | WorldPreGenerator-1.15.2-1.0.1.jar | DONE |
- | performant | Performant | 2.11m | performant-1.15-2.11m.jar | DONE |
- | doubleslabs | Double Slabs | 2.7.7 | DoubleSlabs-1.15-2.7.7.jar | DONE |
- | midnight | The Midnight | 0.5.9 | themidnight-0.5.9.jar | DONE |
- | regrowth | Regrowth Mod | 1.0.0.1 | Regrowth-1.15.2-1.0.0.1.jar | DONE |
- | morecrashinfo | MoreCrashInfo | 1.0.4 | MoreCrashInfo-1.0.4.jar | DONE |
- | getoutofmyboat | Get Out Of My Boat | 1.15.2-1.0.0 | getoutofmyboat-1.15.2-1.0.0.jar | DONE |
- | mobcatcher | Mob Catcher | 2.2 | mobcatcher-2.2.jar | DONE |
- | engineersdecor | Engineer's Decor | 1.1.0 | engineersdecor-1.15.2-1.1.0.jar | DONE |
- | moredragoneggs | More Dragon Eggs | 1.0 | moredragoneggs-1.0.jar | DONE |
- | byg | Oh The Biomes You'll Go | 1.0.7 | byg-1.0.7.jar | DONE |
- | aquaculture | Aquaculture 2 | 1.15.2-2.0.16 | Aquaculture-1.15.2-2.0.16.jar | DONE |
- | extremesoundmuffler | Extreme Sound Muffler | 1.2.2_forge-1.15.2 | extremeSoundMuffler-1.2.2_forge-1.15.2.jar | DONE |
- | cosmeticarmorreworked | CosmeticArmorReworked | 1.15.2-v3a | CosmeticArmorReworked-1.15.2-v3a.jar | DONE |
- | endermail | Ender Mail | 1.15.2-1.1.1 | EnderMail-1.15.2-1.1.1.jar | DONE |
- Forge CoreMods:
- | ID | Name | Source | Status |
- | --------------- | ------------------------------------------------- | ----------------------------------- | ------ |
- | placebo | block-statemap | block-statemap.js | Loaded |
- | placebo | item-statemap | item-statemap.js | Loaded |
- | randompatches | RandomPatches AbstractOption Transformer | AbstractOption.js | Loaded |
- | randompatches | RandomPatches BambooBlock Transformer | BambooBlock.js | Loaded |
- | randompatches | RandomPatches IngameMenuScreen Transformer | IngameMenuScreen.js | Loaded |
- | randompatches | RandomPatches KeyboardListener Transformer | KeyboardListener.js | Loaded |
- | randompatches | RandomPatches Minecraft Transformer | Minecraft.js | Loaded |
- | randompatches | RandomPatches PlayerRenderer Transformer | PlayerRenderer.js | Loaded |
- | randompatches | RandomPatches PotionItem Transformer | PotionItem.js | Loaded |
- | randompatches | RandomPatches ClientPlayerEntity Transformer | ClientPlayerEntity.js | Loaded |
- | randompatches | RandomPatches ClientPlayNetHandler Transformer | ClientPlayNetHandler.js | Loaded |
- | randompatches | RandomPatches KeyBinding Transformer | KeyBinding.js | Loaded |
- | randompatches | RandomPatches NettyCompressionDecoder Transformer | NettyCompressionDecoder.js | Loaded |
- | randompatches | RandomPatches PacketBuffer Transformer | PacketBuffer.js | Loaded |
- | randompatches | RandomPatches NetworkManager$1 Transformer | NetworkManager$1.js | Loaded |
- | randompatches | RandomPatches ServerLoginNetHandler Transformer | ServerLoginNetHandler.js | Loaded |
- | randompatches | RandomPatches ServerPlayNetHandler Transformer | ServerPlayNetHandler.js | Loaded |
- | randompatches | RandomPatches BoatEntity Transformer | BoatEntity.js | Loaded |
- | randompatches | RandomPatches CompoundNBT Transformer | CompoundNBT.js | Loaded |
- | randompatches | RandomPatches EndPortalTileEntity Transformer | EndPortalTileEntity.js | Loaded |
- | randompatches | RandomPatches Entity Transformer | Entity.js | Loaded |
- | randompatches | RandomPatches LivingEntity Transformer | LivingEntity.js | Loaded |
- | randompatches | RandomPatches ServerRecipePlacer Transformer | ServerRecipePlacer.js | Loaded |
- | structure_gel | structure_gel_lake_check_for_structure | lake_check_for_structures.js | Loaded |
- | rare-ice | AbstractList | BreakableBlock.js | Loaded |
- | patchouli | patchouli_on_advancement | on_advancement.js | Loaded |
- | caelus | ClientPlayerEntity | ClientPlayerEntity.js | Loaded |
- | caelus | LivingEntity | LivingEntity.js | Loaded |
- | caelus | CapeLayer | CapeLayer.js | Loaded |
- | upgrade_aquatic | bubble_column_behaviors | bubble_column_behaviors.js | Loaded |
- | sneakymagic | Sneaky Magic Transformer | transformer.js | Loaded |
- | forge | fieldtomethodtransformers | fieldtomethodtransformers.js | Loaded |
- | vm | Merchant | Merchant.js | Loaded |
- | endergetic | patch_ender_crystal | patch_ender_crystal.js | Loaded |
- | endergetic | patch_dragon_fight_manager | patch_dragon_fight_manager.js | Loaded |
- | endergetic | patch_end_gateway_tile_entity | patch_end_gateway_tile_entity.js | Loaded |
- | polymorph | CraftResultInventory Transformer | craftResultInventory.js | Loaded |
- | polymorph | ShapelessRecipe Transformer | shapelessRecipe.js | Loaded |
- | quark | quark_piston_structure_helper_override | piston-structure-helper-override.js | Loaded |
- | quark | quark_pistons_move_tes | pistons-move-tes.js | Loaded |
- | quark | quark_emotes | emotes.js | Loaded |
- | quark | quark_fortune_hoes | fortune-hoes.js | Loaded |
- | quark | quark_improved_sleeping | improved-sleeping.js | Loaded |
- | quark | quark_items_in_chat | items-in-chat.js | Loaded |
- | quark | quark_springy_slime | springy-slime.js | Loaded |
- | quark | quark_pickarang | pickarang.js | Loaded |
- | quark | quark_chain_linkage | chain-linkage.js | Loaded |
- | quark | quark_feeding_trough | feeding-trough.js | Loaded |
- | quark | quark_crabs | crabs.js | Loaded |
- | quark | quark_chests_in_boats | chests-in-boats.js | Loaded |
- | quark | quark_rotation_lock | rotation-lock.js | Loaded |
- | quark | quark_enchanted_book_tooltips | enchanted-book-tooltips.js | Loaded |
- | quark | quark_ancient_tomes | ancient-tomes.js | Loaded |
- | quark | quark_colored_enchantment_glint | colored-enchantment-glint.js | Loaded |
- | charm | charm_coremod | charm_coremod.js | Loaded |
- | strange | strange_coremod | strange_coremod.js | Loaded |
- | midnight | midnight | midnight_core.js | Loaded |
- | morecrashinfo | crashtransformers | crashtransformers.js | Loaded |
- ModLauncher: 5.1.0+69+master.79f13f7
- ModLauncher launch target: fmlserver
- ModLauncher naming: srg
- ModLauncher services:
- /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
- /custom.jar object_holder_definalize PLUGINSERVICE
- /custom.jar runtime_enum_extender PLUGINSERVICE
- /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
- /custom.jar capability_inject_definalize PLUGINSERVICE
- /custom.jar runtimedistcleaner PLUGINSERVICE
- /custom.jar fml TRANSFORMATIONSERVICE
- /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
- /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
- /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
- FML: 31.2
- Forge: net.minecraftforge:31.2.30
- FML Language Providers:
- minecraft@1
- Mod List:
- JACM-1.1-1.15.2.jar Just Another Compass Mod {[email protected] DONE}
- Wyrmroost-1.1.2.jar Wyrmroost {[email protected] DONE}
- curiousshulkerboxes-FORGE-1.15.2-2.0.1.jar Curious Shulker Boxes {[email protected] DONE}
- futuremc-1.15.2-1.0.1.jar Future MC {[email protected] DONE}
- DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {[email protected] DONE}
- rad-1.15-3.1.0.jar Reload Audio Driver {[email protected] DONE}
- ChineseWorkshop-1.15.2-2.4.5.jar ChineseWorkshop {[email protected] DONE}
- teamsmod-1.15.2-R2-hotfix.jar Teams {[email protected] DONE}
- mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {[email protected] DONE}
- SilentMechanisms-1.15.2-0.7.6+57.jar Silent's Mechanisms {[email protected]+57 DONE}
- pitg-1.15.2-1.4.0.jar Pane In The Glass {[email protected] DONE}
- LoyaltyRewards-1.15.2-1.0.1.jar Loyalty Rewards {[email protected] DONE}
- BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {[email protected] DONE}
- [1.15.2]LagMeter-1.3.1.jar LagMeter {[email protected] DONE}
- GravelMiner_1.15.1-9.0.0.jar GravelMiner {[email protected] DONE}
- CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {[email protected] DONE}
- Placebo-1.15.2-3.1.0.jar Placebo {[email protected] DONE}
- potionofbees-1.15.2-1.0.1.jar Potion of Bees {[email protected] DONE}
- worldborder_1.15-2.0.jar World Border {[email protected] DONE}
- Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] DONE}
- randompatches-1.15.2-1.22.0.0.jar RandomPatches {[email protected] DONE}
- mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] DONE}
- venture-1.0.0-1.15.2.jar Venture {[email protected] DONE}
- SnowRealMagic-1.15.2-1.8.0.jar Snow! Real Magic! {[email protected] DONE}
- carpetstairsmod-1.15.2_v1.4.7.jar Carpet Stairs Mod {[email protected] DONE}
- dynviewdist-1.5.jar Dynamic view distance {[email protected] DONE}
- Ma-Essentials-1.15.2-3.1.1.jar Ma Essentials {[email protected] DONE}
- dynamic_world-1.15.2-0.3.2.0.jar Dynamic World {[email protected] DONE}
- horsestandstill-1.15.2-1.0.1.jar Stupid Horse Stand Still {[email protected] DONE}
- magicalforest-1.15.2-1.0.0.jar Magical Forest {[email protected] DONE}
- shearablechickenmod-1.0.jar Shearable Chicken Mod {[email protected] DONE}
- respawnablepets-1.1.4.jar Respawnable Pets {[email protected] DONE}
- dragonmounts-1.0.3.jar Dragon Mounts Legacy {[email protected] DONE}
- dcintegration-1.3.1-1.15.jar Discord Integration {[email protected] DONE}
- structure-gel-api-1.15.2-1.1.0.jar Structure Gel API {[email protected] DONE}
- anviltweaks-2.3.jar Anvil Tweaks {[email protected] DONE}
- wt_improvements-1.15.2-1.0.0.0.jar Wandering Trader Improvements {[email protected] DONE}
- industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] DONE}
- torchmaster-2.2.1.jar Torchmaster {[email protected] DONE}
- improved-stations-1.3.jar Improved Stations {[email protected] DONE}
- repurposedstructures-1.15.2-1.7.2.jar Repurposed Structures {[email protected] DONE}
- crashutilities-2.6.jar Crash Utilities {[email protected] DONE}
- fastfurnaceminusreplacement-1.0.jar Fast Furnace Minus Replacement {[email protected] DONE}
- chunkt-1.15.2-1.0.3.jar Chunkt {[email protected] DONE}
- phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 DONE}
- valhelsia_structures-15.0.3a.jar Valhelsia Structures {[email protected] DONE}
- dungeons-plus-1.15.2-1.0.2.jar Dungeons Plus {[email protected] DONE}
- zombieproofdoors_1.15-1.0.jar Zombie Proof Doors {[email protected] DONE}
- mining_dimension-1.15.2-1.0.4.jar Mining World {[email protected] DONE}
- RecallPotionMod-1.2.0.jar Recall Potion Mod {[email protected] DONE}
- rare-ice-0.1.6.jar Rare Ice {[email protected] DONE}
- xercamod-1.15.2-2.5.jar Xerca Mod {[email protected] DONE}
- spark-forge.jar spark {[email protected] DONE}
- curios-FORGE-1.15.2-2.0.2.4.jar Curios API {[email protected] DONE}
- tetra-1.15.2-2.16.1.jar Tetra {[email protected] DONE}
- Patchouli-1.15.2-1.2-34.jar Patchouli {[email protected] DONE}
- leap-1.15.2-1.0.1.jar Leap {[email protected] DONE}
- LastPlayedLogger-1.15.2-1.0.0.jar Last Played Logger {[email protected] DONE}
- collective-1.15.2-1.35.jar Collective {[email protected] DONE}
- extlights-2.1.jar Extended Lights {[email protected] DONE}
- config-2-3.0.jar Cloth Config v2 API {[email protected] DONE}
- SullysMod-V0.7FIX.jar Sully's Mod {[email protected] DONE}
- ftb-ultimine-1.0.8.5.jar FTB Ultimine {[email protected] DONE}
- RingOfEnderchest-1.15.2-1.1.34.jar Ring of Enderchest {[email protected] DONE}
- mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] DONE}
- furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] DONE}
- nametagtweaks_1.15-1.0.jar Name Tag Tweaks {[email protected] DONE}
- curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] DONE}
- globalxp-1.15.2-v1.4.11.jar Global XP {[email protected] DONE}
- productivebees-1.15.2-0.1.13.jar Productive Bees {[email protected] DONE}
- SakuraRosea-1.4-MC1.15.2.jar Sakura Rosea {[email protected] DONE}
- BoundTotems-1.15.2-1.3.0.jar Bound Totems {[email protected] DONE}
- the_bumblezone-1.15.2-1.3.6.jar The Bumblezone {[email protected] DONE}
- InventoryEssentials_1.15.2-1.0.0.jar Inventory Essentials {[email protected] DONE}
- RingOfReturn-1.15.2-1.0.15.jar Ring of Return {[email protected] DONE}
- bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {[email protected] DONE}
- bettertridentreturn-1.15.2-1.0.1.jar Better Trident Return {[email protected] DONE}
- toms_storage-1.1.2.jar Tom's Simple Storage Mod {[email protected] DONE}
- incubation-1.0.4-1.15.2.jar Incubation {[email protected] DONE}
- FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 DONE}
- BetterMineshaftsForge-1.15.2-1.0.2.jar YUNG's Better Mineshafts {[email protected] DONE}
- DarkPaintings-1.15.2-1.0.6.jar DarkPaintings {[email protected] DONE}
- Deathchest+1.15+1.3.jar Death Chest {[email protected] DONE}
- SaveMyStronghold-1.15.2-1.0.1.jar Save My Stronghold! {[email protected] DONE}
- Kiwi-1.15.2-2.7.2.jar Kiwi {[email protected] DONE}
- inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] DONE}
- Craft_and_Hunt_V1.1.0_MC_1.15.2.jar Craft and Hunt {[email protected] DONE}
- torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {[email protected] DONE}
- mobgrinder-1.4.jar Mob Grinder {[email protected] DONE}
- jei-1.15.2-6.0.2.12.jar Just Enough Items {[email protected] DONE}
- Druidcraft-1.15-0.4.21.jar Druidcraft {[email protected] DONE}
- Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] DONE}
- Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {[email protected] DONE}
- caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] DONE}
- Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {[email protected] DONE}
- SneakyMagic-v2.0-1.15.2.jar Sneaky Magic {[email protected] DONE}
- Bloomful-1.15.2-1.4.1.jar Bloomful {bloomful@NONE DONE}
- RingsOfAscension-1.15.2-1.5.2.jar Rings of Ascension {[email protected] DONE}
- create-mc1.15.2_v0.2.4d.jar Create {[email protected]_v0.2.4d DONE}
- Waystones_1.15.2-6.0.2.jar Waystones {[email protected] DONE}
- PassableFoliage-1.15.2-1.1.0.jar Passable Foliage {[email protected] DONE}
- Clumps-5.0.2.jar Clumps {[email protected] DONE}
- RingOfRepair-1.15.2-1.1.33.jar Ring of Repair {[email protected] DONE}
- mgui-1.15.2-2.1.1.jar mgui {[email protected] DONE}
- comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {[email protected] DONE}
- NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE}
- decorative_blocks-6d.jar Decorative Blocks {[email protected] DONE}
- BotanyPots-1.15.2-2.0.27.jar BotanyPots {[email protected] DONE}
- taffyjump-1.15.2-0.1.jar TaffyJump {[email protected] DONE}
- branders-wellfedmod-1.15.2-1.3.1.jar Well Fed - quality food! {[email protected] DONE}
- MagicDoorknob-1.15.2-0.0.6.315.jar Magic Doorknob {[email protected] DONE}
- FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {[email protected] DONE}
- RingOfTeleport-1.15.2-1.1.32.jar Ring of Teleport {[email protected] DONE}
- EnhancedVanilla_Snapshot_20w27a-Forge-1.15.2.31.2.0.jar Enhanced Vanilla {enhancedvanilla@Snapshot 20w27a DONE}
- mapperbase-1.15.2-1.1.1.0.jar Mapper Base {[email protected] DONE}
- embellishcraft-1.15.2-2.2.1.0.jar EmbellishCraft {[email protected] DONE}
- starciliummod-1.15.2-+0.1.6.jar Starcilium Mod {[email protected] DONE}
- voyage-1.15.2-1.0.2.jar Voyage {[email protected] DONE}
- JEITweaker-1.0.1.jar JEI Tweaker {[email protected] DONE}
- CraftTweaker-1.15.2-6.0.0.31.jar CraftTweaker {[email protected] DONE}
- bloodfruit-1.4.jar Blood Fruit {[email protected] DONE}
- Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE DONE}
- strongfarmland-1.15.2-1.1.0.jar Stronger Farmland Mod {[email protected] DONE}
- forge-1.15.2-31.2.30-universal.jar Forge {[email protected] DONE}
- goprone-1.15.x-1.3.0.jar GoProne {[email protected] DONE}
- VendingMachine-1.15.1-1.0.0.0.jar Vending Machine {[email protected] DONE}
- customnausea-FORGE-1.15.2-3.0.jar Custom Nausea {[email protected] DONE}
- dash-1.15.2-1.0.1.jar Dash {[email protected] DONE}
- weakerspwbs_1.15-1.4.jar Weaker Spiderwebs {[email protected] DONE}
- tellme-forge-1.15.2-0.8.1.jar TellMe {[email protected] DONE}
- CraftingTweaks_1.15.2-11.0.1.jar Crafting Tweaks {[email protected] DONE}
- forge-1.15.2-31.2.30-server.jar Minecraft {[email protected] DONE}
- The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] DONE}
- logprot-1.15.1-1.2.jar Logprot {[email protected] DONE}
- openbackup-1.15.2-0.0.0.3.jar OpenBackup {[email protected] DONE}
- theoneprobe-1.15-2.0.4.jar The One Probe {[email protected] DONE}
- swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] DONE}
- titanium-1.15.2-2.4.2.jar Titanium {[email protected] DONE}
- SilentLib-1.15.2-4.6.5+58.jar Silent Lib {[email protected]+58 DONE}
- concreteconversion-1.15.2-4.1.0.0.jar Concrete Conversion {[email protected] DONE}
- harvestsprites-1.15.2-1.1.0.jar Harvest Sprites {[email protected] DONE}
- ceramicbucket-1.2.2-1.14.4_1.15.X.jar Ceramic Bucket {[email protected]_1.15.X DONE}
- movingelevators-1.2.17-mc1.15.jar Moving Elevators {[email protected] DONE}
- towers_of_the_wild-1.15.2-1.2.0.jar Towers Of the Wild {[email protected] DONE}
- storage_overhaul-1.15.2-1.0.5.jar Storage Overhaul {[email protected] DONE}
- ceramicshears-1.3.0-1.15.2+.jar Ceramic Shears {[email protected]+ DONE}
- Atmospheric-1.15.2-1.4.1.jar Atmospheric {[email protected] DONE}
- jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {[email protected] DONE}
- pamhc2foodcore-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE}
- FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] DONE}
- autumnity-1.3.3-1.15.2.jar Autumnity {[email protected] DONE}
- polymorph-FORGE-1.15.2-0.4.jar Polymorph {[email protected] DONE}
- AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE}
- Quark-r2.1-245.jar Quark {[email protected] DONE}
- Charm-1.15.2-1.5.9.jar Charm {[email protected] DONE}
- Enhanced-Mushrooms-1.15.2-v1.2.2.jar Enhanced Mushrooms {enhanced_mushrooms@$1.1.0 DONE}
- Strange-1.15.2-1.0.0-beta.5.hotfix1.jar Strange {[email protected] DONE}
- WorldOfWonder-1.15.2-1.0.6.jar World of Wonder {[email protected] DONE}
- WorldPreGenerator-1.15.2-1.0.1.jar World Pre Generator {[email protected] DONE}
- performant-1.15-2.11m.jar Performant {[email protected] DONE}
- DoubleSlabs-1.15-2.7.7.jar Double Slabs {[email protected] DONE}
- themidnight-0.5.9.jar The Midnight {[email protected] DONE}
- Regrowth-1.15.2-1.0.0.1.jar Regrowth Mod {[email protected] DONE}
- MoreCrashInfo-1.0.4.jar MoreCrashInfo {[email protected] DONE}
- getoutofmyboat-1.15.2-1.0.0.jar Get Out Of My Boat {[email protected] DONE}
- mobcatcher-2.2.jar Mob Catcher {[email protected] DONE}
- engineersdecor-1.15.2-1.1.0.jar Engineer's Decor {[email protected] DONE}
- moredragoneggs-1.0.jar More Dragon Eggs {[email protected] DONE}
- byg-1.0.7.jar Oh The Biomes You'll Go {[email protected] DONE}
- Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {[email protected] DONE}
- extremeSoundMuffler-1.2.2_forge-1.15.2.jar Extreme Sound Muffler {[email protected]_forge-1.15.2 DONE}
- CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] DONE}
- EnderMail-1.15.2-1.1.1.jar Ender Mail {[email protected] DONE}
- Kiwi Modules:
- chineseworkshop:blocks
- chineseworkshop:debug_stick
- chineseworkshop:decorations
- chineseworkshop:materials
- chineseworkshop:retexture
- kiwi:contributors
- kiwi:data
- snowrealmagic:snowrealmagic
- Player Count: 1 / 30; [ServerPlayerEntity['Katubug'/282, l='world', x=-310.37, y=76.00, z=345.84]]
- 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)
- Is Modded: Definitely; Server brand changed to 'forge'
- Type: Dedicated Server (map_server.txt)
Add Comment
Please, Sign In to add comment