= 创作分享 =
技术讨论
关于使用模块化多样性mek热量输入的问题 ...
FourSK

关于使用模块化多样性mek热量输入的问题

FourSK 于 2022-1-30 11:27 ( 2年前 ) [整合] [复制链接] [显示全部楼层] [打印]
本贴模组名片
模块化多样性 (Modular Diversity)
为模块化机械增加了对更多Mod中“能量”的兼容,还有让你的模块化机械可以在特定位置、特定时间、特定群系、特定天气、特定维度才能工作等设定,支持以下内容:沉浸工程的矿床;沉浸原油的原矿油床;植物魔法的魔力(mana);余烬的余烬能量、自然余烬能量;建筑的激光;Better With Mods的..
RT,模块化多样性是支持mek热量作为输入的,我按照wiki上面的写法
RecipeBuilder.newBuilder("201","OpenHearth",20).
    addFluidInput(<liquid:iron>*144).
    addMekanismHeatInput(1000, 10, 100).
    addFluidOutput(<liquid:steel>*288).
build()
像这样创建了一个配方,没有任何报错,JEI也能正常显示(输入熔融铁输出钢)
但是实际操作时,当我刚刚输入熔融铁,过了一小会,就直接崩了(崩溃报告下面发)
我试图参考其它整合的写法,于是我找到了玄理2的配方:
mods.modularmachinery.RecipeBuilder.newBuilder(LLL, 'OpenHearth, 120)
    .addMekanismHeatInput(100, 50000, 500000)
    .addItemInput(<appliedenergistics2:material:47>)
    .addItemInput(<contenttweaker:ether_alloy_ingot>)
#    .addItemInput(<extendedcrafting:material:24>)
#    .addItemInput(<nuclearcraft:californium:12>)
    .addItemOutput(<minecraft:dirt>*4)
    .build();
去除部分我没有的物品,将输出改掉后,把“addMekanismHeatInput(100, 50000, 500000)”放进去,还是出现了相同问题
有人知道怎么解决吗?


发表于 2022-1-30 11:27:49 | 显示全部楼层 |阅读模式

回复 | 举报

该帖共收到 2 条回复!
FourSK
---- Minecraft Crash Report ----

WARNING: coremods are present:
  RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
  SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  ItemPatchingLoader (ItemPhysic_Full_1.4.37_mc1.12.2.jar)
  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar)
  AdvancedRocketryPlugin (【1.12.2】高级火箭MOD.jar)
  UniQ Loading Plugin (uniq-2.1.jar)
  CorePlugin (ForgeEndertech-1.12.2-4.5.5.0-build.0561.jar)
  B3M_CorePlugin (B3M-1.12.2-17.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  Aqua Acrobatics Transformer (AquaAcrobatics-v1.3.5-1.12.2.jar)
  JechCore (JustEnoughCharacters-1.12.0-3.5.0.jar)
  MixinLoaderForge (【1.12.2】瓦尔基里天空MOD.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  Techguns Core (techguns-1.12.2-2.0.2.0_pre3.2.jar)
  CreativePatchingLoader (CreativeCore_v1.10.65_mc1.12.2.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 1/30/22 11:16 AM
Description: Ticking block entity

java.lang.NoSuchMethodError: hellfirepvp.modularmachinery.common.modifier.RecipeModifier.applyModifiers(Ljava/util/Collection;Ljava/lang/String;Lhellfirepvp/modularmachinery/common/machine/MachineComponent$IOType;FZ)F
        at modulardiversity.util.Misc.applyModifiers(Misc.java:86)
        at modulardiversity.components.requirements.RequirementMekHeat$ResourceToken.applyModifiers(RequirementMekHeat.java:101)
        at modulardiversity.components.requirements.RequirementConsumePerTick.startRequirementCheck(RequirementConsumePerTick.java:76)
        at hellfirepvp.modularmachinery.common.crafting.helper.RecipeCraftingContext.canStartCrafting(RecipeCraftingContext.java:211)
        at hellfirepvp.modularmachinery.common.tiles.TileMachineController.searchMatchingRecipe(TileMachineController.java:153)
        at hellfirepvp.modularmachinery.common.tiles.TileMachineController.doRestrictedTick(TileMachineController.java:108)
        at hellfirepvp.modularmachinery.common.tiles.base.TileEntityRestrictedTick.func_73660_a(TileEntityRestrictedTick.java:32)
        at net.minecraft.world.World.func_72939_s(World.java:1838)
        at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
        at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
        at java.lang.Thread.run(Unknown Source)


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

-- Head --
Thread: Server thread
Stacktrace:
        at modulardiversity.util.Misc.applyModifiers(Misc.java:86)
        at modulardiversity.components.requirements.RequirementMekHeat$ResourceToken.applyModifiers(RequirementMekHeat.java:101)
        at modulardiversity.components.requirements.RequirementConsumePerTick.startRequirementCheck(RequirementConsumePerTick.java:76)
        at hellfirepvp.modularmachinery.common.crafting.helper.RecipeCraftingContext.canStartCrafting(RecipeCraftingContext.java:211)
        at hellfirepvp.modularmachinery.common.tiles.TileMachineController.searchMatchingRecipe(TileMachineController.java:153)
        at hellfirepvp.modularmachinery.common.tiles.TileMachineController.doRestrictedTick(TileMachineController.java:108)
        at hellfirepvp.modularmachinery.common.tiles.base.TileEntityRestrictedTick.func_73660_a(TileEntityRestrictedTick.java:32)

-- Block entity being ticked --
Details:
        Name: minecraft:tilemachinecontroller // hellfirepvp.modularmachinery.common.tiles.TileMachineController
        Block type: ID #2291 (tile.modularmachinery.blockcontroller // hellfirepvp.modularmachinery.common.block.BlockController // modularmachinery:blockcontroller)
        Block data value: 3 / 0x3 / 0b0011
        Block location: World: (-1216,64,362), Chunk: (at 0,4,10 in -76,22; contains blocks -1216,0,352 to -1201,255,367), Region: (-3,0; contains chunks -96,0 to -65,31, blocks -1536,0,0 to -1025,255,511)
        Actual block type: ID #2291 (tile.modularmachinery.blockcontroller // hellfirepvp.modularmachinery.common.block.BlockController // modularmachinery:blockcontroller)
        Actual block data value: 3 / 0x3 / 0b0011
Stacktrace:
        at net.minecraft.world.World.func_72939_s(World.java:1838)
        at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level --
Details:
        Level name: 新的世界
        All players: 1 total; [EntityPlayerMP['BaCl2'/1499, l='新的世界', x=-1183.57, y=66.16, z=398.76]]
        Chunk stats: ServerChunkCache: 475 Drop: 0
        Level seed: -3192992669983627285
        Level generator: ID 01 - flat, ver 0. Features enabled: true
        Level generator options: 3;minecraft:bedrock,3*minecraft:stone,52*minecraft:sandstone,8*minecraft:sand;2;village,biome_1,decoration,stronghold,mineshaft,dungeon
        Level spawn location: World: (-1247,4,363), Chunk: (at 1,0,11 in -78,22; contains blocks -1248,0,352 to -1233,255,367), Region: (-3,0; contains chunks -96,0 to -65,31, blocks -1536,0,0 to -1025,255,511)
        Level time: 6862 game time, 7749 day time
        Level dimension: 0
        Level storage version: 0x04ABD - Anvil
        Level weather: Rain time: 5627 (now: false), thunder time: 163576 (now: false)
        Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
        at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
        at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
        Minecraft Version: 1.12.2
        Operating System: Windows 10 (amd64) version 10.0
        Java Version: 1.8.0_311, Oracle Corporation
        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 12657486984 bytes (12071 MB) / 16206790656 bytes (15456 MB) up to 17045651456 bytes (16256 MB)
        JVM Flags: 12 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16m -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -XX:-DontCompileHugeMethods -Xmn128m -Xmx16255m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
        IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
        FML: MCP 9.42 Powered by Forge 14.23.5.2855 Optifine OptiFine_1.12.2_HD_U_G6_pre1 143 mods loaded, 142 mods active
        States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

        | State  | ID                               | Version                  | Source                                              | Signature                                |
        |:------ |:-------------------------------- |:------------------------ |:--------------------------------------------------- |:---------------------------------------- |
        | LCHIJA | minecraft                        | 1.12.2                   | minecraft.jar                                       | None                                     |
        | LCHIJA | mcp                              | 9.42                     | minecraft.jar                                       | None                                     |
        | LCHIJA | FML                              | 8.0.99.99                | forge-1.12.2-14.23.5.2855.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
        | LCHIJA | forge                            | 14.23.5.2855             | forge-1.12.2-14.23.5.2855.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
        | LCHIJA | creativecoredummy                | 1.0.0                    | minecraft.jar                                       | None                                     |
        | LCHIJA | itemphysic                       | 1.4.0                    | minecraft.jar                                       | None                                     |
        | LCHIJA | jecharacters                     | 1.12.0-3.5.0             | JustEnoughCharacters-1.12.0-3.5.0.jar               | None                                     |
        | LCHIJA | foamfixcore                      | 7.7.4                    | minecraft.jar                                       | None                                     |
        | LCHIJA | randompatches                    | 1.12.2-1.22.1.10         | randompatches-1.12.2-1.22.1.10.jar                  | None                                     |
        | LCHIJA | techguns_core                    | 1.12.2-1.0               | minecraft.jar                                       | None                                     |
        | LCHIJA | tweakersconstruct                | 1.12.2-1.6.1             | tweakersconstruct-1.12.2-1.6.1.jar                  | None                                     |
        | LCHIJA | communism_life_and_art_backtrack | 1.0.1                    | (Core)Communism_life_and_art-1.12.2-1.0.0pre.jar    | None                                     |
        | LCHIJA | sovietgoldendiscs                | 1.0.1                    | (music)SovietGoldenDiscs-1.12.2-1.0.1.jar           | None                                     |
        | LCHIJA | danmakucraft                     | v5.0.0                   | [1.12.2]DanmakuCraft-v5.0.0.jar                     | None                                     |
        | LCHIJA | abyssaldepths                    | 1.12.2-0.3.2             | AbyssalDepths-1.12.2-0.3.2.jar                      | None                                     |
        | LCHIJA | quarryplus                       | 12.5.6                   | AdditionalEnchantedMiner-1.12.2-12.5.6.jar          | 617a4e95f0af9de5402bb9883abe0f53a6bfa230 |
        | LCHIJA | quarryplus_ct                    | 12.5.6                   | AdditionalEnchantedMiner-1.12.2-12.5.6.jar          | 617a4e95f0af9de5402bb9883abe0f53a6bfa230 |
        | LCHIJA | alcatrazcore                     | 1.0.4                    | alcatrazcore-1.0.4.jar                              | 3c2d6be715971d1ed58a028cdb3fae72987fc934 |
        | LCHIJA | antiqueatlas                     | 4.5.1                    | antiqueatlas-1.12.2-4.5.1.jar                       | e631d7254e451d0360d0148cb21407d5511d45e9 |
        | LCHIJA | antiqueatlasoverlay              | 1.2                      | antiqueatlas-1.12.2-4.5.1.jar                       | e631d7254e451d0360d0148cb21407d5511d45e9 |
        | LCHIJA | aquaacrobatics                   | 1.3.5                    | AquaAcrobatics-v1.3.5-1.12.2.jar                    | None                                     |
        | LCHIJA | crafttweaker                     | 4.1.20                   | CraftTweaker2-1.12-4.1.20.662.jar                   | None                                     |
        | LCHIJA | mtlib                            | 3.0.7                    | MTLib-3.0.7.jar                                     | None                                     |
        | LCHIJA | modtweaker                       | 4.0.19                   | modtweaker-4.0.20.4.jar                             | None                                     |
        | LCHIJA | jei                              | 4.16.1.301               | jei_1.12.2-4.16.1.301.jar                           | None                                     |
        | LCHIJA | base                             | 3.14.0                   | base-1.12.2-3.14.0.jar                              | None                                     |
        | LCHIJA | mantle                           | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                            | None                                     |
        | LCHIJA | tconstruct                       | 1.12.2-2.13.0.183        | TConstruct-1.12.2-2.13.0.183.jar                    | None                                     |
        | LCHIJA | contenttweaker                   | 1.12.2-4.10.0            | ContentTweaker-1.12.2-4.10.0.jar                    | None                                     |
        | LCHIJA | conarm                           | 1.2.5.10                 | conarm-1.12.2-1.2.5.10.jar                          | b33d2c8df492beff56d1bbbc92da49b8ab7345a1 |
        | LCHIJA | armoryexpansion                  | 1.4.2                    | armoryexpansion-1.4.2.jar                           | None                                     |
        | LCHIJA | armoryexpansion-custommaterials  | 1.4.2                    | armoryexpansion-1.4.2.jar                           | None                                     |
        | LCHIJA | armoryexpansion-iceandfire       | 1.4.2                    | armoryexpansion-1.4.2.jar                           | None                                     |
        | LCHIJA | armoryexpansion-matteroverdrive  | 1.4.2                    | armoryexpansion-1.4.2.jar                           | None                                     |
        | LCHIJA | redstoneflux                     | 2.1.1                    | RedstoneFlux-1.12-2.1.1.1-universal.jar             | None                                     |
        | LCHIJA | cofhcore                         | 4.6.6                    | CoFHCore-1.12.2-4.6.6.1-universal.jar               | None                                     |
        | LCHIJA | ic2                              | 2.8.221-ex112            | 【1.12.2】工业2MOD.jar                                  | de041f9f6187debbc77034a344134053277aa3b0 |
        | LCHIJA | buildcraftlib                    | 7.99.24.8                | 【1.12.2】建筑MOD.jar                                   | None                                     |
        | LCHIJA | buildcraftcore                   | 7.99.24.8                | 【1.12.2】建筑MOD.jar                                   | None                                     |
        | LCHIJA | buildcraftenergy                 | 7.99.24.8                | 【1.12.2】建筑MOD.jar                                   | None                                     |
        | LCHIJA | forestry                         | 5.8.2.422                | forestry_1.12.2-5.8.2.422.jar                       | None                                     |
        | LCHIJA | buildcraftbuilders               | 7.99.24.8                | 【1.12.2】建筑MOD.jar                                   | None                                     |
        | LCHIJA | buildcraftfactory                | 7.99.24.8                | 【1.12.2】建筑MOD.jar                                   | None                                     |
        | LCHIJA | railcraft                        | 12.0.0                   | railcraft-12.0.0.jar                                | a0c255ac501b2749537d5824bb0f0588bf0320fa |
        | LCHIJA | cofhworld                        | 1.4.0                    | CoFHWorld-1.12.2-1.4.0.1-universal.jar              | None                                     |
        | LCHIJA | thermalfoundation                | 2.6.7                    | ThermalFoundation-1.12.2-2.6.7.1-universal.jar      | None                                     |
        | LCHIJA | immersiveengineering             | 0.12-92                  | 【1.12.2】沉浸工程MOD.jar                                 | 4cb49fcde3b43048c9889e0a3d083225da926334 |
        | LCHIJA | libvulpes                        | 0.4.2.-84                | LibVulpes-1.12.2-0.4.2-84-universal.jar             | None                                     |
        | LCHIJA | advancedrocketry                 | 2.0.0.-255               | 【1.12.2】高级火箭MOD.jar                                 | None                                     |
        | LCHIJA | art                              | 1.0.0                    | ARTweaker-1.12.2-1.0.0.jar                          | None                                     |
        | LCHIJA | athenaeum                        | 1.12.2-1.17.4            | Athenaeum-1.12.2.jar                                | None                                     |
        | LCHIJA | B3M                              | 1.12.2-17                | B3M-1.12.2-17.jar                                   | None                                     |
        | LCHIJA | bdlib                            | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                        | None                                     |
        | LCHIJA | beebetteratbees                  | 2.0.3                    | beebetteratbees-1.12.2-2.0.3.jar                    | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
        | LCHIJA | ceramics                         | 1.12-1.3.7b              | Ceramics-1.12-1.3.7b.jar                            | None                                     |
        | LCHIJA | codechickenlib                   | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
        | LCHIJA | ctgui                            | 1.0.0                    | CraftTweaker2-1.12-4.1.20.662.jar                   | None                                     |
        | LCHIJA | crafttweakerjei                  | 2.0.3                    | CraftTweaker2-1.12-4.1.20.662.jar                   | None                                     |
        | LCHIJA | creativecore                     | 1.10.0                   | CreativeCore_v1.10.65_mc1.12.2.jar                  | None                                     |
        | LCHIJA | ctintegration                    | 1.8.0                    | ctintegration-1.8.0.jar                             | None                                     |
        | LCHIJA | dropt                            | 1.12.2-1.19.1            | dropt-1.12.2-1.19.1.jar                             | None                                     |
        | LCHIJA | zerocore                         | 1.12-0.1.1.0             | zerocore-1.12-0.1.1.0.jar                           | None                                     |
        | LCHIJA | bigreactors                      | 1.12.2-0.4.5.46          | ExtremeReactors-1.12.2-0.4.5.46.jar                 | None                                     |
        | LCHIJA | fluxnetworks                     | 4.1.0                    | FluxNetworks-1.12.2-4.1.1.34.jar                    | None                                     |
        | LCHIJA | foamfix                          | 0.10.14-1.12.2           | foamfix-0.10.14-1.12.2.jar                          | None                                     |
        | LCHIJA | forgeendertech                   | 1.12.2-4.5.5.0           | ForgeEndertech-1.12.2-4.5.5.0-build.0561.jar        | None                                     |
        | LCHIJA | forgelin                         | 1.8.4                    | Forgelin-1.8.4.jar                                  | None                                     |
        | LCHIJA | ftbbackups                       | 1.1.0.1                  | FTBBackups-1.1.0.1.jar                              | None                                     |
        | LCHIJA | ftblib                           | 5.4.7.2                  | FTBLib-5.4.7.2.jar                                  | None                                     |
        | LCHIJA | itemfilters                      | 1.0.3.12                 | ItemFilters-1.0.3.12.jar                            | None                                     |
        | LCHIJA | ftbquests                        | 1202.9.0.15              | FTBQuests-1202.9.0.15.jar                           | None                                     |
        | LCHIJA | advgenerators                    | 0.9.20.12                | generators-0.9.20.12-mc1.12.2.jar                   | None                                     |
        | LCHIJA | geolosys                         | 3.0.10                   | Geolosys-1.12.2-3.0.10.jar                          | None                                     |
        | LCHIJA | horsepower                       | 2.6.4                    | HorsePower-1.12.2-2.6.4.74.jar                      | cd7e958342770a8b17c919055da42c24dfefd879 |
        | LCHIJA | industrialrenewal                | 0.21.8                   | IndustrialRenewal_1.12.2-0.21.8.jar                 | None                                     |
        | LCHIJA | inventorytweaks                  | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                            | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
        | LCHIJA | jaopca                           | 1.12.2-2.2.8.106         | JAOPCA-1.12.2-2.2.8.106.jar                         | None                                     |
        | LCHIJA | oredictinit                      | 1.12.2-2.2.1.72          | JAOPCA-1.12.2-2.2.8.106.jar                         | None                                     |
        | LCHIJA | lanserverproperties              | 1.0                      | lanserverproperties-1.0.jar                         | None                                     |
        | LCHIJA | leatherworks                     | 1.78.0                   | LeatherWorks-1.12-1.78.0.42.jar                     | None                                     |
        | LCHIJA | loottweaker                      | 0.3.1                    | LootTweaker-0.3.1+MC1.12.2.jar                      | None                                     |
        | LCHIJA | immersivetech                    | 1.9.97                   | MCTImmersiveTechnology-1.12.2-1.9.97.jar            | None                                     |
        | LCHIJA | mekanism                         | 1.12.2-9.8.3.390         | Mekanism-1.12.2-9.8.3.390.jar                       | None                                     |
        | LCHIJA | mekanismfluxified                | 1.0.0                    | mekanismfluxified-1.12.2-1.0.0.jar                  | None                                     |
        | LCHIJA | mtrm                             | 1.2.2.30                 | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar          | None                                     |
        | LCHIJA | mmdlib                           | 1.0.0-rc2                | MMDLib-1.12-1.0.0-rc2.36.jar                        | None                                     |
        | LCHIJA | testdummy                        | 1.12                     | MmmMmmMmmMmm-1.12-1.14.jar                          | None                                     |
        | LCHIJA | modularmachinery                 | 1.9.5                    | modularmachinery-1.9.5.jar                          | None                                     |
        | LCHIJA | appliedenergistics2              | rv6-stable-7             | 【1.12.2】应用能源MOD.jar                                 | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
        | LCHIJA | pneumaticcraft                   | 1.12.2-0.11.15-398       | pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar | None                                     |
        | LCHIJA | immersivepetroleum               | 1.1.10                   | 【1.12.2】沉浸原油MOD.jar                                 | None                                     |
        | LCHIJA | modulardiversity                 | 1.10                     | Modular+Diversity-1.10.jar                          | None                                     |
        | LCHIJA | buildcrafttransport              | 7.99.24.8                | 【1.12.2】建筑MOD.jar                                   | None                                     |
        | LCHIJA | buildcraftsilicon                | 7.99.24.8                | 【1.12.2】建筑MOD.jar                                   | None                                     |
        | LCHIJA | moretweaker                      | 1.0.19                   | MoreTweaker-1.0.19.jar                              | None                                     |
        | LCHIJA | nei                              | 2.4.2                    | NotEnoughItems-1.12.2-2.4.2.244-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
        | LCHIJA | notreepunching                   | 2.0.21                   | notreepunching-2.0.21.jar                           | None                                     |
        | LCHIJA | nuclearcraft                     | 2o.5.5                   | NuclearCraft-2o.5.5-1.12.2.jar                      | None                                     |
        | LCHIJA | orespawn                         | 3.3.1                    | OreSpawn-1.12-3.3.1.179.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
        | LCHIJA | plustic                          | @VERSION@                | plustic-8.0.3.jar                                   | None                                     |
        | LCHIJA | qmd                              | 1.0.4                    | QMD-1.0.4-1.12.2.jar                                | None                                     |
        | LCHIJA | sereneseasons                    | 1.2.18                   | SereneSeasons-1.12.2-1.2.18-universal.jar           | None                                     |
        | LCHIJA | simplecorn                       | 2.5.12                   | SimpleCorn1.12-2.5.12.jar                           | None                                     |
        | LCHIJA | steamworld                       | 0.4.0.2                  | SteamWorld+1.12.2-0.4.0.2.jar                       | None                                     |
        | LCHIJA | techguns                         | 2.0.2.0                  | techguns-1.12.2-2.0.2.0_pre3.2.jar                  | None                                     |
        | LCHIJA | thermalinnovation                | 0.3.6                    | ThermalInnovation-1.12.2-0.3.6.1-universal.jar      | None                                     |
        | LCHIJA | tinker_io                        | rw2.8.3                  | tinker_io-1.12.2-rw2.8.3.jar                        | None                                     |
        | LCHIJA | tcomplement                      | 1.12.2-0.4.3             | TinkersComplement-1.12.2-0.4.3.jar                  | None                                     |
        | LCHIJA | tinkersforging                   | 1.1.4                    | tinkersforging-1.1.4.jar                            | 3c2d6be715971d1ed58a028cdb3fae72987fc934 |
        | LCHIJA | totaltinkers                     | 0.6.0                    | totaltinkers-0.6.0.jar                              | None                                     |
        | LCHIJA | trackapi                         | 1.2                      | TrackAPI-1.2.jar                                    | None                                     |
        | LCHIJA | trinity                          | 1.4.b                    | Trinity-1.4.b.jar                                   | None                                     |
        | LCHIJA | tweakergui                       | 0.5-beta                 | tweakergui-1.12.2-0.5-beta.jar                      | None                                     |
        | LCHIJA | uniq                             | 2.1                      | uniq-2.1.jar                                        | None                                     |
        | LCHIJA | universalmodcore                 | 1.1.3                    | UniversalModCore-1.12.2-forge-1.1.3.jar             | None                                     |
        | LCHIJA | valkyrienskies                   | 1.1.7                    | 【1.12.2】瓦尔基里天空MOD.jar                               | None                                     |
        | LCHIJA | vs_world                         | 1.12.2-1.0.0             | vs-world-1.12.2-1.0.0.jar                           | None                                     |
        | LCHIJA | vs_control                       | 1.12.2-1.1.1             | vs-control-1.12.2-1.1.1.jar                         | None                                     |
        | LCHIJA | wanionlib                        | 1.12.2-2.5               | WanionLib-1.12.2-2.5.jar                            | None                                     |
        | LCHIJA | waterpower                       | @MODVERSION@             | WaterPower-1.12-0.5.8.jar                           | None                                     |
        | LCHIJA | waterstrainer                    | 3.2.0                    | WaterStrainer-1.12-3.2.0.jar                        | None                                     |
        | LCHIJA | wgblockreplacer                  | 2.3.1+1.12.2             | WorldGen-Block-Replacer-2.3.1+1.12.2.jar            | None                                     |
        | LCHIJA | zenutils                         | 1.9.6                    | zenutils-1.9.6.jar                                  | None                                     |
        | LCHIJA | zephmelt                         | 1.2.2                    | zephmelt-1.2.2.jar                                  | None                                     |
        | LCHIJA | recipehandler                    | 0.13                     | 【1.12.2】不再有合成冲突MOD.jar                              | None                                     |
        | LCHIJA | dmgcontrol                       | 1.3.15                   | 【1.12.2】伤害控制MOD.jar                                 | d476d1b22b218a10d845928d1665d45fce301b27 |
        | LCHIJA | ancientwarfare                   | 1.12.2-2.7.0.1038        | 【1.12.2】古代战争MOD.jar                                 | None                                     |
        | LCHIJA | ancientwarfareautomation         | 1.12.2-2.7.0.1038        | 【1.12.2】古代战争MOD.jar                                 | None                                     |
        | LCHIJA | ancientwarfarenpc                | 1.12.2-2.7.0.1038        | 【1.12.2】古代战争MOD.jar                                 | None                                     |
        | LCHIJA | ancientwarfarestructure          | 1.12.2-2.7.0.1038        | 【1.12.2】古代战争MOD.jar                                 | None                                     |
        | LCHIJA | ancientwarfarevehicle            | 1.12.2-2.7.0.1038        | 【1.12.2】古代战争MOD.jar                                 | None                                     |
        | LCHIJA | buildcraftcompat                 | 7.99.24.8                | 【1.12.2】建筑MOD.jar                                   | None                                     |
        | LCHIJA | buildcraftrobotics               | 7.99.24.8                | 【1.12.2】建筑MOD.jar                                   | None                                     |
        | LCHIJA | mts                              | 20.2.0                   | 【1.12.2】沉浸车辆MOD.jar                                 | None                                     |
        | LCHIJA | immersiverailroading             | 1.9.1                    | 【1.12.2】沉浸铁路MOD.jar                                 | None                                     |
        | LCHIJA | siwangyinyve                     | 1.0.0                    | 专业团队music.jar                                       | None                                     |
        | LCHIJA | industrialwires                  | 1.7-39                   | IndustrialWires-1.7-39.jar                          | None                                     |
        | LCHIJA | armoryexpansion-conarm           | 1.4.2                    | armoryexpansion-1.4.2.jar                           | None                                     |
        | LCHIJA | primal_tech                      | 0.3.5                    | PrimalTech-0.3.5(1).jar                             | None                                     |
        | LCHIJA | tweakersconstructpostload        | 1.12.2-1.6.1             | tweakersconstruct-1.12.2-1.6.1.jar                  | None                                     |
        | LCHIJA | unidict                          | 1.12.2-3.0.8             | UniDict-1.12.2-3.0.8.jar                            | None                                     |
        | LCHIJA | wrapup                           | 1.12-1.1.3               | WrapUp-1.12-1.1.3.jar                               | None                                     |
        | UD     | advancedrocketrycore             | 1                        | minecraft.jar                                       | None                                     |

        Loaded coremods (and transformers):
RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
  com.therandomlabs.randompatches.core.RPTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  sereneseasons.asm.transformer.EntityRendererTransformer
  sereneseasons.asm.transformer.WorldTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
  
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  mekanism.coremod.KeybindingMigrationHelper
ItemPatchingLoader (ItemPhysic_Full_1.4.37_mc1.12.2.jar)
  com.creativemd.itemphysic.ItemTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
AdvancedRocketryPlugin (【1.12.2】高级火箭MOD.jar)
  zmaster587.advancedRocketry.asm.ClassTransformer
UniQ Loading Plugin (uniq-2.1.jar)
  
CorePlugin (ForgeEndertech-1.12.2-4.5.5.0-build.0561.jar)
  
B3M_CorePlugin (B3M-1.12.2-17.jar)
  sedridor.B3M.core.B3M_Transformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
Aqua Acrobatics Transformer (AquaAcrobatics-v1.3.5-1.12.2.jar)
  
JechCore (JustEnoughCharacters-1.12.0-3.5.0.jar)
  me.towdium.jecharacters.core.JechClassTransformer
MixinLoaderForge (【1.12.2】瓦尔基里天空MOD.jar)
  
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
Techguns Core (techguns-1.12.2-2.0.2.0_pre3.2.jar)
  techguns.core.TechgunsASMTransformer
CreativePatchingLoader (CreativeCore_v1.10.65_mc1.12.2.jar)
  
        GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
        Pulsar/tconstruct loaded Pulses:
                - TinkerCommons (Enabled/Forced)
                - TinkerWorld (Enabled/Not Forced)
                - TinkerTools (Enabled/Not Forced)
                - TinkerHarvestTools (Enabled/Forced)
                - TinkerMeleeWeapons (Enabled/Forced)
                - TinkerRangedWeapons (Enabled/Forced)
                - TinkerModifiers (Enabled/Forced)
                - TinkerSmeltery (Enabled/Not Forced)
                - TinkerGadgets (Enabled/Not Forced)
                - TinkerOredict (Enabled/Forced)
                - TinkerIntegration (Enabled/Forced)
                - TinkerFluids (Enabled/Forced)
                - TinkerMaterials (Enabled/Forced)
                - TinkerModelRegister (Enabled/Forced)

        AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
        No Tree Punching: You are not running an official build. This version will NOT be supported by the author.
        Pulsar/tcomplement loaded Pulses:
                - ModuleCommons (Enabled/Forced)
                - ModuleMelter (Enabled/Not Forced)
                - ModuleArmor (Enabled/Not Forced)
                - ModuleSteelworks (Enabled/Not Forced)
                - CeramicsPlugin (Enabled/Not Forced)
                - Oredict (Enabled/Forced)

        List of loaded APIs:
                * antiqueatlasapi (5.1) from antiqueatlas-1.12.2-4.5.1.jar
                * appliedenergistics2|API (rv6) from 【1.12.2】应用能源MOD.jar
                * Base|API (1.0.0) from base-1.12.2-3.14.0.jar
                * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.46.jar
                * buildcraftapi_blocks (1.0) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_boards (2.0) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_core (2.2) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_crops (1.1) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_enums (1.0) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_events (2.0) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_facades (1.1) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_filler (5.0) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_fuels (2.0) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_gates (4.1) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_items (1.1) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_library (2.0) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_lists (1.0) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_power (1.3) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_recipes (3.0) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_robotics (3.0) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_statements (1.1) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_tiles (1.2) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_tools (1.0) from 【1.12.2】建筑MOD.jar
                * buildcraftapi_transport (5.0) from 【1.12.2】建筑MOD.jar
                * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.6.1-universal.jar
                * DroptAPI (4) from dropt-1.12.2-1.19.1.jar
                * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.422.jar
                * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.422.jar
                * ForgeEndertechAPI (1.0) from ForgeEndertech-1.12.2-4.5.5.0-build.0561.jar
                * GraphApi (1.4.0) from vs-control-1.12.2-1.1.1.jar
                * ImmersiveEngineering|API (1.0) from 【1.12.2】沉浸工程MOD.jar
                * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from 【1.12.2】沉浸工程MOD.jar
                * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.16.1.301.jar
                * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar
                * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar
                * railcraft:api_carts (3.0.0) from railcraft-12.0.0.jar
                * railcraft:api_charge (4.0.0) from railcraft-12.0.0.jar
                * railcraft:api_core (3.2.0) from railcraft-12.0.0.jar
                * railcraft:api_crafting (4.0.0) from railcraft-12.0.0.jar
                * railcraft:api_events (2.0.0) from railcraft-12.0.0.jar
                * railcraft:api_fuel (2.0.0) from railcraft-12.0.0.jar
                * railcraft:api_helpers (2.0.0) from railcraft-12.0.0.jar
                * railcraft:api_items (2.4.0) from railcraft-12.0.0.jar
                * railcraft:api_signals (4.0.0) from railcraft-12.0.0.jar
                * railcraft:api_tracks (5.1.1) from railcraft-12.0.0.jar
                * redstonefluxapi (2.1.1) from RedstoneFlux-1.12-2.1.1.1-universal.jar
                * Thaumcraft|API (6.0.2) from railcraft-12.0.0.jar
                * Valkyrien Warfare API (v1.0) from 【1.12.2】瓦尔基里天空MOD.jar
                * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
                * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
                * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
                * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
        AE2 Integration: IC2:ON, RC:ON, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON
        Profiler Position: N/A (disabled)
        Player Count: 1 / 8; [EntityPlayerMP['BaCl2'/1499, l='新的世界', x=-1183.57, y=66.16, z=398.76]]
        Type: Integrated Server (map_client.txt)
        Is Modded: Definitely; Client brand changed to 'fml,forge'
        OptiFine Version: OptiFine_1.12.2_HD_U_G6_pre1
        OptiFine Build: 20210323-161358
        Render Distance Chunks: 10
        Mipmaps: 4
        Anisotropic Filtering: 1
        Antialiasing: 0
        Multitexture: false
        Shaders: null
        OpenGlVersion: 4.6.0 NVIDIA 471.41
        OpenGlRenderer: NVIDIA GeForce RTX 3060/PCIe/SSE2
        OpenGlVendor: NVIDIA Corporation
        CpuCount: 16
发表于 2022-1-30 11:28:27 | 显示全部楼层

回复 | 举报

FourSK
以上是崩溃报告
发表于 2022-1-30 11:29:04 | 显示全部楼层

回复 | 举报

百科目前不允许匿名发帖哦~ 请先 [ 登陆 ][ 注册 ] 吧~

本版积分规则

发新帖
  • 回复
  • 点评
  • 评分

[ MC百科(mcmod.cn) 除另有声明,所有开放公共编辑的内容均使用 BY-NC-SA 3.0 协议 ]

Minecraft百科CC协议
快速回复 返回顶部 返回列表