| 1 | ---- Minecraft Crash Report ----
|
| 2 | |
| 3 | |
| 4 |
|
| 5 | Time: 2025-10-12 01:18:58 WIB
|
| 6 | Description: Initializing game
|
| 7 |
|
| 8 | net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Modular Machinery: Community Edition (modularmachinery)
|
| 9 | Caused by: java.lang.VerifyError: Bad type on operand stack
|
| 10 | Exception Details:
|
| 11 | Location:
|
| 12 | fffxc2/modularaugment/components/requirements/RequirementDeferredFluid.provideJEIComponent()Lhellfirepvp/modularmachinery/common/crafting/helper/ComponentRequirement$JEIComponent; @59: invokestatic
|
| 13 | Reason:
|
| 14 | Type 'hellfirepvp/modularmachinery/common/crafting/requirement/type/RequirementTypeGas' (current frame, stack[0]) is not assignable to 'hellfirepvp/modularmachinery/common/crafting/requirement/type/RequirementTypeFluid'
|
| 15 | Current Frame:
|
| 16 | bci: @59
|
| 17 | flags: { }
|
| 18 | locals: { 'fffxc2/modularaugment/components/requirements/RequirementDeferredFluid', 'hellfirepvp/modularmachinery/common/crafting/requirement/RequirementFluid' }
|
| 19 | stack: { 'hellfirepvp/modularmachinery/common/crafting/requirement/type/RequirementTypeGas', 'hellfirepvp/modularmachinery/common/machine/IOType', 'mekanism/api/gas/GasStack' }
|
| 20 | Bytecode:
|
| 21 | 0000000: bb00 6a59 b200 2b2a b400 3ab6 0038 b600
|
| 22 | 0000010: 6eb7 0071 4cb2 0077 b600 7b99 0024 2ab4
|
| 23 | 0000020: 003a c100 7d99 001a b200 83b2 002b 2ab4
|
| 24 | 0000030: 003a b600 38c0 007d b600 87b8 008b 4cbb
|
| 25 | 0000040: 008d 592b b700 90b0
|
| 26 | Stackmap Table:
|
| 27 | append_frame(@63,Object[#106])
|
| 28 |
|
| 29 | at fffxc2.modularaugment.components.requirements.RequirementTypeDeferred.parseFluid(RequirementTypeDeferred.java:70)
|
| 30 | at fffxc2.modularaugment.components.requirements.RequirementTypeDeferred.createRequirement(RequirementTypeDeferred.java:49)
|
| 31 | at hellfirepvp.modularmachinery.common.crafting.MachineRecipe$ComponentDeserializer.deserialize(MachineRecipe.java:466)
|
| 32 | at hellfirepvp.modularmachinery.common.crafting.MachineRecipe$ComponentDeserializer.deserialize(MachineRecipe.java:432)
|
| 33 | at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:95)
|
| 34 | at com.google.gson.Gson.fromJson(Gson.java:1358)
|
| 35 | at com.google.gson.Gson.fromJson(Gson.java:1471)
|
| 36 | at com.google.gson.Gson.fromJson(Gson.java:1442)
|
| 37 | at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:206)
|
| 38 | at hellfirepvp.modularmachinery.common.crafting.MachineRecipe$Deserializer.deserialize(MachineRecipe.java:418)
|
| 39 | at hellfirepvp.modularmachinery.common.crafting.MachineRecipe$Deserializer.deserialize(MachineRecipe.java:310)
|
| 40 | at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:95)
|
| 41 | at net.minecraft.util.JsonUtils.gsonDeserialize(SourceFile:492)
|
| 42 | at net.minecraft.util.JsonUtils.fromJson(SourceFile:532)
|
| 43 | at hellfirepvp.modularmachinery.common.crafting.RecipeLoader.lambda$loadRecipes$0(RecipeLoader.java:89)
|
| 44 | at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:186)
|
| 45 | at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)
|
| 46 | at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:570)
|
| 47 | at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:293)
|
| 48 | at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:759)
|
| 49 | at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
|
| 50 | at java.util.concurrent.ForkJoinPool$WorkQueue.helpComplete(ForkJoinPool.java:1537)
|
| 51 | at java.util.concurrent.ForkJoinPool.helpComplete(ForkJoinPool.java:2332)
|
| 52 | at java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:497)
|
| 53 | at java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:666)
|
| 54 | at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:681)
|
| 55 | at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:162)
|
| 56 | at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:176)
|
| 57 | at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:264)
|
| 58 | at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:632)
|
| 59 | at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:806)
|
| 60 | at hellfirepvp.modularmachinery.common.crafting.RecipeLoader.loadRecipes(RecipeLoader.java:86)
|
| 61 | at hellfirepvp.modularmachinery.common.crafting.RecipeRegistry.loadRecipes(RecipeRegistry.java:214)
|
| 62 | at hellfirepvp.modularmachinery.common.crafting.RecipeRegistry.loadRecipeRegistry(RecipeRegistry.java:196)
|
| 63 | at hellfirepvp.modularmachinery.common.CommonProxy.postInit(CommonProxy.java:195)
|
| 64 | at hellfirepvp.modularmachinery.client.ClientProxy.postInit(ClientProxy.java:241)
|
| 65 | at hellfirepvp.modularmachinery.ModularMachinery.postInit(ModularMachinery.java:140)
|
| 66 | at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
| 67 | at java.lang.reflect.Method.invoke(Method.java:565)
|
| 68 | at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:639)
|
| 69 | at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
| 70 | at java.lang.reflect.Method.invoke(Method.java:565)
|
| 71 | at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:84)
|
| 72 | at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:141)
|
| 73 | at com.google.common.eventbus.Subscriber.lambda$dispatchEvent$0(Subscriber.java:70)
|
| 74 | at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30)
|
| 75 | at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67)
|
| 76 | at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:112)
|
| 77 | at com.google.common.eventbus.EventBus.post(EventBus.java:262)
|
| 78 | at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:318)
|
| 79 | at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:296)
|
| 80 | at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
|
| 81 | at java.lang.reflect.Method.invoke(Method.java:565)
|
| 82 | at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:84)
|
| 83 | at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:141)
|
| 84 | at com.google.common.eventbus.Subscriber.lambda$dispatchEvent$0(Subscriber.java:70)
|
| 85 | at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30)
|
| 86 | at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67)
|
| 87 | at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:112)
|
| 88 | at com.google.common.eventbus.EventBus.post(EventBus.java:262)
|
| 89 | at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:232)
|
| 90 | at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:763)
|
| 91 | at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338)
|
| 92 | at net.minecraft.client.Minecraft.init(Minecraft.java:535)
|
| 93 | at net.minecraft.client.Minecraft.run(Minecraft.java:4592)
|
| 94 | at net.minecraft.client.main.Main.main(SourceFile:123)
|
| 95 | at top.outlands.foundation.LaunchHandler.launch(LaunchHandler.java:125)
|
| 96 | at top.outlands.foundation.boot.Foundation.main(Foundation.java:39)
|
| 97 | at com.cleanroommc.relauncher.wrapper.RelaunchMainWrapper.main(RelaunchMainWrapper.java:20)
|
| 98 |
|
| 99 |
|
| 100 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
| 101 | ---------------------------------------------------------------------------------------
|
| 102 |
|
| 103 | -- System Details --
|
| 104 | Minecraft Version: 1.12.2
|
| 105 | Operating System: Windows 10 (amd64) version 10.0
|
| 106 | Java Version: 25, Eclipse Adoptium
|
| 107 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
|
| 108 | Memory: 3057647616 bytes (2916 MB) / 6696206336 bytes (6386 MB) up to 8589934592 bytes (8192 MB)
|
| 109 | JVM Flags: 23 total; -XX: UnlockExperimentalVMOptions -XX: UnlockDiagnosticVMOptions -XX: AlwaysPreTouch -XX: DisableExplicitGC -XX:NmethodSweepActivity=1 -XX:ReservedCodeCacheSize=400M -XX:NonNMethodCodeHeapSize=12M -XX:ProfiledCodeHeapSize=194M -XX:NonProfiledCodeHeapSize=194M -XX:-DontCompileHugeMethods -XX:MaxNodeLimit=240000 -XX:NodeLimitFudgeFactor=8000 -XX: UseVectorCmov -XX: PerfDisableSharedMem -XX: UseFastUnorderedTimeStamps -XX: UseCriticalJavaThreadPriority -XX:ThreadPriorityPolicy=1 -XX: UseZGC -XX:AllocatePrefetchStyle=1 -XX: ZGenerational -XX: UseCompactObjectHeaders -Xms512m -Xmx8192m
|
| 110 | IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
|
| 111 | FML: MCP 9.42 LoliASM 5.29 VintageFix 0.6.2 Cleanroom 0.3.20-alpha 165 mods loaded, 165 mods active
|
| 112 | States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
|
| 113 |
|
| 114 | | State | ID | Version | Source | Signature |
|
| 115 | |:----- |:----------------------------- |:------------------------- |:--------------------------------------------------------- |:---------------------------------------- |
|
| 116 | | LCHIJ | minecraft | 1.12.2 | minecraft.jar | None |
|
| 117 | | LCHIJ | mcp | 9.42 | minecraft.jar | None |
|
| 118 | | LCHIJ | cleanroom | 0.3.20-alpha | cleanroom-0.3.20-alpha.jar | None |
|
| 119 | | LCHIJ | mixinbooter | 10.6 | cleanroom-0.3.20-alpha.jar | None |
|
| 120 | | LCHIJ | configanytime | 3.0 | cleanroom-0.3.20-alpha.jar | None |
|
| 121 | | LCHIJ | FML | **.**.**.** | cleanroom-0.3.20-alpha.jar | None |
|
| 122 | | LCHIJ | forge | 14.23.5.2860 | cleanroom-0.3.20-alpha.jar | None |
|
| 123 | | LCHIJ | micdoodlecore | 4.0.7 | minecraft.jar | None |
|
| 124 | | LCHIJ | scalar | 1.0.0 | minecraft.jar | None |
|
| 125 | | LCHIJ | bnbgamingcore | 0.12.0 | minecraft.jar | None |
|
| 126 | | LCHIJ | opencomputers|core | 1.8.9a | minecraft.jar | None |
|
| 127 | | LCHIJ | moresoundconfigcore | 1.0.0 | minecraft.jar | None |
|
| 128 | | LCHIJ | redcore | 0.7-Dev-1 | !Red-Core-MC-1.8-1.12-0.7-Dev-1.jar | None |
|
| 129 | | LCHIJ | fugue | 0.21.0 | Fugue-0.21.0.jar | None |
|
| 130 | | LCHIJ | alfheim | 1.6 | Alfheim-1.6.jar | None |
|
| 131 | | LCHIJ | applecore | 3.4.0 | AppleCore-mc1.12.2-3.4.0.jar | None |
|
| 132 | | LCHIJ | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.709.jar | None |
|
| 133 | | LCHIJ | mtlib | 3.0.7 | MTLib-3.0.7.jar | None |
|
| 134 | | LCHIJ | modtweaker | 4.0.19 | modtweaker-4.0.20.11.jar | None |
|
| 135 | | LCHIJ | jei | 4.29.8 | HadEnoughItems_1.12.2-4.29.8.jar | None |
|
| 136 | | LCHIJ | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
|
| 137 | | LCHIJ | aquaacrobatics | 1.15.4 | AquaAcrobatics-1.15.4.jar | None |
|
| 138 | | LCHIJ | morphtool | 1.2-21 | Morph-o-Tool-1.2-21.jar | None |
|
| 139 | | LCHIJ | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
|
| 140 | | LCHIJ | base | 3.14.0 | base-1.12.2-3.14.0.jar | None |
|
| 141 | | LCHIJ | bdlib | **.**.**.** | bdlib-1.14.4.1-mc1.12.2.jar | None |
|
| 142 | | LCHIJ | bedrockminer | 1.0.5 | BedrockMiner-1.12.2-(v.1.0.5).jar | None |
|
| 143 | | LCHIJ | betteradvancements | **.**.**.** | BetterAdvancements-1.12.2-0.1.0.77.jar | None |
|
| 144 | | LCHIJ | betterquesting | 4.2.6 | BetterQuestingUnofficial-4.2.6.jar | None |
|
| 145 | | LCHIJ | bettersprinting | 3.0.1 | BetterSprinting-1.12.2-v3.0.1.jar | None |
|
| 146 | | LCHIJ | bnbgaminglib | 2.17.6 | BNBGamingLib-1.12.2-2.17.6.jar | None |
|
| 147 | | LCHIJ | arcadialbonsaitrees | 1.2.1 | BonsaiTrees-1.2 - 1.jar | None |
|
| 148 | | LCHIJ | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
|
| 149 | | LCHIJ | buildinggadgets | 2.8.4 | BuildingGadgets-2.8.4.jar | None |
|
| 150 | | LCHIJ | cyclopscore | 1.6.7 | CyclopsCore-1.12.2-1.6.7.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
|
| 151 | | LCHIJ | capabilityproxy | 2.1.3 | CapabilityProxy-1.12.2-2.1.3.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
|
| 152 | | LCHIJ | gamestages | 2.0.123 | GameStages-1.12.2-2.0.123.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
|
| 153 | | LCHIJ | carryon | 1.12.3 | carryon-1.12.2-1.12.7.23.jar | None |
|
| 154 | | LCHIJ | celeritas | 2.4.0-dev | celeritas-forge-mc12.2-2.4.0-dev.jar | None |
|
| 155 | | LCHIJ | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
|
| 156 | | LCHIJ | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
|
| 157 | | LCHIJ | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
|
| 158 | | LCHIJ | placebo | 1.6.0 | Placebo-1.12.2-1.6.1.jar | None |
|
| 159 | | LCHIJ | clickmachine | 1.2.0 | ClickMachine-1.12.2-1.2.0.jar | None |
|
| 160 | | LCHIJ | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
|
| 161 | | LCHIJ | clipboard | @VERSION@ | Clipboard-1.12-1.3.0.jar | None |
|
| 162 | | LCHIJ | codechickenlib | **.**.**.** | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
|
| 163 | | LCHIJ | pdp | 1.12.2-1.2.4 | ProportionalDestructionParticles-1.12.2-1.2.4.jar | None |
|
| 164 | | LCHIJ | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
|
| 165 | | LCHIJ | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None |
|
| 166 | | LCHIJ | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None |
|
| 167 | | LCHIJ | cof | 1.0.0 | CoinOfFlight 1.12.2-(2.1).jar | None |
|
| 168 | | LCHIJ | commoncapabilities | 2.4.8 | CommonCapabilities-1.12.2-2.4.8.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
|
| 169 | | LCHIJ | refinedstorage | 1.6.16 | refinedstorage-1.6.16.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
|
| 170 | | LCHIJ | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None |
|
| 171 | | LCHIJ | consolefilter | 1.1.1 | ConsoleFilter-1.12.2-1.1.1.jar | None |
|
| 172 | | LCHIJ | contenttweaker | 1.12.2-4.10.0 | ContentTweaker-1.12.2-4.10.0.jar | None |
|
| 173 | | LCHIJ | controlling | 3.0.10 | Controlling-3.0.12.4.jar | None |
|
| 174 | | LCHIJ | corpse | 1.12.2-1.0.8 | corpse-1.12.2-1.0.8.jar | None |
|
| 175 | | LCHIJ | craftingex | 1.2.0 | CraftingEX_1.12-v1.2.0.jar | None |
|
| 176 | | LCHIJ | craftingstation | @VERSION@ | craftingstation-0.1.8a.jar | None |
|
| 177 | | LCHIJ | craftingtweaks | 9.0.1 | CraftingTweaks_1.12.2-9.0.1.jar | None |
|
| 178 | | LCHIJ | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.20.709.jar | None |
|
| 179 | | LCHIJ | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.709.jar | None |
|
| 180 | | LCHIJ | cropdusting | 0.7 | CropDusting-0.7-[1.12.2].jar | None |
|
| 181 | | LCHIJ | cttinycoal | 1.12.2-1.0.2 | cttinycoal-1.12.2-1.0.2.jar | None |
|
| 182 | | LCHIJ | custommainmenu | **.**.**.** | CustomMainMenu-MC1.12.2-2.0.9.1.jar | None |
|
| 183 | | LCHIJ | customnausea | 1.12.2-1.0 | customnausea-1.12.2-1.0.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
|
| 184 | | LCHIJ | customstartinggear | 1.2.0 | CustomStartingGear-1.12-1.2.0.9-universal.jar | None |
|
| 185 | | LCHIJ | endercore | 1.12.2-0.5.78 | EnderCore-1.12.2-0.5.78.jar | None |
|
| 186 | | LCHIJ | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None |
|
| 187 | | LCHIJ | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None |
|
| 188 | | LCHIJ | enderio | 5.3.72 | EnderIO-base-1.12.2-5.3.72.jar | None |
|
| 189 | | LCHIJ | enderiobase | 5.3.72 | EnderIO-base-1.12.2-5.3.72.jar | None |
|
| 190 | | LCHIJ | enderioconduits | 5.3.72 | EnderIO-conduits-1.12.2-5.3.72.jar | None |
|
| 191 | | LCHIJ | enderiopowertools | 5.3.72 | EnderIO-conduits-1.12.2-5.3.72.jar | None |
|
| 192 | | LCHIJ | opencomputers | 1.8.9a | OpenComputers-MC1.12.2-1.8.9a 8ca336f.jar | None |
|
| 193 | | LCHIJ | enderioconduitsopencomputers | 5.3.72 | EnderIO-conduits-opencomputers-1.12.2-5.3.72.jar | None |
|
| 194 | | LCHIJ | enderioconduitsrefinedstorage | 5.3.72 | EnderIO-conduits-refinedstorage-1.12.2-5.3.72.jar | None |
|
| 195 | | LCHIJ | energymeters | 1.0.2 | energymeters-1.12.2-1.0.2.jar | None |
|
| 196 | | LCHIJ | forgelin | 1.8.4 | Forgelin-Continuous-2.2.20.0.jar | None |
|
| 197 | | LCHIJ | exnihilocreatio | 1.12.2-0.4.7.2 | exnihilocreatio-1.12.2-0.4.7.2.jar | None |
|
| 198 | | LCHIJ | findme | 1.1.0 | findme-1.12.2-1.1.0-8.jar | None |
|
| 199 | | LCHIJ | forgelin_continuous | **.**.**.** | Forgelin-Continuous-2.2.20.0.jar | None |
|
| 200 | | LCHIJ | forgemultipartcbe | **.**.**.** | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
|
| 201 | | LCHIJ | microblockcbe | **.**.**.** | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
|
| 202 | | LCHIJ | minecraftmultipartcbe | **.**.**.** | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
|
| 203 | | LCHIJ | fpsreducer | mc1.12.2-1.20 | FpsReducer-mc1.12.2-1.20.jar | None |
|
| 204 | | LCHIJ | ftbbackups | 1.1.0.1 | FTBBackups-1.1.0.1.jar | None |
|
| 205 | | LCHIJ | ftblib | **.**.**.** | FTBLib-5.4.7.2.jar | None |
|
| 206 | | LCHIJ | ftbutilities | **.**.**.** | FTBUtilities-5.4.1.131.jar | None |
|
| 207 | | LCHIJ | galacticraftcore | 4.0.7 | Galacticraft-1.12.2-4.0.7.jar | None |
|
| 208 | | LCHIJ | galacticraftplanets | 4.0.7 | Galacticraft-1.12.2-4.0.7.jar | None |
|
| 209 | | LCHIJ | harvest | 1.12-1.2.8-25 | Harvest-1.12-1.2.8-25.jar | None |
|
| 210 | | LCHIJ | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
|
| 211 | | LCHIJ | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None |
|
| 212 | | LCHIJ | immersivepetroleum | 1.1.10 | immersivepetroleum-1.12.2-1.1.10.jar | None |
|
| 213 | | LCHIJ | integrateddynamics | 1.1.11 | IntegratedDynamics-1.12.2-1.1.11.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
|
| 214 | | LCHIJ | integratedcrafting | 1.0.10 | IntegratedCrafting-1.12.2-1.0.10.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
|
| 215 | | LCHIJ | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.1.11.jar | None |
|
| 216 | | LCHIJ | integratedterminals | 1.0.14 | IntegratedTerminals-1.12.2-1.0.14.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
|
| 217 | | LCHIJ | integratedterminalscompat | 1.0.0 | IntegratedTerminals-1.12.2-1.0.14.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
|
| 218 | | LCHIJ | integratedtunnels | 1.6.14 | IntegratedTunnels-1.12.2-1.6.14.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
|
| 219 | | LCHIJ | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.14.jar | None |
|
| 220 | | LCHIJ | inventorytweaks | 1.64 dev.151.822d839 | InventoryTweaks-1.64 dev.151.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
|
| 221 | | LCHIJ | inworldcrafting | 1.12.2-1.2.0 | inworldcrafting-1.12.2-1.2.0-universal.jar | None |
|
| 222 | | LCHIJ | itemstages | 2.0.51 | ItemStages-1.12.2-2.0.51.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
|
| 223 | | LCHIJ | jecalculation | 1.12.2-3.2.7 | JustEnoughCalculation-1.12.2-3.2.7.jar | None |
|
| 224 | | LCHIJ | justenoughdimensions | 1.6.0-dev.20211009.214847 | justenoughdimensions-1.12.2-1.6.0-dev.20211009.214847.jar | None |
|
| 225 | | LCHIJ | jeresources | **.**.**.** | JustEnoughResources-1.12.2-0.9.3.203.jar | None |
|
| 226 | | LCHIJ | kleeslabs | 5.4.12 | KleeSlabs_1.12.2-5.4.12.jar | None |
|
| 227 | | LCHIJ | loliasm | 5.29 | loliasm-5.29.jar | None |
|
| 228 | | LCHIJ | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
|
| 229 | | LCHIJ | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
|
| 230 | | LCHIJ | modelloader | 1.1.7 | modelloader-1.1.7.jar | None |
|
| 231 | | LCHIE | modularmachinery | 2.2.2 | ModularMachinery-CE-2.2.2.jar | None |
|
| 232 | | LCHI | modularaugment | 1.1.1 | Modular Augment-1.12.2-1.1.1.jar | None |
|
| 233 | | LCHI | moreoverlays | 1.15.1 | moreoverlays-1.15.1-mc1.12.2.jar | None |
|
| 234 | | LCHI | mousetweaks | 3.1.5 | mousetweaks-1.12.2-3.1.5.jar | None |
|
| 235 | | LCHI | mrtjpcore | **.**.**.** | MrTJPCore-1.12.2-2.1.4.43-universal.jar | None |
|
| 236 | | LCHI | neat | 1.4-17 | Neat 1.4-17.jar | None |
|
| 237 | | LCHI | nuclearcraft | 2.19a | nuclearcraft-1.12.2-2.19a.jar | None |
|
| 238 | | LCHI | opendisks | **.**.**.** | OpenDisks-MC1.12.2-0.1.0.3.jar | None |
|
| 239 | | LCHI | particleculling | v1.4.3 | particleculling-1.12.2-v1.4.3.jar | None |
|
| 240 | | LCHI | projectred-core | **.**.**.** | ProjectRed-1.12.2-4.9.4.120-Base.jar | None |
|
| 241 | | LCHI | projectred-integration | **.**.**.** | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
|
| 242 | | LCHI | projectred-transmission | **.**.**.** | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
|
| 243 | | LCHI | projectred-fabrication | **.**.**.** | ProjectRed-1.12.2-4.9.4.120-fabrication.jar | None |
|
| 244 | | LCHI | projectred-illumination | **.**.**.** | ProjectRed-1.12.2-4.9.4.120-lighting.jar | None |
|
| 245 | | LCHI | reauth | 4.0.7 | ReAuth-1.12-Forge-4.0.7.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
|
| 246 | | LCHI | reborncore | 3.19.5 | RebornCore-1.12.2-3.19.5-universal.jar | None |
|
| 247 | | LCHI | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.4.1.jar | None |
|
| 248 | | LCHI | recipestages | 1.1.3 | RecipeStages-1.1.3.8.jar | None |
|
| 249 | | LCHI | refinedstorageaddons | 0.4.5 | refinedstorageaddons-0.4.5.jar | None |
|
| 250 | | LCHI | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
|
| 251 | | LCHI | jeid | 2.2.3 | RoughlyEnoughIDs-2.2.3.jar | None |
|
| 252 | | LCHI | scavenge | 1.8 | Scavenge V1.12-1.8.3.2.jar | None |
|
| 253 | | LCHI | scavenge_timing | 1.12.2-1.1 | Scavenge-Timing-1.12.2-1.1.jar | None |
|
| 254 | | LCHI | servertabinfo | 1.2.6 | ServerTabInfo-1.12.2-1.2.6.jar | None |
|
| 255 | | LCHI | shulkerbox | 1.3.2 | shulkerbox-1.3.2.jar | None |
|
| 256 | | LCHI | signedit | 1.12.2-4 | signedit-1.12.2-5.jar | None |
|
| 257 | | LCHI | sqpatch | 1.0.0 | SqueezerPatch-1.12.2-1.0.0.jar | None |
|
| 258 | | LCHI | stellar_core | 1.5.22 | StellarCore-1.5.22.jar | None |
|
| 259 | | LCHI | teamislands | **.**.**.** | TeamIslands-1.1.0.26.jar | None |
|
| 260 | | LCHI | tellme | 0.7.0-dev.20200919.184303 | tellme-1.12.2-0.7.0-dev.20200919.184303.jar | 2b03e1423915a189b8094816baa18f239d576dff |
|
| 261 | | LCHI | teslacorelib | 1.0.18 | tesla-core-lib-1.12.2-1.0.18.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
|
| 262 | | LCHI | thermalcultivation | 0.3.6 | ThermalCultivation-1.12.2-0.3.6.1-universal.jar | None |
|
| 263 | | LCHI | thermaldynamics | 2.5.6 | ThermalDynamics-1.12.2-2.5.6.1-universal.jar | None |
|
| 264 | | LCHI | trumpetskeleton | 1.12-1.0.2.1 | trumpetskeleton-1.12-1.0.2.1.jar | None |
|
| 265 | | LCHI | universaltweaks | **.**.**.** | UniversalTweaks-1.12.2-1.16.0.1.jar | None |
|
| 266 | | LCHI | uppers | 0.0.6 | Uppers-0.0.6.jar | None |
|
| 267 | | LCHI | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
|
| 268 | | LCHI | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
|
| 269 | | LCHI | veinminer | 0.38.2 | VeinMiner-1.12-0.38.2.647 b31535a.jar | None |
|
| 270 | | LCHI | veinminermodsupport | 0.38.2 | VeinMiner-1.12-0.38.2.647 b31535a.jar | None |
|
| 271 | | LCHI | vintagefix | 0.6.2 | vintagefix-0.6.2.jar | None |
|
| 272 | | LCHI | wanionlib | 1.12.2-2.91 | WanionLib-1.12.2-2.91.jar | None |
|
| 273 | | LCHI | worldprimer | 0.6.0-dev.20200122.211517 | worldprimer-1.12.2-0.6.0-dev.20200122.211517.jar | 2b03e1423915a189b8094816baa18f239d576dff |
|
| 274 | | LCHI | freecam | 2.0.0 | zergatul.freecam-2.0.0-forge-1.12.2.jar | None |
|
| 275 | | LCHI | zerocore | 1.12.2-0.1.2.9 | zerocore-1.12.2-0.1.2.9.jar | None |
|
| 276 | | LCHI | moresoundconfig | 1.0.4 | moresoundconfig-1.0.4.jar | 7904c4e13947c8a616c5f39b26bdeba796500722 |
|
| 277 | | LCHI | orelib | **.**.**.** | OreLib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
|
| 278 | | LCHI | solcarrot | 1.8.4 | solcarrot-1.12.2-1.8.4.jar | None |
|
| 279 | | LCHI | teslacorelib_registries | 1.0.18 | tesla-core-lib-1.12.2-1.0.18.jar | None |
|
| 280 | | LCHI | unidict | 1.12.2-3.0.10 | UniDict-1.12.2-3.0.10.jar | None |
|
| 281 | Cleanroom Version: 0.3.20-alpha
|
| 282 | Loaded coremods (and transformers): IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
|
| 283 | blusunrize.immersiveengineering.common.asm.IEClassTransformer
|
| 284 | AlfheimPlugin (Alfheim-1.6.jar)
|
| 285 |
|
| 286 | ScalarLoadingPlugin (Scalar Legacy-1.0.1.jar)
|
| 287 |
|
| 288 | OpenDisksUnpack (OpenDisks-MC1.12.2-0.1.0.3.jar)
|
| 289 |
|
| 290 | AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
|
| 291 | squeek.applecore.asm.TransformerModuleHandler
|
| 292 | LoliASM (loliasm-5.29.jar)
|
| 293 |
|
| 294 | SqueezerCore (SqueezerPatch-1.12.2-1.0.0.jar)
|
| 295 | shadows.squeezer.Transformer
|
| 296 | UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
|
| 297 | wanion.unidict.core.UniDictCoreModTransformer
|
| 298 | MicdoodlePlugin (Galacticraft-1.12.2-4.0.7.jar)
|
| 299 | micdoodle8.mods.miccore.MicdoodleTransformer
|
| 300 | Fugue ( Fugue-0.21.0.jar)
|
| 301 |
|
| 302 | BetterSprintingCore (BetterSprinting-1.12.2-v3.0.1.jar)
|
| 303 | chylex.bettersprinting.system.core.TransformerEntityPlayerSP
|
| 304 | TransformerLoader (OpenComputers-MC1.12.2-1.8.9a 8ca336f.jar)
|
| 305 | li.cil.oc.common.asm.ClassTransformer
|
| 306 | ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.4.3.jar)
|
| 307 |
|
| 308 | LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
|
| 309 | lumien.resourceloader.asm.ClassTransformer
|
| 310 | Celeritas (celeritas-forge-mc12.2-2.4.0-dev.jar)
|
| 311 |
|
| 312 | Inventory Tweaks Coremod (InventoryTweaks-1.64 dev.151.jar)
|
| 313 | invtweaks.forge.asm.ContainerTransformer
|
| 314 | Forgelin-Continuous (Forgelin-Continuous-2.2.20.0.jar)
|
| 315 |
|
| 316 | MixinBooter (cleanroom-0.3.20-alpha.jar)
|
| 317 |
|
| 318 | Aqua Acrobatics Transformer (AquaAcrobatics-1.15.4.jar)
|
| 319 |
|
| 320 | MoreSoundConfigCore (moresoundconfig-core-1.0.4.jar)
|
| 321 | ichttt.mods.moresoundconfig.asm.MSCTransformer
|
| 322 | UniversalTweaksCore (UniversalTweaks-1.12.2-1.16.0.1.jar)
|
| 323 |
|
| 324 | CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
|
| 325 | team.chisel.ctm.client.asm.CTMTransformer
|
| 326 | EnderCorePlugin (EnderCore-1.12.2-0.5.78-core.jar)
|
| 327 | com.enderio.core.common.transform.EnderCoreTransformer
|
| 328 | com.enderio.core.common.transform.SimpleMixinPatcher
|
| 329 | BNBGamingCore (BNBGamingCore-1.12.2-0.12.0.jar)
|
| 330 | com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
|
| 331 | StellarCoreEarlyMixinLoader (StellarCore-1.5.22.jar)
|
| 332 |
|
| 333 | VintageFix (vintagefix-0.6.2.jar)
|
| 334 | org.embeddedt.vintagefix.transformer.ASMModParserTransformer
|
| 335 | MMCEEarlyMixinLoader (ModularMachinery-CE-2.2.2.jar)
|
| 336 |
|
| 337 | Red Core (!Red-Core-MC-1.8-1.12-0.7-Dev-1.jar)
|
| 338 |
|
| 339 | JustEnoughIDs Extension Plugin (RoughlyEnoughIDs-2.2.3.jar)
|
| 340 | GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.0 Compatibility Profile Context 24.9.1.240813' Renderer: 'AMD Radeon(TM) RX Vega 10 Graphics'
|
| 341 | Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
|
| 342 | An unsupported base software is installed: 'cleanroom'. This is NOT supported.
|
| 343 | This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
|
| 344 | Authlib is : /C:/Users/********/.cleanroom/relauncher/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar
|
| 345 |
|
| 346 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
| 347 | !!!You are looking at the diagnostics information, not at the crash. !!!
|
| 348 | !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
|
| 349 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
| 350 | List of loaded APIs: * AppleCoreAPI (3.4.0) from AppleCore-mc1.12.2-3.4.0.jar
|
| 351 | * Base|API (1.0.0) from base-1.12.2-3.14.0.jar
|
| 352 | * betteradvancements|API (**.**.**.**) from BetterAdvancements-1.12.2-0.1.0.77.jar
|
| 353 | * BetterQuesting|API (3.2) from BetterQuestingUnofficial-4.2.6.jar
|
| 354 | * BetterQuesting|API2 (3.1) from BetterQuestingUnofficial-4.2.6.jar
|
| 355 | * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.14.jar
|
| 356 | * chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
|
| 357 | * Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
|
| 358 | * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
|
| 359 | * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.6.1-universal.jar
|
| 360 | * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.8.jar
|
| 361 | * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-9.0.1.jar
|
| 362 | * ctm-api (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
|
| 363 | * ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
|
| 364 | * ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
|
| 365 | * ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
|
| 366 | * ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
|
| 367 | * enderioapi (4.0.0) from EnderIO-base-1.12.2-5.3.72.jar
|
| 368 | * enderioapi|addon (4.0.0) from EnderIO-base-1.12.2-5.3.72.jar
|
| 369 | * enderioapi|capacitor (4.0.0) from EnderIO-base-1.12.2-5.3.72.jar
|
| 370 | * enderioapi|conduits (4.0.0) from EnderIO-base-1.12.2-5.3.72.jar
|
| 371 | * enderioapi|farm (4.0.0) from EnderIO-base-1.12.2-5.3.72.jar
|
| 372 | * enderioapi|redstone (4.0.0) from EnderIO-base-1.12.2-5.3.72.jar
|
| 373 | * enderioapi|teleport (4.0.0) from EnderIO-base-1.12.2-5.3.72.jar
|
| 374 | * enderioapi|tools (4.0.0) from EnderIO-base-1.12.2-5.3.72.jar
|
| 375 | * enderioapi|upgrades (4.0.0) from EnderIO-base-1.12.2-5.3.72.jar
|
| 376 | * GalacticraftAPI (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 377 | * GalacticraftAPI|block (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 378 | * GalacticraftAPI|entity (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 379 | * GalacticraftAPI|event|client (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 380 | * GalacticraftAPI|event|oxygen (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 381 | * GalacticraftAPI|event|worldgen (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 382 | * GalacticraftAPI|galaxies (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 383 | * GalacticraftAPI|item (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 384 | * GalacticraftAPI|power (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 385 | * GalacticraftAPI|prefab (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 386 | * GalacticraftAPI|prefab|core (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 387 | * GalacticraftAPI|prefab|entity (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 388 | * GalacticraftAPI|prefab|worldgen (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 389 | * GalacticraftAPI|recipe (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 390 | * GalacticraftAPI|tile (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 391 | * GalacticraftAPI|transmission (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 392 | * GalacticraftAPI|transmission|grid (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 393 | * GalacticraftAPI|trasmission|tile (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 394 | * GalacticraftAPI|vector (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 395 | * GalacticraftAPI|world (1.0) from Galacticraft-1.12.2-4.0.7.jar
|
| 396 | * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-98.jar
|
| 397 | * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-98.jar
|
| 398 | * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.1.11.jar
|
| 399 | * jeresources|API (**.**.**.**) from JustEnoughResources-1.12.2-0.9.3.203.jar
|
| 400 | * JustEnoughItemsAPI (4.13.0) from HadEnoughItems_1.12.2-4.29.8.jar
|
| 401 | * Model-Loader (1.1.0) from modelloader-1.1.7.jar
|
| 402 | * Model-Loader-Vectors (1.0.0) from modelloader-1.1.7.jar
|
| 403 | * MouseTweaks|API (1.0) from mousetweaks-1.12.2-3.1.5.jar
|
| 404 | * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.9a 8ca336f.jar
|
| 405 | * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.9a 8ca336f.jar
|
| 406 | * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.9a 8ca336f.jar
|
| 407 | * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.9a 8ca336f.jar
|
| 408 | * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.9a 8ca336f.jar
|
| 409 | * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.9a 8ca336f.jar
|
| 410 | * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.9a 8ca336f.jar
|
| 411 | * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.9a 8ca336f.jar
|
| 412 | * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.9a 8ca336f.jar
|
| 413 | * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.9a 8ca336f.jar
|
| 414 | * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.9a 8ca336f.jar
|
| 415 | * projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar
|
| 416 | * reborncoreAPI (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
|
| 417 | * reborncoreAPI|Power (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
|
| 418 | * reborncoreAPI|Recipe (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
|
| 419 | * reborncoreAPI|Tile (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
|
| 420 | * redstonefluxapi (2.1.1) from RedstoneFlux-1.12-2.1.1.1-universal.jar
|
| 421 | * team_reborn|Praescriptum (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
|
| 422 | * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
|
| 423 | * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
|
| 424 | * veinminerApi (0.3) from VeinMiner-1.12-0.38.2.647 b31535a.jar
|
| 425 | * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
|
| 426 | * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
|
| 427 | * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
|
| 428 | * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
|
| 429 | RebornCore: Plugin Engine: 0
|
| 430 | RebornCore Version: 3.19.5
|
| 431 | Runtime Debofucsation 1
|
| 432 | Invalid fingerprint detected for RebornCore!
|
| 433 | RenderEngine: 0
|
| 434 | Suspected Mods: Modular Augment (modularaugment), Modular Machinery: Community Edition (modularmachinery), Cleanroom (cleanroom), MixinBooter (mixinbooter), ConfigAnytime (configanytime), Forge Mod Loader (FML), Minecraft Forge (forge)
|
| 435 | Launched Version: 1.12.2
|
| 436 | LWJGL: 3.3.6-snapshot
|
| 437 | OpenGL: AMD Radeon(TM) RX Vega 10 Graphics GL version 4.6.0 Compatibility Profile Context 24.9.1.240813, ATI Technologies Inc.
|
| 438 | GL Caps: Using GL 1.3 multitexturing.
|
| 439 | Using GL 1.3 texture combiners.
|
| 440 | Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
|
| 441 | Shaders are available because OpenGL 2.1 is supported.
|
| 442 | VBOs are available because OpenGL 1.5 is supported.
|
| 443 | Using VBOs: Yes
|
| 444 | Is Modded: Definitely; Client brand changed to 'fml,forge,cleanroom'
|
| 445 | Type: Client (map_client.txt)
|
| 446 | Resource Packs:
|
| 447 | Current Language: English (US)
|
| 448 | Profiler Position: N/A (disabled)
|
| 449 | CPU: 8x AMD Ryzen 7 3750H with Radeon Vega Mobile Gfx
|