Jump to content

Recommended Posts

Posted

---- Minecraft Crash Report ----
// Don't do that.

Time: 10/18/22, 4:58 PM
Description: Rendering overlay

net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file Mekanism/client.toml of type CLIENT for modid mekanism
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:computing_frames,re:mixin}
    at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
    at net.minecraftforge.fml.core.ModStateProvider.lambda$new$1(ModStateProvider.java:33) ~[forge-1.18.2-40.1.79-universal.jar%23267!/:?] {re:classloading}
    at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:111) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
    at net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:33) ~[forge-1.18.2-40.1.79-universal.jar%23267!/:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$20(ModLoader.java:186) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
    at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin}
    at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:186) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
    at net.minecraftforge.fml.ModLoader.lambda$loadMods$14(ModLoader.java:170) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:computing_frames,re:mixin}
    at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:170) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$startModLoading$5(ClientModLoader.java:121) ~[forge-1.18.2-40.1.79-universal.jar%23267!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:112) ~[forge-1.18.2-40.1.79-universal.jar%23267!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.startModLoading(ClientModLoader.java:121) ~[forge-1.18.2-40.1.79-universal.jar%23267!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$onResourceReload$2(ClientModLoader.java:103) ~[forge-1.18.2-40.1.79-universal.jar%23267!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:112) ~[forge-1.18.2-40.1.79-universal.jar%23267!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
Caused by: com.electronwill.nightconfig.core.io.ParsingException: Invalid bare key: ~
    at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:175) ~[toml-3.6.4.jar%238!/:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.4.jar%238!/:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%238!/:?] {}
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:88) ~[toml-3.6.4.jar%238!/:?] {}
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%238!/:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%237!/:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%237!/:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%237!/:?] {}
    at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%237!/:?] {}
    at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%237!/:?] {}
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
    ... 26 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:computing_frames,re:mixin}
    at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
    at net.minecraftforge.fml.core.ModStateProvider.lambda$new$1(ModStateProvider.java:33) ~[forge-1.18.2-40.1.79-universal.jar%23267!/:?] {re:classloading}
    at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:111) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
    at net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:33) ~[forge-1.18.2-40.1.79-universal.jar%23267!/:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$20(ModLoader.java:186) ~[fmlcore-1.18.2-40.1.79.jar%23263!/:?] {}
-- Overlay render details --
Details:
    Overlay name: net.minecraft.client.gui.screens.LoadingOverlay
Stacktrace:
    at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:882) ~[client-1.18.2-20220404.173914-srg.jar%23262!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1046) ~[client-1.18.2-20220404.173914-srg.jar%23262!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:tklib.mixin.json:client.MinecraftMixin,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:665) ~[client-1.18.2-20220404.173914-srg.jar%23262!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:tklib.mixin.json:client.MinecraftMixin,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23262!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
    at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.1.79.jar%2317!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}


-- Last reload --
Details:
    Reload number: 1
    Reload reason: initial
    Finished: No
    Packs: Default, Mod Resources, resources, KubeJS Resource Pack [assets]

