Fexcraft Common Library (short-name 'FCL')
FCL is a library mod containing various utils used across my Mods.
Some Features:
- AutoRegistry - annotation based, register things with just one line of code, like:
- Blocks (with or without variants)
- TileEntities (together with the block)
- Items (with or without variants)
- Entities (untested)
- TileEntity Special Renderers
- Recipes (deprecated)
- Models
- FCLItemModelLoader - custom model loader to customly render item models
- FCLBlockModelLoader - custom model loader for (static) blocks using TMT Models
- TMT - official distribution of the Fexcraft TMT Branch
- including latest Cylinder, Voxel and other polygon types
and ofcourse the default rectangles and boxes too!
- GUI lib/wrapper
- Update Checker for Mods
- Notifications - be notified about important events or valuable information
You're free to use this library as dependency for your mod/s too!
Discord: https://discord.gg/AkMAzaA
In reply to titoo8899:
Please don't update FCL yet if you're using FVTM.
FVTM will not work with it, but all other mods which I updated today will.
Update on next FVTM version.
In reply to FEX___96:
Hi,
okay then wait I for the Update of the Mod.
Hi,
then came new Updates to all the Mods from you. I love your mods and hope you make in the next months a new update.
Turns out the error was thrown from FRSM, removing that one mod allowed the newest .45 version to work
tried all versions of this down to x.x.31 and no go. same error as posted below. This is sad since it keeps me from using any of the mods in 1.12.2. Can't even make a pull request for the source since its archived. Bummer
In reply to ROMVoid_Gaming:
Gotta update the link, it has an own repository now, the old is archived and was for older MC versions.
help????
so my game crashes as well it says this:
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Fexcraft Common Library (fcl)
In reply to gaelcool123:
I would need another part of the log.
In reply to Ferdinand:
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: LucraftCoreCoreMod (LucraftCore-1.12.2-2.3.2.jar)Contact their authors BEFORE contacting forge
// Don't do that.
Time: 12/15/18 10:44 AMDescription: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Fexcraft Common Library (fcl)Caused by: java.lang.NoSuchMethodError: net.fexcraft.lib.tmt.ModelRendererTurbo.addBox(FFFFFFF)V at net.fexcraft.mod.frsm.models.ModelRoadSign4.<init>(ModelRoadSign4.java:39) at net.fexcraft.mod.frsm.models.ModelRoadSign4$Renderer.<init>(ModelRoadSign4.java:105) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:422) at java.lang.Class.newInstance(Class.java:442) at net.fexcraft.lib.mc.registry.FCLRegistry.registerTESRs(FCLRegistry.java:344) at net.fexcraft.lib.mc.registry.FCLRegistry.prepare(FCLRegistry.java:62) at net.fexcraft.lib.mc.FCL.preInit(FCL.java:54) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624) at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) 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(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) 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:135) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 531291872 bytes (506 MB) / 771751936 bytes (736 MB) up to 2147483648 bytes (2048 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2772 18 mods loaded, 18 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 | |:----- |:------------------- |:----------------- |:------------------------------------ |:---------------------------------------- | | UCH | minecraft | 1.12.2 | minecraft.jar | None | | UCH | mcp | 9.42 | minecraft.jar | None | | UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2772.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCH | forge | 14.23.5.2772 | forge-1.12.2-14.23.5.2772.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCEE | fcl | 1.XII.45 | Fexcraft+Common+Library-1.XII.45.jar | None | | UC | tmt | 1.1 | Fexcraft+Common+Library-1.XII.45.jar | None
In reply to gaelcool123:
In reply to Ferdinand:
The game crashes on loading screen with this error message:
The game crashed whilst initializing game
Error: java.lang.NoClassDefFoundError: net/fexcraft/lib/mc/registry/FCLRegistry$AutoRegisterer
Crash log:
---- Minecraft Crash Report ----
WARNING: coremods are present:
SoundUnpack (OpenSecurity-MC1.12.2-1.0-12.jar)
weaponlib (mw-1.11.6_mc1.12.2.jar)
ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.3.146.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
Contact their authors BEFORE contacting forge
// On the bright side, I bought you a teddy bear!
Time: 11/21/18 5:12 PM
Description: Initializing game
java.lang.NoClassDefFoundError: net/fexcraft/lib/mc/registry/FCLRegistry$AutoRegisterer
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.getDeclaredMethods(Class.java:1975)
at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.fexcraft.lib.mc.registry.FCLRegistry$AutoRegisterer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 41 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 43 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.getDeclaredMethods(Class.java:1975)
at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4597679616 bytes (4384 MB) / 5368709120 bytes (5120 MB) up to 5368709120 bytes (5120 MB)
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -Xms5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2775 31 mods loaded, 31 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.5.2775.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | forge | 14.23.5.2775 | forge-1.12.2-14.23.5.2775.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | openmodscore | 0.12.1 | minecraft.jar | None |
| UC | obfuscate | 0.2.6 | minecraft.jar | None |
| UC | opencomputers|core | 1.7.3.146 | minecraft.jar | None |
| UC | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
| UC | cdm | 0.4.1 | cdm-0.4.1-mc1.12.2.jar | None |
| UC | cfm | 5.16.0 | cfm-5.16.0-mc1.12.2.jar | None |
| UC | coffeespawner | 1.0.2 | Coffee-Spawner-Mod-1.12.2.jar | None |
| UC | cookingforblockheads | 6.4.65 | CookingForBlockheads_1.12.2-6.4.65.jar | None |
| UC | fcl | XII.43 | Fexcraft+Common+Library-XII.43.jar | None |
| UC | fmr | 1.0 | Fexcraft+Common+Library-XII.43.jar | None |
| UC | flansmod | 5.5.2 | Flan's Mod-1.12.2-5.5.2.jar | None |
| UC | flansmodapocalypse | 1.0 | Flan's Mod-1.12.2-5.5.2.jar | None |
| U | frsm | 4.2.0 | FRSM-4.2.0.jar | None |
| U | fvtm | 2.8.33 | FVTM-2.8.33-1.12.x.jar | None |
| U | landlust | 1.12.2-0.3.6 | landlust-1.12.2-0.3.6.jar | None |
| U | miniheads | 1.0.7 | miniheads-1.0.7a-1.12.jar | None |
| U | mw | 1.11.6 | mw-1.11.6_mc1.12.2.jar | None |
| U | openmods | 0.12.1 | OpenModsLib-1.12.2-0.12.1.jar | None |
| U | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | None |
| U | opencomputers | 1.7.3.146 | OpenComputers-MC1.12.2-1.7.3.146.jar | None |
| U | opensecurity | 1.0-12 | OpenSecurity-MC1.12.2-1.0-12.jar | None |
| U | pizzacraft | 1.3.0 | PizzaCraft-1.12.2-1.3.0.jar | None |
| U | placeableitems | 3.3 | placeableitems-3.3.jar | None |
| U | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | None |
| U | stairway | v08 | Stairway_1.12_v08.jar | None |
| U | vehicle | 0.31.0 | vehicle-0.31.0-mc1.12.2.jar | None |
| U | wearablebackpacks | 3.1.3 | WearableBackpacks-1.12.2-3.1.3.jar | None |
Loaded coremods (and transformers):
SoundUnpack (OpenSecurity-MC1.12.2-1.0-12.jar)
weaponlib (mw-1.11.6_mc1.12.2.jar)
com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.3.146.jar)
li.cil.oc.common.asm.ClassTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
openmods.core.OpenModsClassTransformer
GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 22.20.16.4836' Renderer: 'Intel(R) HD Graphics 630'
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
Launched Version: 1.12.2-forge1.12.2-14.23.5.2775
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 630 GL version 4.5.0 - Build 22.20.16.4836, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: Smoking Pack.zip (incompatible)
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
In reply to Forge_User_29961435:
My can crashed saying that there is a problem with fexcraft common library
In reply to emmettmccaw:
Okay it function. :D The Heavy Cargo Pack it is a addon who I must have Flans Mod or normal in the Mods folder?
In reply to titoo889910725:
The 43 version of your mod work what you say with older mods not. Please fix this with the next version please and the FVTM can you with this FCL mod updaten and fixen. Only the GEP Mod update function and can I start.
In reply to titoo889910725: