貌似是挺多mod核心出了问题啊,是不是这些mod版本号不对呢?
在客户端这些mod和核心是可以兼容并且运行的,如果我更新了服务端的mod和核心的话用不用把客户端的一并更新?
还是说这些mod根本不支持1.12.2的服务器了呢?
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
weaponlib (mw-1.11.6_mc1.12.2.jar)
ForgelinPlugin (Forgelin-1.7.4.jar)
OpenEyePlugin (OpenEye-1.12.2-0.8.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.31.jar)
HammerCoreCore (HammerCore-1.12.2-1.9.9.17.jar)
SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar)
JechCore (JustEnoughCharacters-1.12.0-2.3.1.jar)
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.3.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
BetterFontsCore (TTFR-1.12.1-1.9.1.jar)
Contact their authors BEFORE contacting forge
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 18-7-2 上午8:39
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraftforge/client/event/GuiScreenEvent$DrawScreenEvent$Post
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethods(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:388)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:584)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Post
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 36 more
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/client/event/GuiScreenEvent$DrawScreenEvent
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 38 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 42 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethods(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:388)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:584)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
-- Sponge PhaseTracker --
Details:
Phase Stack: [Empty stack]
Stacktrace:
at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjf000(MinecraftServer.java:3997)
at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2551779688 bytes (2433 MB) / 3883925504 bytes (3704 MB) up to 3883925504 bytes (3704 MB)
JVM Flags: 2 total; -Xms4096M -Xmx4096M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2705 106 mods loaded, 106 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:----- |:--------------------------------- |:--------------------------- |:----------------------------------------------- |:---------------------------------------- |
| UC | minecraft | 1.12.2 | minecraft.jar | None |
| UC | mcp | 9.42 | minecraft.jar | None |
| UC | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2705-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | forge | 14.23.4.2705 | forge-1.12.2-14.23.4.2705-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | jecharacters | 1.12.0-2.3.1 | JustEnoughCharacters-1.12.0-2.3.1.jar | None |
| UC | micdoodlecore | | minecraft.jar | None |
| UC | OpenEye | 0.8 | OpenEye-1.12.2-0.8.jar | None |
| UC | betterfonts | 1.9.1 | minecraft.jar | None |
| UC | spongeapi | 7.1.0-SNAPSHOT-d453c3e | spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar | None |
| UC | sponge | 1.12.2-2705-7.1.0-BETA-3206 | spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar | 6729a677746f8cf63ef31881f913ed15d431b7f0 |
| UC | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
| UC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| UC | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
| UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UC | ic2 | 2.8.84-ex112 | industrialcraft-2-2.8.84-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| UC | jei | 4.10.0.198 | jei_1.12.2-4.10.0.198.jar | None |
| UC | forestry | 5.8.0.291 | forestry_1.12.2-5.8.0.291.jar | None |
| UC | binniecore | 2.5.0.167 | binnie-mods-1.12.2-2.5.0.167.jar | None |
| UC | binniedesign | 2.5.0.167 | binnie-mods-1.12.2-2.5.0.167.jar | None |
| UC | genetics | 2.5.0.167 | binnie-mods-1.12.2-2.5.0.167.jar | None |
| UC | botany | 2.5.0.167 | binnie-mods-1.12.2-2.5.0.167.jar | None |
| UC | extrabees | 2.5.0.167 | binnie-mods-1.12.2-2.5.0.167.jar | None |
| UC | extratrees | 2.5.0.167 | binnie-mods-1.12.2-2.5.0.167.jar | None |
| UC | buildcraftlib | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | buildcraftcore | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | buildcraftbuilders | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | buildcraftenergy | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | buildcraftfactory | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | buildcraftrobotics | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | buildcrafttransport | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | buildcraftsilicon | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | codechickenlib | 3.2.0.345 | CodeChickenLib-1.12.2-3.2.0.345-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | cofhcore | 4.5.2 | CoFHCore-1.12.2-4.5.2.19-universal.jar | None |
| UC | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | commandblockingmanager | 0.1.0 | CommandBlockingManager-0.1.0.jar | None |
| UC | dummycore | 2.4.112.3. | DummyCoreUnofficial-2.4.112.3.jar | None |
| UC | economylite | 2.14.2 | EconomyLite-7.1.0-2.14.2.jar | None |
| UC | endercore | 1.12.2-0.5.31 | EnderCore-1.12.2-0.5.31.jar | None |
| UC | thaumcraft | 6.1.BETA16 | Thaumcraft-1.12.2-6.1.BETA16.jar | None |
| UC | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | thermalexpansion | 5.5.0 | ThermalExpansion-1.12.2-5.5.0.29-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | enderio | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UC | enderiointegrationtic | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UC | enderiobase | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UC | enderioconduits | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UC | enderioconduitsappliedenergistics | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UC | enderioconduitsopencomputers | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UC | enderioconduitsrefinedstorage | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UC | enderiointegrationforestry | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UC | enderiointegrationticlate | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UC | enderiomachines | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UC | enderiopowertools | 5.0.26 | EnderIO-1.12.2-5.0.26.jar | None |
| UC | extracells | 2.5.13 | ExtraCells-1.12.2-2.5.13a60.jar | None |
| UC | galacticraftcore | 4.0.1.181 | GalacticraftCore-1.12.2-4.0.1.181.jar | None |
| UC | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-1.12.2-4.0.1.181.jar | None |
| UC | mjrlegendslib | 1.12.2-1.1.4 | MJRLegendsLib-1.12.2-1.1.4.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
| UC | extraplanets | 1.12.2-0.4.0 | ExtraPlanets-1.12.2-0.4.0.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
| UC | griefprevention | 4.3.0 | griefprevention-1.12.2-4.3.0.633.jar | None |
| UC | flexiblelogin | 0.16.8 | flexiblelogin-0.16.8.jar | None |
| UC | foamfix | 0.9.9.1-1.12.2 | foamfix-0.9.9.1-1.12.2-law.jar | None |
| UC | forgelin | 1.7.4 | Forgelin-1.7.4.jar | None |
| UC | forgemultipartcbe | 2.4.2.60 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | microblockcbe | 2.4.2.60 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar | None |
| UC | minecraftmultipartcbe | 2.4.2.60 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar | None |
| UC | nucleus | 1.4.3-S7.0 | Nucleus-1.4.3-S7.0-MC1.12.2-plugin.jar | None |
| UC | placeholderapi | 4.4 | PlaceholderAPI-4.4.jar | None |
| UC | nucleus-gluon | 1.0.4 | Gluon-1.0.4.jar | None |
| UC | hammercore | 1.9.9.17 | HammerCore-1.12.2-1.9.9.17.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UC | inspector | 0.6.7-UnofficialThread | Inspector-0.6.7-UnofficialThread-1.12.2.jar | None |
| UC | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UC | irontanks | 2.1.0-beta.4 | irontanks-2.1.0-beta.4.jar | None |
| UC | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
| UC | latch | 0.4.7 | latch-0.4.7-s7.0.0.jar | None |
| UC | luckperms | 4.1.7 | LuckPerms-Sponge-4.1.7.jar | None |
| UC | mekanism | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar | None |
| UC | mekanismgenerators | 9.4.11 | MekanismGenerators-1.12.2-9.4.13.349.jar | None |
| UC | mekanismtools | 9.4.11 | MekanismTools-1.12.2-9.4.13.349.jar | None |
| UC | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None |
| UC | mw | 1.11.6 | mw-1.11.6_mc1.12.2.jar | None |
| UC | nei | 2.4.1 | NotEnoughItems-1.12.2-2.4.1.233-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | projecte | 1.12-PE1.3.0 | ProjectE-1.12-PE1.3.0.jar | None |
| UC | p455w0rdslib | 2.0.29 | p455w0rdslib-1.12-2.0.29.jar | None |
| UC | pixelautomessages | 1.0.3 | PixelAutoMessages-1.0.3-b15.jar | None |
| U | planarartifice | 0.10 | planarartifice-0.10.jar | None |
| U | pressure | 1.3.1.9 | pressure-1.3.1.9-mc1.12.2.jar | None |
| U | pjc | 0.2.1 | projectcore-7.1.0-0.2.1.jar | None |
| U | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None |
| U | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.1.92-compat.jar | None |
| U | projectred-integration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
| U | projectred-transmission | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
| U | projectred-fabrication | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-fabrication.jar | None |
| U | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None |
| U | projectred-expansion | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
| U | projectred-relocation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
| U | projectred-transportation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
| U | projectred-exploration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-world.jar | None |
| U | serverlistplus | 3.4.7 | ServerListPlus-3.4.7-Universal.jar | None |
| U | stackban | 0.3.0 | stackban-7.0.0-0.3.0.jar | None |
| U | thaumadditions | 2r | ThaumicAdditions-1.12.2-2r.jar | None |
| U | thaumicbases | 3.0.120.30b | thaumicbases-3.0.120.30b.jar | None |
| U | thaumicequivalence | 1.12.2-1.0.2 | ThaumicEquivalence-1.12.2-1.0.2.jar | None |
| U | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
| U | thaumictinkerer | 1.12.2-5.0-2569199 | thaumictinkerer-1.12.2-5.0-2569199.jar | None |
| U | waterpower | @MODVERSION@ | WaterPower-1.12-0.5.7.jar | None |
| U | wct | 3.9.67 | WirelessCraftingTerminal-1.12.2-3.9.67.jar | None |
Loaded coremods (and transformers):
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
weaponlib (mw-1.11.6_mc1.12.2.jar)
com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
ForgelinPlugin (Forgelin-1.7.4.jar)
OpenEyePlugin (OpenEye-1.12.2-0.8.jar)
openeye.asm.MultiTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.31.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
HammerCoreCore (HammerCore-1.12.2-1.9.9.17.jar)
com.pengu.hammercore.asm.HammerCoreTransformer
SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
JechCore (JustEnoughCharacters-1.12.0-2.3.1.jar)
me.towdium.jecharacters.core.JechClassTransformer
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.3.jar)
DummyCore.ASM.DCASMManager
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
BetterFontsCore (TTFR-1.12.1-1.9.1.jar)
cubex2.ttfr.BFClassTransformer
AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
OreDictionary Info: Registered 137 names; 170 stacks.
Pastebin Connection: Okay.
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
Type: Dedicated Server (map_server.txt)
|