-- System Details --
Details:
    Minecraft Version: 1.18.2
    Minecraft Version ID: 1.18.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 17.0.1, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 2779055288 bytes (2650 MiB) / 4915724288 bytes (4688 MiB) up to 6392119296 bytes (6096 MiB)
    CPUs: 6
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz
    Identifier: Intel64 Family 6 Model 158 Stepping 10
    Microarchitecture: Coffee Lake
    Frequency (GHz): 2.90
    Number of physical packages: 1
    Number of physical CPUs: 6
    Number of logical CPUs: 6
    Graphics card #0 name: NVIDIA GeForce GTX 1660
    Graphics card #0 vendor: NVIDIA (0x10de)
    Graphics card #0 VRAM (MB): 4095.00
    Graphics card #0 deviceId: 0x2184
    Graphics card #0 versionInfo: DriverVersion=30.0.15.1252
    Memory slot #0 capacity (MB): 8192.00
    Memory slot #0 clockSpeed (GHz): 2.67
    Memory slot #0 type: DDR4
    Virtual memory max (MB): 25504.96
    Virtual memory used (MB): 17883.07
    Swap memory total (MB): 17408.00
    Swap memory used (MB): 1931.17
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6096m -Xms256m
    Launched Version: forge-40.1.79
    Backend library: LWJGL version 3.2.2 SNAPSHOT
    Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 4.6.0 NVIDIA 512.52, NVIDIA Corporation
    Window size: 1024x768
    GL Caps: Using framebuffer using OpenGL 3.2
    GL debug messages: 
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Graphics mode: fancy
    Resource Packs: vanilla, mod_resources, packmenu (incompatible)
    Current Language: English (US)
    CPU: 6x Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz
    ModLauncher: 9.1.3+9.1.3+main.9b69c82a
    ModLauncher launch target: forgeclient
    ModLauncher naming: srg
    ModLauncher services: 
         mixin PLUGINSERVICE 
         eventbus PLUGINSERVICE 
         slf4jfixer PLUGINSERVICE 
         object_holder_definalize PLUGINSERVICE 
         runtime_enum_extender PLUGINSERVICE 
         capability_token_subclass PLUGINSERVICE 
         accesstransformer PLUGINSERVICE 
         runtimedistcleaner PLUGINSERVICE 
         mixin TRANSFORMATIONSERVICE 
         fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        minecraft@1.0
        javafml@null
        lowcodefml@null
        kotori_scala@2.13.8-build-4
        kotlinforforge@3.7.1
    Mod List: 
        ftb-essentials-1802.1.7-build.42.jar              |FTB Essentials                |ftbessentials                 |1802.1.7-build.42   |COMMON_SET|Manifest: NOSIGNATURE
        supermartijn642configlib-1.1.6-forge-mc1.18.jar   |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.6               |COMMON_SET|Manifest: NOSIGNATURE
        simplemagnets-1.1.8-forge-mc1.18.jar              |Simple Magnets                |simplemagnets                 |1.1.8               |COMMON_SET|Manifest: NOSIGNATURE
        IntegratedTerminals-1.18.2-1.3.1.jar              |IntegratedTerminals           |integratedterminals           |1.3.1               |COMMON_SET|Manifest: NOSIGNATURE
        modnametooltip-1.18.1-1.18.0.jar                  |Mod Name Tooltip              |modnametooltip                |1.18.0              |COMMON_SET|Manifest: NOSIGNATURE
        IronJetpacks-1.18.2-5.1.4.jar                     |Iron Jetpacks                 |ironjetpacks                  |5.1.4               |COMMON_SET|Manifest: NOSIGNATURE
        laserio-1.4.3.jar                                 |LaserIO                       |laserio                       |1.4.3               |COMMON_SET|Manifest: NOSIGNATURE
        CTM-1.18.2-1.1.5+5.jar                            |ConnectedTexturesMod          |ctm                           |1.18.2-1.1.5+5      |COMMON_SET|Manifest: NOSIGNATURE
        ReAuth-1.18-Forge-4.0.4.jar                       |ReAuth                        |reauth                        |4.0.4               |COMMON_SET|Manifest: 3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e
        Powah-3.0.4-beta.jar                              |Powah                         |powah                         |3.0.4-beta          |COMMON_SET|Manifest: NOSIGNATURE
        WitherSkeletonTweaks-1.18.2-7.1.2.jar             |Wither Skeleton Tweaks        |wstweaks                      |7.1.2               |COMMON_SET|Manifest: NOSIGNATURE
        Shrink-1.18.2-1.3.3.jar                           |Shrink                        |shrink                        |1.3.3               |COMMON_SET|Manifest: NOSIGNATURE
        DarkUtilities-Forge-1.18.2-10.0.5.jar             |DarkUtilities                 |darkutils                     |10.0.5              |COMMON_SET|Manifest: NOSIGNATURE
        Apotheosis-1.18.2-5.6.1.jar                       |Apotheosis                    |apotheosis                    |5.6.1               |COMMON_SET|Manifest: NOSIGNATURE
        balm-3.2.0+0.jar                                  |Balm                          |balm                          |3.2.0+0             |COMMON_SET|Manifest: NOSIGNATURE
        WaterStrainer-1.18.2-13.0.0.jar                   |Water Strainer                |waterstrainer                 |1.18.2-13.0.0       |COMMON_SET|Manifest: NOSIGNATURE
        JustEnoughResources-1.18.2-0.14.1.171.jar         |Just Enough Resources         |jeresources                   |0.14.1.171          |COMMON_SET|Manifest: NOSIGNATURE
        DeLogger-4.0.0-build.4+mc1.18.2.jar               |DeLogger                      |delogger                      |4.0.0-build.4+mc1.18|COMMON_SET|Manifest: NOSIGNATURE
        cloth-config-6.4.90-forge.jar                     |Cloth Config v4 API           |cloth_config                  |6.4.90              |COMMON_SET|Manifest: NOSIGNATURE
        emojiful-1.18.2-3.0.1.jar                         |Emojiful                      |emojiful                      |1.18.2-3.0.1        |COMMON_SET|Manifest: NOSIGNATURE
        TKLib-0.0.23+1.18.2.jar                           |TKLib                         |tklib                         |0.0.23              |COMMON_SET|Manifest: NOSIGNATURE
        novillagerdm-1.18.1-3.0.0.jar                     |No Villager Death Messages    |novillagerdm                  |3.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        PackMenu-1.18.2-4.1.3.jar                         |PackMenu                      |packmenu                      |4.1.3               |COMMON_SET|Manifest: NOSIGNATURE
        alltheores-1.9.9m-1.18.2-40.1.0.jar               |AllTheOres                    |alltheores                    |1.9.9m-1.18.2-40.1.0|COMMON_SET|Manifest: NOSIGNATURE
        industrial-foregoing-1.18.2-3.3.1.4-8.jar         |Industrial Foregoing          |industrialforegoing           |3.3.1.4             |COMMON_SET|Manifest: NOSIGNATURE
        torchmaster-18.1.0.jar                            |Torchmaster                   |torchmaster                   |18.1.0              |COMMON_SET|Manifest: NOSIGNATURE
        TipTheScales-forge-1.18.2-5.0.6.jar               |TipTheScales                  |tipthescales                  |5.0.6               |COMMON_SET|Manifest: NOSIGNATURE
        ironfurnaces-1.18.2-3.3.1.jar                     |Iron Furnaces                 |ironfurnaces                  |3.3.1               |COMMON_SET|Manifest: NOSIGNATURE
        supermartijn642corelib-1.0.19-forge-mc1.18.jar    |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.0.19              |COMMON_SET|Manifest: NOSIGNATURE
        Botania-1.18.2-435.jar                            |Botania                       |botania                       |1.18.2-435          |COMMON_SET|Manifest: NOSIGNATURE
        spark-1.9.11-forge.jar                            |spark                         |spark                         |1.9.11              |COMMON_SET|Manifest: NOSIGNATURE
        corail_woodcutter-1.18.2-2.3.7.jar                |Corail Woodcutter             |corail_woodcutter             |2.3.7               |COMMON_SET|Manifest: NOSIGNATURE
        advgenerators-1.1.0.6-mc1.18.2.jar                |Advanced Generators           |advgenerators                 |1.1.0.6             |COMMON_SET|Manifest: NOSIGNATURE
        tombstone-7.5.2-1.18.2.jar                        |Corail Tombstone              |tombstone                     |7.5.2               |COMMON_SET|Manifest: NOSIGNATURE
        constructionwand-1.18.2-2.7.jar                   |Construction Wand             |constructionwand              |1.18.2-2.7          |COMMON_SET|Manifest: NOSIGNATURE
        cfm-7.0.0-pre29-1.18.2.jar                        |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre29         |COMMON_SET|Manifest: NOSIGNATURE
        Chargers-1.18.2-4.2.1.14.jar                      |Chargers                      |chargers                      |4.2.1.14            |COMMON_SET|Manifest: 15:a4:a3:0e:d2:f8:64:0c:a4:97:30:5f:48:ba:5f:69:f9:23:42:14:a8:5a:60:3a:b1:b1:29:1a:0a:37:3c:79
        curios-forge-1.18.2-5.0.7.1.jar                   |Curios API                    |curios                        |1.18.2-5.0.7.1      |COMMON_SET|Manifest: NOSIGNATURE
        CobbleForDays-1.5.1.jar                           |Cobble For Days               |cobblefordays                 |1.5.1               |COMMON_SET|Manifest: NOSIGNATURE
        FastLeafDecay-28.jar                              |FastLeafDecay                 |fastleafdecay                 |28                  |COMMON_SET|Manifest: NOSIGNATURE
        CodeChickenLib-1.18.2-4.1.1.462-universal.jar     |CodeChicken Lib               |codechickenlib                |4.1.1.462           |COMMON_SET|Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
        geckolib-forge-1.18-3.0.39.jar                    |GeckoLib                      |geckolib3                     |3.0.39              |COMMON_SET|Manifest: NOSIGNATURE
        jei-1.18.2-9.7.2.264.jar                          |Just Enough Items             |jei                           |9.7.2.264           |COMMON_SET|Manifest: NOSIGNATURE
        ProjectE-1.18.2-PE1.0.1.jar                       |ProjectE                      |projecte                      |1.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        AttributeFix-Forge-1.18.2-14.0.2.jar              |AttributeFix                  |attributefix                  |14.0.2              |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        Mekanism-1.18.2-10.2.5.465.jar                    |Mekanism                      |mekanism                      |10.2.5              |COMMON_SET|Manifest: NOSIGNATURE
        bdlib-1.19.3.7-mc1.18.2.jar                       |BdLib                         |bdlib                         |1.19.3.7            |COMMON_SET|Manifest: NOSIGNATURE
        AllTheCompressed-1.0.8-1.18.2-40.1.30.jar         |AllTheCompressed              |allthecompressed              |1.0.8-1.18.2-40.1.30|COMMON_SET|Manifest: NOSIGNATURE
        shutupexperimentalsettings-1.0.5.jar              |Shutup Experimental Settings! |shutupexperimentalsettings    |1.0.5               |COMMON_SET|Manifest: NOSIGNATURE
        NaturesCompass-1.18.2-1.9.7-forge.jar             |Nature's Compass              |naturescompass                |1.18.2-1.9.7-forge  |COMMON_SET|Manifest: NOSIGNATURE
        LibX-1.18.2-3.2.19.jar                            |LibX                          |libx                          |1.18.2-3.2.19       |COMMON_SET|Manifest: NOSIGNATURE
        compactmachines-4.5.0.jar                         |Compact Machines 4            |compactmachines               |4.5.0               |COMMON_SET|Manifest: NOSIGNATURE
        phosphophyllite-1.18.2-0.6.0-beta.1.5.jar         |Phosphophyllite               |phosphophyllite               |0.6.0-beta.1.5      |COMMON_SET|Manifest: NOSIGNATURE
        farmingforblockheads-forge-1.18.2-10.0.2.jar      |Farming for Blockheads        |farmingforblockheads          |10.0.2              |COMMON_SET|Manifest: NOSIGNATURE
        pneumaticcraft-repressurized-1.18.2-3.4.3-8.jar   |PneumaticCraft: Repressurized |pneumaticcraft                |1.18.2-3.4.3-8      |COMMON_SET|Manifest: NOSIGNATURE
        MythicBotany-1.18.2-2.1.13.jar                    |MythicBotany                  |mythicbotany                  |1.18.2-2.1.13       |COMMON_SET|Manifest: NOSIGNATURE
        IntegratedCrafting-1.18.2-1.0.25.jar              |IntegratedCrafting            |integratedcrafting            |1.0.25              |COMMON_SET|Manifest: NOSIGNATURE
        alchemistry-1.18.2-2.0.9.jar                      |Alchemistry                   |alchemistry                   |1.18.2-2.0.9        |COMMON_SET|Manifest: NOSIGNATURE
        client-1.18.2-20220404.173914-srg.jar             |Minecraft                     |minecraft                     |1.18.2              |COMMON_SET|Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
        theoneprobe-1.18-5.1.2.jar                        |The One Probe                 |theoneprobe                   |1.18-5.1.2          |COMMON_SET|Manifest: NOSIGNATURE
        appliedenergistics2-11.1.7.jar                    |Applied Energistics 2         |ae2                           |11.1.7              |COMMON_SET|Manifest: NOSIGNATURE
        AEInfinityBooster-1.18.2-1.1.0+9.jar              |AEInfinityBooster             |aeinfinitybooster             |1.18.2-1.1.0+9      |COMMON_SET|Manifest: NOSIGNATURE
        MouseTweaks-forge-mc1.18-2.21.jar                 |Mouse Tweaks                  |mousetweaks                   |2.21                |COMMON_SET|Manifest: NOSIGNATURE
        ImmersiveEngineering-1.18.2-8.2.2-154.jar         |Immersive Engineering         |immersiveengineering          |1.18.2-8.2.2-154    |COMMON_SET|Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
        allthemodium-1.9.5-1.18.2-40.1.51.jar             |Allthemodium                  |allthemodium                  |1.9.5-1.18.2-40.1.51|COMMON_SET|Manifest: NOSIGNATURE
        SkyblockBuilder-1.18.2-3.3.25.jar                 |Skyblock Builder              |skyblockbuilder               |1.18.2-3.3.25       |COMMON_SET|Manifest: NOSIGNATURE
        ExNihiloMekanism-1.18.2-20220608-005057.jar       |Ex Nihilo: Sequentia - Mekanis|exnihilomekanism              |1.18.2-20220608-0050|COMMON_SET|Manifest: NOSIGNATURE
        jeiintegration_1.18.2-9.0.0.37.jar                |JEI Integration               |jeiintegration                |9.0.0.37            |COMMON_SET|Manifest: NOSIGNATURE
        pipez-1.18.2-1.1.5.jar                            |Pipez                         |pipez                         |1.18.2-1.1.5        |COMMON_SET|Manifest: NOSIGNATURE
        flywheel-forge-1.18.2-0.6.5.jar                   |Flywheel                      |flywheel                      |0.6.5               |COMMON_SET|Manifest: NOSIGNATURE
        Mantle-1.18.2-1.9.27.jar                          |Mantle                        |mantle                        |1.9.27              |COMMON_SET|Manifest: NOSIGNATURE
        IntegratedDynamics-1.18.2-1.11.12.jar             |IntegratedDynamics            |integrateddynamics            |1.11.12             |COMMON_SET|Manifest: NOSIGNATURE
        Croptopia-1.18.2-FORGE-2.1.0.jar                  |Croptopia                     |croptopia                     |2.1.0               |COMMON_SET|Manifest: NOSIGNATURE
        AutoRegLib-1.7-53.jar                             |AutoRegLib                    |autoreglib                    |1.7-53              |COMMON_SET|Manifest: NOSIGNATURE
        norecipeadvancements-1.18.2-2.0.1.jar             |No Recipe Advancements        |norecipeadvancements          |2.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        structures_compass-1.18.2-1.4.1.jar               |Structures Compass            |structures_compass            |1.18.2-1.4.1        |COMMON_SET|Manifest: NOSIGNATURE
        showcaseitem-1.18.2-1.0.jar                       |Showcase Item                 |showcaseitem                  |1.18.2-1.0          |COMMON_SET|Manifest: NOSIGNATURE
        occultism-1.18.2-1.41.2.jar                       |Occultism                     |occultism                     |1.18.2-1.41.2       |COMMON_SET|Manifest: NOSIGNATURE
        allthetweaks-1.9.9.1-1.18.2-40.1.60.jar           |All The Tweaks                |allthetweaks                  |1.9.9.1-1.18.2-40.1.|COMMON_SET|Manifest: NOSIGNATURE
        extremesoundmuffler-3.29_forge-1.18.2.jar         |Extreme Sound Muffler         |extremesoundmuffler           |3.28_forge-1.18.1   |COMMON_SET|Manifest: NOSIGNATURE
        CosmeticArmorReworked-1.18.2-v2.jar               |CosmeticArmorReworked         |cosmeticarmorreworked         |1.18.2-v2           |COMMON_SET|Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
        defaultoptions-forge-1.18.2-14.1.1.jar            |Default Options               |defaultoptions                |14.1.1              |COMMON_SET|Manifest: NOSIGNATURE
        SlabMachines-1.18.2-1.1.2.jar                     |Slab Machines                 |slabmachines                  |1.1.2               |COMMON_SET|Manifest: NOSIGNATURE
        CyclopsCore-1.18.2-1.16.0.jar                     |Cyclops Core                  |cyclopscore                   |1.16.0              |COMMON_SET|Manifest: NOSIGNATURE
        SuperCircuitMaker2-0.2.9+1.18.2.jar               |Super Circuit Maker           |supercircuitmaker             |0.2.9               |COMMON_SET|Manifest: NOSIGNATURE
        connectivity-1.18.2-3.2.jar                       |Connectivity Mod              |connectivity                  |1.18.2-3.2          |COMMON_SET|Manifest: NOSIGNATURE
        sophisticatedcore-1.18.2-0.5.9.115.jar            |Sophisticated Core            |sophisticatedcore             |1.18.2-0.5.9.115    |COMMON_SET|Manifest: NOSIGNATURE
        kleeslabs-forge-1.18.2-11.1.1.jar                 |KleeSlabs                     |kleeslabs                     |11.1.1              |COMMON_SET|Manifest: NOSIGNATURE
        InsaneLib-1.5.1-mc1.18.2.jar                      |InsaneLib                     |insanelib                     |1.5.1               |COMMON_SET|Manifest: NOSIGNATURE
        glassential-forge-1.18.2-1.2.3.jar                |Glassential                   |glassential                   |1.18.2-1.2.3        |COMMON_SET|Manifest: NOSIGNATURE
        cookingforblockheads-forge-1.18.2-12.0.2.jar      |CookingForBlockheads          |cookingforblockheads          |12.0.2              |COMMON_SET|Manifest: NOSIGNATURE
        Controlling-forge-1.18.2-9.0+22.jar               |Controlling                   |controlling                   |9.0+22              |COMMON_SET|Manifest: NOSIGNATURE
        Placebo-1.18.2-6.6.4.jar                          |Placebo                       |placebo                       |6.6.4               |COMMON_SET|Manifest: NOSIGNATURE
        potionsmaster-0.5.8-1.18.2-40.1.0.jar             |Potions Master                |potionsmaster                 |0.5.8-1.18.2-40.1.0 |COMMON_SET|Manifest: NOSIGNATURE
        Bookshelf-Forge-1.18.2-13.2.50.jar                |Bookshelf                     |bookshelf                     |13.2.50             |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        sophisticatedbackpacks-1.18.2-3.18.24.704.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |1.18.2-3.18.24.704  |COMMON_SET|Manifest: NOSIGNATURE
        squatgrow-1.2.5-build.19+mc1.18.2.jar             |Squat Grow                    |squatgrow                     |1.2.5-build.19+mc1.1|COMMON_SET|Manifest: NOSIGNATURE
        buildinggadgets-3.13.0-build.5+mc1.18.2.jar       |Building Gadgets              |buildinggadgets               |3.13.0-build.5+mc1.1|COMMON_SET|Manifest: NOSIGNATURE
        FramedBlocks-5.7.0.jar                            |FramedBlocks                  |framedblocks                  |5.7.0               |COMMON_SET|Manifest: NOSIGNATURE
        forge-1.18.2-40.1.79-universal.jar                |Forge                         |forge                         |40.1.79             |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
        right_click_get_crops-1.18.2-1.2.2.6.jar          |Right Click, Get Crops        |right_click_get_crops         |1.2.2.6             |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
        cofh_core-1.18.2-1.6.4.21.jar                     |CoFH Core                     |cofh_core                     |1.6.4.21            |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
        thermal_foundation-1.18.2-1.6.3.28.jar            |Thermal Series                |thermal                       |1.6.3.28            |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
        thermal_innovation-1.18.2-1.6.3.12.jar            |Thermal Innovation            |thermal_innovation            |1.6.3.12            |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
        thermal_cultivation-1.18.2-1.6.3.11.jar           |Thermal Cultivation           |thermal_cultivation           |1.6.3.11            |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
        appleskin-forge-mc1.18.2-2.4.1.jar                |AppleSkin                     |appleskin                     |2.4.1+mc1.18.2      |COMMON_SET|Manifest: NOSIGNATURE
        MekanismGenerators-1.18.2-10.2.5.465.jar          |Mekanism: Generators          |mekanismgenerators            |10.2.5              |COMMON_SET|Manifest: NOSIGNATURE
        carryon-1.18.2-1.17.0.8.jar                       |Carry On                      |carryon                       |1.17.0.8            |COMMON_SET|Manifest: NOSIGNATURE
        absentbydesign-1.18.2-1.6.2.jar                   |Absent By Design Mod          |absentbydesign                |1.18.2-1.6.2        |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
        twilightforest-1.18.2-4.1.1423-universal.jar      |The Twilight Forest           |twilightforest                |4.1.1423            |COMMON_SET|Manifest: NOSIGNATURE
        mob_grinding_utils-1.18.2-0.4.44.jar              |Mob Grinding Utils            |mob_grinding_utils            |1.18.2-0.4.44       |COMMON_SET|Manifest: NOSIGNATURE
        chipped-1.18.2-1.2.1-forge.jar                    |Chipped                       |chipped                       |1.18.2-1.2.1-forge  |COMMON_SET|Manifest: NOSIGNATURE
        exmachinis-1.18.2-1.0.2.jar                       |Ex Machinis                   |exmachinis                    |1.0.2               |COMMON_SET|Manifest: NOSIGNATURE
        mcw-bridges-2.0.3-mc1.18.2.jar                    |Macaw's Bridges               |mcwbridges                    |2.0.3               |COMMON_SET|Manifest: NOSIGNATURE
        FarmersDelight-1.18.2-1.2.0.jar                   |Farmer's Delight              |farmersdelight                |1.18.2-1.2.0        |COMMON_SET|Manifest: NOSIGNATURE
        HostileNeuralNetworks-1.18.2-3.2.1.jar            |Hostile Neural Networks       |hostilenetworks               |3.2.1               |COMMON_SET|Manifest: NOSIGNATURE
        CommonCapabilities-1.18.2-2.8.2.jar               |CommonCapabilities            |commoncapabilities            |2.8.2               |COMMON_SET|Manifest: NOSIGNATURE
        crashutilities-4.1.jar                            |Crash Utilities               |crashutilities                |4.1                 |COMMON_SET|Manifest: NOSIGNATURE
        Patchouli-1.18.2-71.1.jar                         |Patchouli                     |patchouli                     |1.18.2-71.1         |COMMON_SET|Manifest: NOSIGNATURE
        ars_nouveau-1.18.2-2.7.8.jar                      |Ars Nouveau                   |ars_nouveau                   |2.7.8               |COMMON_SET|Manifest: NOSIGNATURE
        ironchests-2.0.3-forge.jar                        |Iron Chests: Restocked        |ironchests                    |2.0.3               |COMMON_SET|Manifest: NOSIGNATURE
        thermal_expansion-1.18.2-1.6.3.13.jar             |Thermal Expansion             |thermal_expansion             |1.6.3.13            |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
        IntegratedTunnels-1.18.2-1.8.15.jar               |IntegratedTunnels             |integratedtunnels             |1.8.15              |COMMON_SET|Manifest: NOSIGNATURE
        MysticalCustomization-1.18.2-3.1.2.jar            |Mystical Customization        |mysticalcustomization         |3.1.2               |COMMON_SET|Manifest: NOSIGNATURE
        libnonymous-2.1.0.jar                             |libnonymous                   |libnonymous                   |2.1.0               |COMMON_SET|Manifest: NOSIGNATURE
        elevatorid-1.18.2-1.8.4.jar                       |Elevator Mod                  |elevatorid                    |1.18.2-1.8.4        |COMMON_SET|Manifest: NOSIGNATURE
        ftb-ultimine-forge-1802.3.3-build.67.jar          |FTB Ultimine                  |ftbultimine                   |1802.3.3-build.67   |COMMON_SET|Manifest: NOSIGNATURE
        Runelic-Forge-1.18.2-11.0.1.jar                   |Runelic                       |runelic                       |11.0.1              |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        spirit-forge-1.18.2-2.1.8.jar                     |Spirit                        |spirit                        |2.1.8               |COMMON_SET|Manifest: NOSIGNATURE
        MekanismTools-1.18.2-10.2.5.465.jar               |Mekanism: Tools               |mekanismtools                 |10.2.5              |COMMON_SET|Manifest: NOSIGNATURE
        architectury-4.9.84-forge.jar                     |Architectury                  |architectury                  |4.9.84              |COMMON_SET|Manifest: NOSIGNATURE
        ftb-library-forge-1802.3.6-build.140.jar          |FTB Library                   |ftblibrary                    |1802.3.6-build.140  |COMMON_SET|Manifest: NOSIGNATURE
        ftb-industrial-contraptions-1802.1.6-build.214.jar|FTB Industrial Contraptions   |ftbic                         |1802.1.6-build.214  |COMMON_SET|Manifest: NOSIGNATURE
        myrtrees-forge-1.1.0-build.29.jar                 |Myrtrees                      |myrtrees                      |1.1.0-build.29      |COMMON_SET|Manifest: NOSIGNATURE
        findme-3.0.6-forge.jar                            |FindMe                        |findme                        |3.0.6               |COMMON_SET|Manifest: NOSIGNATURE
        ftb-teams-forge-1802.2.6-build.69.jar             |FTB Teams                     |ftbteams                      |1802.2.6-build.69   |COMMON_SET|Manifest: NOSIGNATURE
        cc-tweaked-1.18.2-1.100.9.jar                     |CC: Tweaked                   |computercraft                 |1.100.9             |COMMON_SET|Manifest: NOSIGNATURE
        energymeter-1.18.2-3.2.0.jar                      |Energy Meter                  |energymeter                   |3.2.0               |COMMON_SET|Manifest: NOSIGNATURE
        productivebees-1.18.2-0.9.1.5.jar                 |Productive Bees               |productivebees                |1.18.2-0.9.1.5      |COMMON_SET|Manifest: NOSIGNATURE
        light-overlay-6.0.5-forge.jar                     |Light Overlay                 |lightoverlay                  |6.0.5               |COMMON_SET|Manifest: NOSIGNATURE
        trashcans-1.0.15-forge-mc1.18.jar                 |Trash Cans                    |trashcans                     |1.0.15              |COMMON_SET|Manifest: NOSIGNATURE
        bwncr-3.13.21.jar                                 |Bad Wither No Cookie Reloaded |bwncr                         |3.13.21             |COMMON_SET|Manifest: NOSIGNATURE
        observable-2.2.3-forge.jar                        |Observable                    |observable                    |2.2.3               |COMMON_SET|Manifest: NOSIGNATURE
        BetterAdvancements-1.18.2-0.2.1.132.jar           |Better Advancements           |betteradvancements            |0.2.1.132           |COMMON_SET|Manifest: NOSIGNATURE
        inventorysorter-1.18-19.0.0.jar                   |Simple Inventory Sorter       |inventorysorter               |19.0.0              |COMMON_SET|Manifest: NOSIGNATURE
        rhino-forge-1802.2.0-build.232.jar                |Rhino                         |rhino                         |1802.2.0-build.232  |COMMON_SET|Manifest: NOSIGNATURE
        biggerreactors-1.18.2-0.6.0-beta.1.3.jar          |Bigger Reactors               |biggerreactors                |0.6.0-beta.1.3      |COMMON_SET|Manifest: NOSIGNATURE
        Cucumber-1.18.2-5.1.2.jar                         |Cucumber Library              |cucumber                      |5.1.2               |COMMON_SET|Manifest: NOSIGNATURE
        Snad-1.18.2-1.22.04.15a.jar                       |Snad                          |snad                          |1.18.2-1.22.04.15a  |COMMON_SET|Manifest: NOSIGNATURE
        item-filters-forge-1802.2.8-build.40.jar          |Item Filters                  |itemfilters                   |1802.2.8-build.40   |COMMON_SET|Manifest: NOSIGNATURE
        ExNaturae-1.18.2-2.0.0.jar                        |Ex Naturae                    |exnaturae                     |1.18.2-2.0.0        |COMMON_SET|Manifest: NOSIGNATURE
        create-1.18.2-0.5.0.d.jar                         |Create                        |create                        |0.5.0.d             |COMMON_SET|Manifest: NOSIGNATURE
        Clumps-forge-1.18.2-8.0.0+15.jar                  |Clumps                        |clumps                        |8.0.0+15            |COMMON_SET|Manifest: NOSIGNATURE
        configured-1.5.4-1.18.2.jar                       |Configured                    |configured                    |1.5.4               |COMMON_SET|Manifest: NOSIGNATURE
        MyServerIsCompatible-1.18-1.0.jar                 |MyServerIsCompatible          |myserveriscompatible          |1.0                 |COMMON_SET|Manifest: NOSIGNATURE
        charginggadgets-1.7.0.jar                         |Charging Gadgets              |charginggadgets               |1.7.0               |COMMON_SET|Manifest: NOSIGNATURE
        mcjtylib-1.18-6.0.17.jar                          |McJtyLib                      |mcjtylib                      |1.18-6.0.17         |COMMON_SET|Manifest: NOSIGNATURE
        rftoolsbase-1.18-3.0.11.jar                       |RFToolsBase                   |rftoolsbase                   |1.18-3.0.11         |COMMON_SET|Manifest: NOSIGNATURE
        xnet-1.18-4.0.6.jar                               |XNet                          |xnet                          |1.18-4.0.6          |COMMON_SET|Manifest: NOSIGNATURE
        notenoughwands-1.18-4.0.0.jar                     |Not Enough Wands              |notenoughwands                |1.18-4.0.0          |COMMON_SET|Manifest: NOSIGNATURE
        rftoolspower-1.18-4.0.6.jar                       |RFToolsPower                  |rftoolspower                  |1.18-4.0.6          |COMMON_SET|Manifest: NOSIGNATURE
        rftoolsbuilder-1.18-4.0.15.jar                    |RFToolsBuilder                |rftoolsbuilder                |1.18-4.0.15         |COMMON_SET|Manifest: NOSIGNATURE
        XNetGases-1.18.2-3.0.1.jar                        |XNet Gases                    |xnetgases                     |3.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        rftoolsstorage-1.18-3.0.10.jar                    |RFToolsStorage                |rftoolsstorage                |1.18-3.0.10         |COMMON_SET|Manifest: NOSIGNATURE
        ExNihiloThermal-1.18.2-20220608-014416.jar        |Ex Nihilo: Sequentia - Thermal|exnihilothermal               |1.18.2-20220608-0144|COMMON_SET|Manifest: NOSIGNATURE
        ExNihiloSequentia-1.18.2-20220818-010806.jar      |Ex Nihilo: Sequentia          |exnihilosequentia             |1.18.2-20220818-0108|COMMON_SET|Manifest: NOSIGNATURE
        ExNihiloAE-1.18.2-20220607-014628.jar             |Ex Nihilo: Sequentia - AE2 Add|exnihiloae                    |1.18.2-20220607-0146|COMMON_SET|Manifest: NOSIGNATURE
        ToastControl-1.18.2-6.0.3.jar                     |Toast Control                 |toastcontrol                  |6.0.3               |COMMON_SET|Manifest: NOSIGNATURE
        EnderStorage-1.18.2-2.9.0.182-universal.jar       |EnderStorage                  |enderstorage                  |2.9.0.182           |COMMON_SET|Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
        AkashicTome-1.5-20.jar                            |Akashic Tome                  |akashictome                   |1.5-20              |COMMON_SET|Manifest: NOSIGNATURE
        ftb-chunks-forge-1802.3.6-build.170.jar           |FTB Chunks                    |ftbchunks                     |1802.3.6-build.170  |COMMON_SET|Manifest: NOSIGNATURE
        kubejs-forge-1802.5.5-build.546.jar               |KubeJS                        |kubejs                        |1802.5.5-build.546  |COMMON_SET|Manifest: NOSIGNATURE
        lazierae2-1.18.2-3.1.2.jar                        |Lazier AE2                    |lazierae2                     |3.1.2               |COMMON_SET|Manifest: NOSIGNATURE
        kubejs-thermal-1802.1.5-build.14.jar              |KubeJS Thermal                |kubejs_thermal                |1802.1.5-build.14   |COMMON_SET|Manifest: NOSIGNATURE
        ftb-quests-forge-1802.3.8-build.101.jar           |FTB Quests                    |ftbquests                     |1802.3.8-build.101  |COMMON_SET|Manifest: NOSIGNATURE
        kubejs-create-forge-1802.2.2-build.28.jar         |KubeJS Create                 |kubejs_create                 |1802.2.2-build.28   |COMMON_SET|Manifest: NOSIGNATURE
        kubejs-immersive-engineering-1802.2.1-build.35.jar|KubeJS Immersive Engineering  |kubejs_immersive_engineering  |1802.2.1-build.35   |COMMON_SET|Manifest: NOSIGNATURE
        kubejs-mekanism-1802.1.3-build.8.jar              |KubeJS Mekanism               |kubejs_mekanism               |1802.1.3-build.8    |COMMON_SET|Manifest: NOSIGNATURE
        ponderjs-1.18.2-1.1.8.jar                         |PonderJS                      |ponderjs                      |1.1.8               |COMMON_SET|Manifest: NOSIGNATURE
        BloodMagic-1.18.2-3.2.6-41.jar                    |Blood Magic                   |bloodmagic                    |1.18.2-3.2.6-41     |COMMON_SET|Manifest: NOSIGNATURE
        MysticalAgriculture-1.18.2-5.1.1.jar              |Mystical Agriculture          |mysticalagriculture           |5.1.1               |COMMON_SET|Manifest: NOSIGNATURE
        MysticalAgradditions-1.18.2-5.1.2.jar             |Mystical Agradditions         |mysticalagradditions          |5.1.2               |COMMON_SET|Manifest: NOSIGNATURE
        craftingtweaks-forge-1.18.2-14.0.3.jar            |CraftingTweaks                |craftingtweaks                |14.0.3              |COMMON_SET|Manifest: NOSIGNATURE
        TConstruct-1.18.2-3.5.2.40.jar                    |Tinkers' Construct            |tconstruct                    |3.5.2.40            |COMMON_SET|Manifest: NOSIGNATURE
        rftoolsutility-1.18-4.0.18.jar                    |RFToolsUtility                |rftoolsutility                |1.18-4.0.18         |COMMON_SET|Manifest: NOSIGNATURE
        EnchantmentDescriptions-Forge-1.18.2-10.0.9.jar   |EnchantmentDescriptions       |enchdesc                      |10.0.9              |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        titanium-1.18.2-3.5.6-38.jar                      |Titanium                      |titanium                      |3.5.6               |COMMON_SET|Manifest: NOSIGNATURE
        AE2-Things-1.0.3-beta.jar                         |AE2 Things                    |ae2things                     |1.0.3-beta          |COMMON_SET|Manifest: NOSIGNATURE
        archers_paradox-1.18.2-1.6.1.6.jar                |Archer's Paradox              |archers_paradox               |1.6.1.6             |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
        reliquary-1.18.2-2.0.12.1143.jar                  |Reliquary                     |reliquary                     |1.18.2-2.0.12.1143  |COMMON_SET|Manifest: NOSIGNATURE
        chemlib-1.18.2-2.0.11.jar                         |ChemLib                       |chemlib                       |1.18.2-2.0.11       |COMMON_SET|Manifest: NOSIGNATURE
        PigPen-Forge-1.18.2-8.0.1.jar                     |PigPen                        |pigpen                        |8.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        FluxNetworks-1.18.2-7.0.7.8.jar                   |Flux Networks                 |fluxnetworks                  |7.0.7.8             |COMMON_SET|Manifest: NOSIGNATURE
        Applied-Botanics-1.0.1.jar                        |Applied Botanics              |appbot                        |1.0.1               |COMMON_SET|Manifest: NOSIGNATURE
        SkyGUIs-1.18.2-1.2.2.jar                          |Sky GUIs                      |skyguis                       |1.18.2-1.2.2        |COMMON_SET|Manifest: NOSIGNATURE
        modonomicon-1.18.2-1.0.18.jar                     |Modonomicon                   |modonomicon                   |1.18.2-1.0.18       |COMMON_SET|Manifest: NOSIGNATURE
        quartz-1.18.2-0.0.0-beta.1.3.jar                  |Quartz                        |quartz                        |0.0.0-beta.1.3      |COMMON_SET|Manifest: NOSIGNATURE
        pylons-1.18.2-2.1.1.jar                           |Pylons                        |pylons                        |2.1.1               |COMMON_SET|Manifest: NOSIGNATURE
        creeperoverhaul-1.18.2-1.3.0-forge.jar            |Creeper Overhaul              |creeperoverhaul               |1.3.0               |COMMON_SET|Manifest: NOSIGNATURE
        infinitylib-2.1.4.jar                             |InfinityLib                   |infinitylib                   |1.18.2-2.1.4        |COMMON_SET|Manifest: NOSIGNATURE
        engineersdecor-1.18.2-1.1.24.jar                  |Engineer's Decor              |engineersdecor                |1.1.24              |COMMON_SET|Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
        functionalstorage-1.18.2-1.0.6.jar                |Functional Storage            |functionalstorage             |1.18.2-1.0.6        |COMMON_SET|Manifest: NOSIGNATURE
        moredragoneggs-3.1.jar                            |More Dragon Eggs              |moredragoneggs                |3.1                 |COMMON_SET|Manifest: NOSIGNATURE
        Applied-Mekanistics-1.2.2.jar                     |Applied Mekanistics           |appmek                        |1.2.2               |COMMON_SET|Manifest: NOSIGNATURE
        SolarGeneration-1.18.2-4.1.1.jar                  |Solar Generation              |solargeneration               |4.1.1               |COMMON_SET|Manifest: NOSIGNATURE
        valhelsia_core-forge-1.18.2-0.4.0.jar             |Valhelsia Core                |valhelsia_core                |1.18.2-0.4.0        |COMMON_SET|Manifest: NOSIGNATURE
        forbidden_arcanus-1.18.2-2.1.0-beta3.jar          |Forbidden & Arcanus           |forbidden_arcanus             |1.18.2-2.1.0-beta3  |COMMON_SET|Manifest: NOSIGNATURE
        flickerfix-2.0.0.jar                              |FlickerFix                    |flickerfix                    |2.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        createaddition-1.18.2-20220914a.jar               |Create Crafts & Additions     |createaddition                |1.18.2-20220914a    |COMMON_SET|Manifest: NOSIGNATURE
    Flywheel Backend: Uninitialized
    Crash Report UUID: 20082c5f-6245-4b52-b0eb-d983c5ea4fec
    FML: 40.1
    Forge: net.minecraftforge:40.1.79
    FramedBlocks BlockEntity Warning: Not applicable

