Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Moss

Members
  • Joined

  • Last visited

Everything posted by Moss

  1. When I would join the server this would happen and dissconnect me. io.netty.handler.codec.EncoderException: String too big (was 216014 bytes encoded, max 32767) Full log : https://paste.dimdev.org/kapafiliju.mccrash Forge version log: https://paste.ee/p/35reP
  2. https://paste.ee/p/9e63A server log https://paste.ee/p/35reP client log(I think)
  3. Sorry I think I sent the wrong log. here is the correct one very sorry. 2019-07-21-6.log
  4. version: 1.12.2
  5. I have finally got my server running however when I would try to log in i am disconnected and I get this error code [22:36:59] [Netty Server IO #4/ERROR] [FML]: NetworkDispatcher exception io.netty.handler.codec.EncoderException: String too big (was 216014 bytes encoded, max 32767) I assume that there are too many mods but I would like confirmation before I start messing around with my mods again.
  6. Whenever I try to create a server for version 1.12.2 I get this crash report. ---- Minecraft Crash Report ---- WARNING: coremods are present: FarseekCoreMod (Farseek-1.12-2.3.1.jar) RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar) BCModPlugin (backpacks 1.12.2 - 3.5.2.jar) BedPatch (bedpatch-2.2-1.12.2.jar) LoadingPlugin (HardcoreBuoy-1.12-1.0.4.jar) OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar) LoadingPlugin (Quark-r1.5-129.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) FMLPlugin (elulib-0.1.12.jar) BlurPlugin (Blur-1.0.4-14.jar) CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) LoadingPlugin (BetterWithLib-1.3.jar) SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) ColytraLoadingPlugin (colytra-1.12.2-1.1.0.jar) IvToolkit (IvToolkit-1.3.3-1.12.jar) DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.16.jar) BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar) Contact their authors BEFORE contacting forge // Why did you do that? Time: 7/21/19 7:00 PM Description: Exception in server tick loop net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Base Metals (basemetals) Caused by: java.lang.NoClassDefFoundError: com/mcmoddev/lib/material/MMDMaterial at com.mcmoddev.lib.init.Materials.<clinit>(Materials.java:39) at com.mcmoddev.basemetals.proxy.CommonProxy.preInit(CommonProxy.java:85) at com.mcmoddev.basemetals.BaseMetals.preInit(BaseMetals.java:90) 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 net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) at sun.reflect.GeneratedMethodAccessor11.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:219) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) 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.distributeStateMessage(LoadController.java:136) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627) at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) 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: com.mcmoddev.lib.material.MMDMaterial at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 38 more Caused by: java.lang.OutOfMemoryError: Java heap space at java.util.HashMap.newNode(Unknown Source) at java.util.HashMap.putVal(Unknown Source) at java.util.HashMap.putMapEntries(Unknown Source) at java.util.HashMap.<init>(Unknown Source) at java.util.jar.Attributes.<init>(Unknown Source) at java.util.jar.Attributes.clone(Unknown Source) at sun.net.www.protocol.jar.URLJarFile.getManifest(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:147) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at com.mcmoddev.lib.init.Materials.<clinit>(Materials.java:39) at com.mcmoddev.basemetals.proxy.CommonProxy.preInit(CommonProxy.java:85) at com.mcmoddev.basemetals.BaseMetals.preInit(BaseMetals.java:90) 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 net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) at sun.reflect.GeneratedMethodAccessor11.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:219) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (x86) version 10.0 Java Version: 1.8.0_221, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Memory: 406448 bytes (0 MB) / 259522560 bytes (247 MB) up to 259522560 bytes (247 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2838 126 mods loaded, 126 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 | |:----- |:------------------------- |:------------------------ |:------------------------------------------------------------ |:---------------------------------------- | | LCH | minecraft | 1.12.2 | minecraft.jar | None | | LCH | mcp | 9.42 | minecraft.jar | None | | LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCH | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCH | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None | | LCH | openmodscore | 0.11.5 | minecraft.jar | None | | LCH | srm-hooks | 1.12.2-1.0.0 | minecraft.jar | None | | LCH | elucore | 1.0 | minecraft.jar | None | | LCH | additionalstructures | 1.5.0 | Additional Structures 1.12.2 by XxRexRaptorxX (v.1.5.0).jar | None | | LCH | antiqueatlas | 4.4.9 | antiqueatlas-1.12.2-4.4.9.jar | None | | LCH | examplemod | 1.0 | antiqueatlas-1.12.2-4.4.9.jar | None | | LCH | anvils | 2.0.2 | AnvilEnchantments-1.12.2-2.0.2.jar | None | | LCH | crafttweaker | 4.1.9 | CraftTweaker2-1.12-4.1.9.jar | None | | LCH | mtlib | 3.0.5 | MTLib-3.0.5.jar | None | | LCH | modtweaker | 4.0.13 | modtweaker-4.0.13.jar | None | | LCH | jei | 4.12.1.217 | jei_1.12.2-4.12.1.217.jar | None | | LCH | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None | | LCH | betterwithmods | 1.12-2.3.13 | BetterWithMods-1.12-2.3.13.jar | None | | LCH | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None | | LCH | csb_armorstand | 1.0.4 | ArmorStandGUI-1.12-1.0.4.jar | None | | LCH | auginter | 1.1.0 | auginter-1.1.0-1.12.x.jar | None | | LCH | quark | r1.5-129 | Quark-r1.5-129.jar | None | | LCH | autoreglib | 1.3-20 | AutoRegLib-1.3-20.jar | None | | LCH | backpacks16840 | 3.5.2 | backpacks 1.12.2 - 3.5.2.jar | None | | LCH | badwithernocookiereloaded | 1.12.2-3.1.14 | badwithernocookiereloaded-1.12.2-3.1.14.jar | None | | LCE | basemetals | 2.5.0-beta5 | BaseMetals-1.12-2.5.0-beta5.214.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LC | baubleofundying | 1.0.1 | BaubleOfUndying-1.12-1.0.1.jar | None | | LC | bedpatch | 2.2 | bedpatch-2.2-1.12.2.jar | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 | | LC | betterwithaddons | 0.46 | Better With Addons-0.46.jar | None | | LC | betteradvancements | 0.0.5.17 | BetterAdvancements-1.12.2-0.0.5.17.jar | None | | LC | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None | | LC | betterquesting | 3.5.269 | BetterQuesting-3.5.269.jar | None | | LC | betterwithlib | ${version} | BetterWithLib-1.3.jar | None | | LC | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | | LC | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None | | LC | bookshelf | 2.3.559 | Bookshelf-1.12.2-2.3.559.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LC | gamestages | 2.0.98 | GameStages-1.12.2-2.0.98.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LC | carryon | 1.10 | Carry On MC1.12.2 v1.10.jar | None | | LC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | LC | chiselsandbits | 14.24 | chiselsandbits-14.24.jar | None | | LC | clumps | 3.1.1 | Clumps-3.1.1.jar | None | | LC | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LC | colytra | 1.1.0 | colytra-1.12.2-1.1.0.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f | | LC | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None | | LC | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.9.jar | None | | LC | death_compass | 0.0.3 | DeathCompass-0.0.3.jar | None | | LC | deathquotes | 1.2.0 | DeathQuotes-1.2.0-mc1.12-forge.jar | None | | LC | diethopper | 1.1 | diethopper-1.1.jar | None | | LC | dungeontactics | DT-0.15.4 | DungeonTactics-1.12.2-0.15.4.jar | None | | LC | dsurround | 3.4.9.16 | DynamicSurroundings-1.12.2-3.4.9.16.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a | | LC | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LC | equaldragons | 1.1 | EqualDragons-1.1.jar | None | | LC | fairylights | 2.1.4 | fairylights-2.1.4-1.12.2.jar | None | | LC | familiarfauna | 1.0.10 | FamiliarFauna-1.12.2-1.0.10.jar | None | | LC | farseek | 2.3.1 | Farseek-1.12-2.3.1.jar | None | | LC | fastleafdecay | v14 | FastLeafDecay-v14.jar | None | | LC | fastbench | 1.5.3 | FastWorkbench-1.12.2-1.5.3.jar | None | | LC | 1_13_features | 0.0.5 | features-0.0.5.jar | None | | LC | findme | 1.0.2 | findme-1.12.2-1.0.2-6.jar | None | | LC | flowergirls | 1.12.2-1.1.0 | flowergirls-1.12.2-1.1.0.jar | None | | LC | foamfix | 0.9.9.1-1.12.2 | foamfix-0.9.9.1-1.12.2-law.jar | None | | LC | foamflower | 1.12.2-1.0.0.0-beta1 | foamflower-1.12.2-1.0.0.0-beta1.jar | None | | LC | ftblib | 5.3.0.53 | FTBLib-5.3.0.53.jar | None | | LC | ftbutilities | 5.3.0.51 | FTBUtilities-5.3.0.51.jar | None | | LC | limelib | 1.7.12 | limelib-1.12.2-1.7.12.jar | None | | LC | furnus | 2.1.7 | furnus-1.12.2-2.1.7.jar | None | | LC | hardcorebuoy | ${version} | HardcoreBuoy-1.12-1.0.4.jar | None | | LC | harvest | 1.12-1.2.6-18 | Harvest-1.12-1.2.6-18.jar | None | | LC | hopperducts | 1.5 | hopperducts-mc1.12-1.5.jar | None | | LC | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None | | LC | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | LC | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None | | LC | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None | | LC | lex | 1.0.8 | LibEx-1.12.2-1.0.8.jar | None | | LC | lttweaker | 1.1.14 | LootTableTweaker-1.12.2-1.1.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LC | loottweaker | 0.0.7 | LootTweaker-1.12.2-0.0.7.jar | None | | LC | minicoal | 1.0 | minicoal-1.12.2-1.0.jar | None | | LC | guilib | $version | morepaintings-paintings-1.12.2-5.0.0.2.jar | None | | LC | paintingselgui | $version | morepaintings-paintings-1.12.2-5.0.0.2.jar | None | | LC | morepaintings | $version | morepaintings-paintings-1.12.2-5.0.0.2.jar | None | | LC | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None | | LC | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None | | LC | hellbound | 1.0 | netherbound-1.2.jar | None | | LC | netherbound | 1.2 | netherbound-1.2.jar | None | | LC | nex | 2.0.8 | NetherEx-1.12.2-2.0.8.jar | None | | LC | nethermetals | 1.2.0-beta3 | NetherMetals-1.12-1.2.0-beta3.52.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LC | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None | | LC | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | | LC | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | | LC | oreexcavation | 1.4.129 | OreExcavation-1.4.129.jar | None | | LC | orespawn | 3.3.0 | OreSpawn-1.12-3.3.0.136.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LC | placebo | 1.4.1 | Placebo-1.12.2-1.4.1.jar | None | | LC | plants2 | 2.10.3 | Plants-1.12.2-2.10.3.jar | None | | LC | questbook | 3.1.1-1.12 | questbook-3.1.1-1.12.jar | None | | LC | realdrops | 1.2.12 | RealisticItemDrops-1.2.12.jar | None | | LC | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None | | LC | rockycore | 0.4.0 | rockycore-1.12.2-0.4.0.jar | None | | LC | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None | | LC | roughmobs | 2.0.0 | roughmobs2-1.12.2_2.0.9.jar | None | | LC | rustic | 1.0.9 | rustic-1.0.9.jar | None | | LC | secretroomsmod | 5.6.4 | secretroomsmod-1.12.2-5.6.4.jar | None | | LC | sis | 0.3 | SimpleInventoryStarter-0.3-1.12.2.jar | None | | LC | storagenetwork | 1.4.0 | SimpleStorageNetwork-1.12.2-1.4.0.jar | None | | LC | slimyboyos | 1.0.0 | SlimyBoyos-1.0.0.jar | None | | LC | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None | | LC | soulshardstow | 1.12-2.7.6-56 | SoulShards-TOW-1.12-2.7.6-56.jar | None | | LC | sparkshammers | @VERSION@ | sparkshammers-1.12.2-1.9.2.jar | None | | LC | spartanshields | 1.4.1 | SpartanShields-1.12.2-1.4.1.jar | None | | LC | bq_standard | 3.4.145 | StandardExpansion-3.4.145.jar | None | | LC | stepup | 1.0.2-mc1.10-1.12.2 | StepUp-1.0.2-mc1.10-1.12.jar | None | | LC | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None | | LC | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None | | LC | streams | 0.4.4 | Streams-1.12-0.4.4.jar | None | | LC | theoneprobe | 1.4.24 | theoneprobe-1.12-1.4.24.jar | None | | LC | supersoundmuffler | 1.0.2.9 | supersoundmuffler-1.12.1-1.0.2.9.jar | None | | LC | topaddons | 1.12.2-1.9.0 | topaddons-1.12.2-1.9.0.jar | None | | LC | uppers | 0.0.6 | Uppers-0.0.6.jar | None | | LC | vending | 1.12.2-3.0.1.2 | vending-1.12.2-3.0.1.2.jar | None | | LC | vc | 5.9.13 | ViesCraft-1.12.2-5.9.13.jar | None | | LC | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None | | LC | waystones | 4.0.63 | Waystones_1.12.2-4.0.63.jar | None | | LC | wolfarmor | 2.2.3.6 | wolfarmor-1.12.2-2.2.3.1798-universal.jar | None | | LC | elulib | 0.1.12 | elulib-0.1.12.jar | None | | LC | justthetips | 1.12-1.0.1.1 | justthetips-1.12-1.0.1.1.jar | None | | LC | unidict | 1.12.2-2.7b | UniDict-1.12.2-2.7b.jar | None | Loaded coremods (and transformers): FarseekCoreMod (Farseek-1.12-2.3.1.jar) farseek.core.FarseekClassTransformer RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar) pw.prok.realbench.asm.RBTransformer BCModPlugin (backpacks 1.12.2 - 3.5.2.jar) brad16840.core.ClassTransformer BedPatch (bedpatch-2.2-1.12.2.jar) com.mordenkainen.bedpatch.BedPatchASM LoadingPlugin (HardcoreBuoy-1.12-1.0.4.jar) betterwithmods.core.ClassTransformer OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar) openmods.core.OpenModsClassTransformer LoadingPlugin (Quark-r1.5-129.jar) vazkii.quark.base.asm.ClassTransformer Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformer FMLPlugin (elulib-0.1.12.jar) elucent.elulib.asm.ASMTransformer BlurPlugin (Blur-1.0.4-14.jar) com.tterrag.blur.BlurTransformer CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) team.chisel.ctm.client.asm.CTMTransformer LoadingPlugin (BetterWithLib-1.3.jar) betterwithmods.bwl.core.ClassTransformer SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar) com.wynprice.secretroomsmod.core.SecretRoomsTransformer LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer ColytraLoadingPlugin (colytra-1.12.2-1.1.0.jar) c4.colytra.asm.ElytraTransformer IvToolkit (IvToolkit-1.3.3-1.12.jar) DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.16.jar) org.blockartistry.DynSurround.asm.Transformer BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar) mods.betterfoliage.loader.BetterFoliageTransformer OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED] Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt)
  7. It crashes when I would try to load it through the launcher.
  8. Ok thank you!
  9. Im trying to create a modded minecraft server with the Blood and Bones modpack downloaded from Curse forge but whenever I would put the modpack in the mods section the game runs like its just vanilla. I have been following this guide and even did the port forwarding part but on the server its still vanilla.

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.