Posted
  Quote

net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file Mekanism/client.toml of type CLIENT for modid mekanism

Expand  

Your Mekanism/client.toml config file is broken.

If you don't know how to fix it and don't have a backup you can delete the file and it will recreate it with default values.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Posted (edited)

Reread what I wrote. Reinstalling the mod won't fix your broken config file.

I don't know how to fix the configuration file because you haven't shown  it. So I don't know what it is wrong with it.

But the mekanism mod authors would be better people to ask anyway.

 

Reinstalling a mod will not delete your saves. But uninstalling a world gen mod can make a save unusable or remove its blocks and items from your save.

Edited by warjort

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • ddddddddddddddddd
    • Temu Coupon Code $100 Off [acu729640] First-Time User  Looking for unbeatable savings on your first Temu purchase? You’re in the right place. The Temu Coupon Code $100 Off [acu729640] is the perfect way to start shopping smart. Whether you’re buying trendy fashion, home essentials, or tech gadgets, this offer ensures you save big from day one.   Why Use the Temu Coupon Code (acu729640)? Instant $100 Discount – Slash $100 off your first order with no hidden requirements.   Extra 40% Off on Select Items – Combine your coupon with existing offers for maximum savings.   Free Gifts for New Users – Many first-time buyers receive bonus items at checkout.   $100 Coupon Bundle – Enjoy more savings on future purchases as both new and existing customers can access this deal.   How to Redeem Your $100 Off Coupon Code Visit Temu’s Official Website or App – Access the latest product catalog.   Browse and Add to Cart – Select items you want and place them in your shopping cart.   Proceed to Checkout – Click on the cart icon to review your order.   Enter Coupon Code – In the “Coupon Code” field, type acu729640.   Apply and Save – Watch your total instantly drop by $100.   Complete Your Purchase – Enter your shipping details and payment method to finalize the deal.   Exclusive August 2025 Promotions USA-Only Offer – First-time buyers in the United States get an exclusive $100 off with code acu729640.   Special New User Coupons – Additional promotional codes may be available this month for extra savings.   Pro Tips to Maximize Your Temu Savings Subscribe to the Newsletter – Receive alerts on flash sales, seasonal discounts, and exclusive codes.   Use Smart Filters – Quickly find the best deals on exactly what you’re looking for.   Check Daily Deals – Grab high-demand products at heavily discounted prices.   Read Reviews Before Buying – Learn from other customers to make confident purchase decisions.   Final Takeaway The Temu Coupon Code $100 Off [acu729640] is more than just a discount—it’s your ticket to premium shopping at budget-friendly prices. Combine it with ongoing promotions, explore the daily deals section, and enjoy free gifts as a first-time buyer. From fashion to home décor, Temu delivers exceptional value on every purchase. Start saving today — visit Temu and use your $100 off code before the offer expires.
    • Giriş E-ticaret platformlarında indirim kodları kullanmak, alışveriş deneyimini daha uygun hale getiriyor. Temu Kupon Kodu "(acr639380)" 100TL kapalı kampanyası, özellikle 2025 yılında, tüm kullanıcıları için inanılmaz bir fırsat sunuyor. Bu fırsat sayesinde, özellikle "(acr639380)" kodunu kullanarak maksimum fayda sağlayabilirsiniz. Bu kod, hem yeni hem de mevcut müşteriler için büyük bir avantaj. 2025 yılında "Temu Kupon Kodu" (acr639380) ile "Temu 100TL indirim kuponu" kazancınızı en üst seviyeye çıkarabilirsiniz. Bu yazıda, bu fırsatların detaylarını inceleyeceğiz. Temu Kupon Kodu "(acr639380)" 100TL İndirim Nedir? Hem yeni hem de mevcut müşteriler için özel olarak tasarlanan "Temu kuponu "(acr639380)" 100TL indirim", her alışverişte ciddi tasarruflar sağlama imkânı sunuyor. Şu avantajlardan faydalanabilirsiniz: "(acr639380)" kodu ile yeni kullanıcılara 100TL indirim. Mevcut müşterilere "(acr639380)" kodu ile 100TL indirim. Birden fazla kullanım için 100TL kupon paketi. Yeni müşterilere 100TL ekstra indirim. "(acr639380)" koduyla, "100TL indirim Temu kuponu" kullanarak özel promosyonlar. Temu Kupon Kodu "(acr639380)" Yeni Kullanıcılar için 100TL İndirim Yeni kullanıcılar, Temu platformunda ilk siparişlerinde büyük avantajlar elde edebilirler. "Mevcut kullanıcılar için 100TL indirim kuponu" ve diğer fırsatları da "(acr639380)" kodu ile yakalayabilirsiniz: Yeni kullanıcılara "(acr639380)" kodu ile 100TL indirim. Yeni müşterilere özel 100TL kupon paketi. Birden fazla kullanım için "(acr639380)" ile 100TL kupon avantajı. "Türkiye'ye üretsiz kargo" ile özel teslimat. İlk kez kullananlara herhangi bir alışverişte ekstra 100TL indirim. Temu 100TL İndirim Kupon Kodu "(acr639380)" Yeni Müşteriler için Nasıl Kullanılır? "Temu 100TL indirim" kuponunu kullanmak oldukça kolay ve hızlıdır. Aşağıdaki adımları takip ederek bu fırsattan hemen yararlanabilirsiniz: Temu uygulamasını veya web sitesini açın. Üye kaydı oluşturun veya mevcut hesabınıza giriş yapın. Alışveriş sepetinizi oluşturun. "(acr639380)" kodunu ödeme sayfasında girin. "Temu 100TL kupon kodu" ile anında indirim kazandınız! Temu Kupon Kodu "(acr639380)" Mevcut Kullanıcılar için 100TL İndirim "Mevcut müşteriler için Temu 100TL kupon kodu", sadık kullanıcılarımız için harika bir şekilde tasarlandı. Şu avantajlardan faydalanabilirsiniz: "(acr639380)" kodu ile mevcut Temu kullanıcılarına 100TL ekstra indirim. Birden fazla alışveriş için 100TL kupon paketi. Türkiye’nin her yerine ekspres kargo ile üretsiz hediye. "(acr639380)" kodu ile ekstra 100TL indirim. Mevcut indirimlere ek olarak %70’e varan tasarruf fırsatları. Mevcut Müşteriler için Temu Kupon Kodu "(acr639380)" 100TL İndirim Nasıl Kullanılır? "Mevcut kullanıcılar için Temu Kupon Kodu 100TL" şu adımlarla kullanılabilir: Temu hesabınıza giriş yapın. Alışverişinize özel ürünleri seçin. "(acr639380)" kodunu ödeme ekranında uygulayın. "Mevcut kullanıcılar için Temu indirim kodu" ile tasarrufun tadını çıkarın. Temu Kupon Kodu "(acr639380)" 100TL İndirim Nasıl Bulunur? Doğrulanmış ve çalışan kupon kodlarını bulmanın birkaç yolu vardır: Temu’nun resmi bültenine kaydolun ve "İlk siparişten 100TL indirimli Temu Kupon Kodu" fırsatlarını kaçırAugustın. Sosyal medya sayfalarından en son "100TL indirimli Temu kuponları" hakkında bilgi edinin. Güvenilir kupon sitelerini ziyaret ederek "(acr639380)" kodunu kolayca bulun. 100TL İndirim Kuponları Nasıl Çalışır? "Temu Kupon Kodu" (acr639380)" özellikle "İlk kez kullananlara 100TL indirim" sağlamak için tasarlanmıştır. Kod, alışveriş toplamınızdan otomatik olarak 100TL indirir ve anında tasarruf sağlar. Temu'da Yeni Müşteri Olarak 100TL İndirim Kuponu Nasıl Kazanılır? "Temu Kupon Kodu" (acr639380)" 100TL kapalı fırsatından faydalanmak için Temu’ya kaydolup, kodu ödeme ekranında kullanabilirsiniz. Bu kod, herhangi bir alışveriş için uygundur ve ekstra tasarruf sağlar. Temu 100TL İndirim Kuponlarını Kullanmanın Avantajları Nelerdir? "Temu 100TL kapalı Kupa Kodu" (acr639380)" ile şu avantajlardan yararlanabilirsiniz: İlk siparişte 100TL indirim. Birden fazla kullanım için 100TL kupon paketi. Popüler ürünlerde %70 indirim. Yeni kullanıcılara üretsiz hediye. Türkiye'ye üretsiz teslimat. Son Not Temu Kupon Kodu "(acr639380)" 100TL kapalı fırsatı, hem yeni hem de mevcut kullanıcılar için kaçırılmaz bir şans. Bu kampanya, alışveriş deneyiminizi daha uygun hale getirmek için tasarlandı. Temu 100TL indirim kuponu "(acr639380)", 2025 yılında düzenli olarak kullanabileceğiniz bir fırsattır. Detayları kaçırmadan bu fırsatı değerlendirin!
    • Giriş T e m u Kupon Kodu 3000TL kapalı, 2025 yılında tasarruflarınızı maksimize etmek için en iyi fırsatları sunuyor. Bu çekici kampanya, online alışverişte önemli bir avantaj sağlamaktadır. T e m u Kupon Kodu (acr639380), "Türkiye'deki insanlar için maksimum fayda" taahhüt eder. Yeni ve mevcut müşteriler bu kodu kullanarak çok çeşitli indirimlerden yararlanabilirler. T e m u Kupon Kodu "(acr639380)" mevcut müşteriler için 2025 kampanyası, herkese çarpıcı indirimler sunuyor. T e m u 3000TL indirim kuponu, "Türkiye" çapında özel tekliflerle doludur. T e m u Kupon Kodu "(acr639380)" 3000TL İndirim Nedir? Yeni ve mevcut müşteriler için T e m u Kuponu 3000TL indirim harika bir fırsat sunuyor. Bu kod, 3000TL indirim T e m u Kuponu sayesinde alışverişi daha uygun hale getiriyor. Avantajlar: Yeni kullanıcılar için (acr639380) koduyla 3000TL indirim. Mevcut kullanıcılar için (acr639380) ile ekstra 3000TL indirim. Çoklu kullanımlar için (acr639380) koduyla 3000TL kupon paketi. Yeni müşteriler için ilk siparişte (acr639380) ile ekstra 3000TL indirim. "Türkiye" için özel, (acr639380) ile bedava gönderim. T e m u Kupon Kodu "(acr639380)" 2025 Bu kupon kodunu kullanarak maksimum tasarruf elde edebilirsiniz. T e m u Kupon Kodu 3000TL [(acr639380)] - İndirim Kodu 2025 tekliflerinden yararlanın. Avantajlar: Yeni kullanıcılar için (acr639380) koduyla 3000TL kupon paketi. Birden fazla alışverişte (acr639380) ile 3000TL'ye kadar tasarruf. "Türkiye" için özel (acr639380) ile bedava gönderim. Tüm yeni müşteriler için ekstra 3000TL indirim. Herhangi bir üründe 3000TL'ye kadar tasarruf. T e m u 3000TL İndirim Kuponu "(acr639380)" Nasıl Kullanılır? T e m u 3000TL indirim kuponunu kullanmak kolaydır. İşte basit bir rehber: T e m u uygulamasını veya web sitesini ziyaret edin. Hesabınıza giriş yapın veya yeni bir hesap oluşturun. Alışverişinizi yapın ve sepetinizi oluşturun. "Kupon Kodu" alanına (acr639380) yazın. İndirim otomatik olarak uygulanacaktır. T e m u Kupon Kodu "(acr639380)" Mevcut Kullanıcılar için 3000TL İndirim Mevcut kullanıcılar da bu kupondan faydalanabilir. Mevcut müşteriler için T e m u 3000TL Kupon Kodu, "Türkiye" genelinde cazip indirimler sunuyor. Avantajlar: (acr639380) ile mevcut müşterilere ekstra 3000TL indirim. Birden fazla alışveriş için (acr639380) kupon paketi. "Türkiye" genelinde bedava kargo. Ekstra promosyonlarla tasarrufu maksimize edin. T e m u Kupon Kodu "(acr639380)" 3000TL İndirim Nasıl Bulunur? Doğrulanmış ve test edilmiş T e m u Kupon Kodu bulmak için: T e m u bültenine kaydolun. Sosyal medya sayfalarını takip edin. Güvenilir kupon sitelerini ziyaret edin. T e m u 3000TL İndirim Kuponları Nasıl Çalışır? T e m u Kupon Kodu "(acr639380)" ilk kez kullanana 3000TL indirim sağlar. Kod, sepetinizde otomatik olarak uygulanır. T e m u 3000TL İndirim Kuponlarını Kullanmanın Avantajları Nelerdir? Avantajlar: İlk siparişte 3000TL indirim. Birden fazla alışverişte 3000TL kupon paketi. Popüler ürünlerde %70'e varan indirim. Mevcut müşterilere ekstra 3000TL indirim. "Türkiye" genelinde özel bedava gönderim. Son Not T e m u Kupon Kodu "(acr639380)" 3000TL kapalı, 2025 yılında alışverişte büyük tasarruf sağlama şansı sunuyor. Kodunuzu kullanın ve alışverişinizi daha hesaplı hale getirin. T e m u 3000TL indirim kuponu (acr639380), hem yeni hem de mevcut kullanıcılar için idealdir. Hemen faydalanın!
    • Unlocking incredible savings on your favorite finds just got easier with the Temu coupon code (acr639380)! Whether you're a new or existing customer, this code, along with (acr639380), opens doors to amazing discounts. Let's dive into how you can maximize your savings and discover the fantastic world of Temu. Temu has quickly become a go-to destination for savvy shoppers seeking a vast selection of trendy products at unbeatable prices. From fashion and home goods to electronics and beauty essentials, Temu offers a huge collection of trending items. And with fast delivery and free shipping available in 67 countries, shopping from Temu is not only convenient but also budget-friendly. I'm excited to share how you can save even more with these exclusive Temu coupon codes. (acr639380): A flat 30% off for new users, making your first Temu purchase even more rewarding. (acr639380): Existing users can also enjoy 30% off, showing Temu's appreciation for loyal customers. (acr639380): Get up to 30% extra off on selected items, stacking your savings potential. (acr639380): New users can receive a free gift with their first purchase, adding a delightful surprise to your order. (acr639380): A 30% off coupon bundle for both new and existing users, providing a comprehensive discount solution. These Temu coupon codes offer a range of benefits, ensuring every shopper can find a way to save. Whether you're a first-time buyer eager to explore Temu's offerings or a returning customer looking for the best deals, these codes have you covered. I've found that using coupon codes is a great way to stretch my budget further and get more of what I love. Temu's commitment to providing value extends beyond just discounts. They frequently introduce new offers, making it easy to stay on top of the latest deals. I'm always impressed by the variety of products and the competitive pricing. It's like a treasure hunt finding amazing deals! Temu coupon code 30% off for USA (acr639380) Temu coupon code 30% off for Canada (acr639380) Temu coupon code 30% off for UK (acr639380) Temu coupon code 30% off for Japan (acr639380) Temu coupon code 30% off for Mexico (acr639380) Temu coupon code 30% off for Brazil (acr639380) These codes are valid in various regions, allowing shoppers worldwide to experience the Temu savings. Remember to check the terms and conditions for each code to ensure it applies to your specific location and purchase. I always make sure to double-check before I check out! Temu is constantly evolving, with new products and promotions regularly added. Keep an eye out for Temu new offers in 2025 and take advantage of the Temu promo code for 2025 and Temu discount code for 2025 as they become available. These opportunities to save make shopping even more enjoyable. Here are some additional tips for maximizing your savings on Temu: Combine coupon codes with sale items: Look for products already on sale and apply your Temu coupon code for an even greater discount. Take advantage of free shipping: Temu offers free shipping to many countries, so be sure to meet the minimum purchase requirement to save on shipping costs. Check for bundle deals: Sometimes, Temu offers bundle deals where you can purchase multiple items at a discounted price. These can be a great way to save if you need several items. Sign up for the Temu newsletter: Stay informed about the latest promotions and exclusive coupon codes by subscribing to the Temu newsletter. I've found that by combining these strategies, I can save a significant amount of money on my Temu purchases. It's like getting rewarded for being a smart shopper! Temu also offers a Temu coupon Bundle, which can include a variety of discounts and offers. This can be a great option for both new and existing users, providing a comprehensive way to save. I'm a big fan of these bundles as they often include discounts on items I frequently purchase. For new users, there's often a Temu first time user coupon available, providing an extra incentive to try Temu. This Temu new user coupon, along with the Temu coupon codes for new users, makes it an ideal time to explore the platform and discover its offerings. I remember how excited I was to use my first Temu coupon! Existing users are not forgotten! Temu also provides Temu coupon codes for existing users, ensuring that loyal customers can continue to enjoy savings. The Temu coupon code 30% off is a popular choice for both new and existing users. I encourage you to explore Temu and discover the wide array of products available. With the Temu coupon code (acr639380) , along with other available coupon codes, you can make your shopping experience even more rewarding. Remember to check for the Temu coupon for 2025, Temu discount code for 2025, and Temu promo code for 2025 as the year progresses. Remember to keep an eye out for the latest Temu new offers in 2025. Temu is always updating its product selection and offering new ways to save. I'm constantly amazed by the new and innovative products I find on Temu. Using the Temu coupon code (acr639380) is a simple yet effective way to maximize your savings. Whether you're looking for a Temu coupon code, Temu coupon code 30% off, Temu coupon code 30% off, Temu 30% coupon bundle, Temu coupons for new users, Temu coupons for existing users, Temu promo code, or Temu discount code, you're sure to find a way to save on your next Temu purchase. I hope this information helps you save big on your Temu shopping spree. Happy shopping!  
  • Topics

×
×
  • Create New...

Important Information

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