我的世界客户端启动闪退弹错 - Mod问答 - Minecraft(我的世界)中文论坛 -.htm

我的世界客户端启动闪退弹错 - Mod问答 - Minecraft(我的世界)中文论坛 -

Minecraft(我的世界)中文论坛

 找回密码
 注册(register)

!header_login!

只需一步,立刻登录

查看: 433|回复: 2

[Mod安装] 我的世界客户端启动闪退弹错

 关闭 [复制链接]
ChenGuang001 当前离线
积分
92
帖子
主题
精华
贡献
爱心
钻石
人气
下界之星
最后登录
1970-1-1
注册时间
2017-8-8
查看详细资料

来自:河北

 楼主| 发表于 2020-1-29 15:42:49 | 显示全部楼层 |阅读模式
50金粒
希望大神看一下这个为何客户端无法启动crash report:
WARNING: coremods are present:
  CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
  MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  AstralCore (astralsorcery-1.12.2-1.10.21.jar)
Contact their authors BEFORE contacting forge

// I let you down. Sorry :(

Time: 1/29/20 3:37 PM
Description: Initializing game

java.lang.NoClassDefFoundError: slimeknights/tconstruct/library/client/MaterialRenderInfo
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
        at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
        at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
        at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
        at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
        at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
        at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
        at com.google.common.eventbus.EventBus.post(EventBus.java:217)
        at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
        at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
        at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
        at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
        at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
        at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
        at com.google.common.eventbus.EventBus.post(EventBus.java:217)
        at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
        at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
        at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
        at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
        at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
        at net.minecraft.client.main.Main.main(SourceFile:123)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: slimeknights.tconstruct.library.client.MaterialRenderInfo
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 39 more
Caused by: java.lang.NullPointerException
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
        ... 41 more


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

-- Head --
Thread: Client thread
Stacktrace:
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
        at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
        at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
        at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
        at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
        at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
        at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
        at com.google.common.eventbus.EventBus.post(EventBus.java:217)
        at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
        at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
        at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
        at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
        at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
        at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
        at com.google.common.eventbus.EventBus.post(EventBus.java:217)
        at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
        at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
        at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
        at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
        at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
        at net.minecraft.client.main.Main.main(SourceFile:123)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
        Minecraft Version: 1.12.2
        Operating System: Windows 10 (amd64) version 10.0
        Java Version: 1.8.0_241, Oracle Corporation
        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 3565244176 bytes (3400 MB) / 4143972352 bytes (3952 MB) up to 10485760000 bytes (10000 MB)
        JVM Flags: 11 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx10000m -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.2847 Optifine OptiFine_1.12.2_HD_U_F5 74 mods loaded, 74 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                                |
        |:----- |:--------------------------------- |:------------------ |:-------------------------------------------------- |:---------------------------------------- |
        | LC    | minecraft                         | 1.12.2             | minecraft.jar                                      | None                                     |
        | LC    | mcp                               | 9.42               | minecraft.jar                                      | None                                     |
        | LC    | FML                               | 8.0.99.99          | forge-1.12.2-14.23.5.2847.jar                      | None                                     |
        | LC    | forge                             | 14.23.5.2847       | forge-1.12.2-14.23.5.2847.jar                      | None                                     |
        | LC    | ctm                               | MC1.12.2-1.0.1.30  | CTM-MC1.12.2-1.0.1.30.jar                          | None                                     |
        | LC    | appliedenergistics2               | rv6-stable-7       | appliedenergistics2-rv6-stable-7.jar               | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
        | LC    | bdlib                             | 1.14.3.12          | bdlib-1.14.3.12-mc1.12.2.jar                       | None                                     |
        | LC    | ae2stuff                          | 0.7.0.4            | ae2stuff-0.7.0.4-mc1.12.2.jar                      | None                                     |
        | LC    | baubles                           | 1.5.2              | Baubles-1.12-1.5.2.jar                             | None                                     |
        | LC    | endercore                         | 1.12.2-0.5.73      | EnderCore-1.12.2-0.5.73.jar                        | None                                     |
        | LC    | jei                               | 4.15.0.293         | jei_1.12.2-4.15.0.293.jar                          | None                                     |
        | LC    | thaumcraft                        | 6.1.BETA26         | Thaumcraft-1.12.2-6.1.BETA26.jar                   | None                                     |
        | LC    | codechickenlib                    | 3.2.3.358          | CodeChickenLib-1.12.2-3.2.3.358-universal (1).jar  | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
        | LC    | redstoneflux                      | 2.1.0              | RedstoneFlux-1.12-2.1.0.6-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
        | LC    | cofhcore                          | 4.6.3              | CoFHCore-1.12.2-4.6.3.27-universal.jar             | None                                     |
        | LC    | brandonscore                      | 2.4.18             | BrandonsCore-1.12.2-2.4.18.210-universal.jar       | None                                     |
        | LC    | cofhworld                         | 1.3.1              | CoFHWorld-1.12.2-1.3.1.7-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
        | LC    | thermalfoundation                 | 2.6.3              | ThermalFoundation-1.12.2-2.6.3.27-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
        | LC    | draconicevolution                 | 2.3.25             | Draconic-Evolution-1.12.2-2.3.25.351-universal.jar | None                                     |
        | LC    | thermalexpansion                  | 5.5.4              | ThermalExpansion-1.12.2-5.5.4.43-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
        | LC    | enderio                           | 5.1.55             | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
        | LC    | projecte                          | 1.12.2-PE1.4.1     | ProjectE-1.12.2-PE1.4.1.jar                        | None                                     |
        | LC    | p455w0rdslib                      | 2.3.161            | p455w0rdslib-1.12.2-2.3.161.jar                    | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
        | LC    | ae2wtlib                          | 1.0.34             | AE2WTLib-1.12.2-1.0.34.jar                         | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
        | LC    | extrautils2                       | 1.0                | extrautils2-1.12-1.9.9.jar                         | None                                     |
        | LC    | flyringbaublemod                  | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar        | None                                     |
        | LC    | astralsorcery                     | 1.10.21            | astralsorcery-1.12.2-1.10.21.jar                   | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
        | LC    | avaritia                          | 3.3.0              | Avaritia-1.12.2-3.3.0.33-universal.jar             | None                                     |
        | LC    | avaritiaio                        | @VERSION@          | avaritiaio-1.4.jar                                 | None                                     |
        | LC    | guideapi                          | 1.12-2.1.8-63      | Guide-API-1.12-2.1.8-63.jar                        | None                                     |
        | LC    | bloodmagic                        | 1.12.2-2.4.3-105   | BloodMagic-1.12.2-2.4.3-105.jar                    | None                                     |
        | LC    | cucumber                          | 1.1.3              | Cucumber-1.12.2-1.1.3.jar                          | None                                     |
        | LC    | draconicadditions                 | 1.10.1             | Draconic-Additions-1.12.2-1.10.1.29-universal.jar  | None                                     |
        | LC    | enderiointegrationtic             | 5.1.55             | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
        | LC    | enderiobase                       | 5.1.55             | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
        | LC    | enderioconduits                   | 5.1.55             | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
        | LC    | enderioconduitsappliedenergistics | 5.1.55             | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
        | LC    | enderioconduitsopencomputers      | 5.1.55             | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
        | LC    | refinedstorage                    | 1.6.15             | refinedstorage-1.6.15.jar                          | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
        | LC    | enderioconduitsrefinedstorage     | 5.1.55             | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
        | LC    | enderiointegrationforestry        | 5.1.55             | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
        | LC    | enderiointegrationticlate         | 5.1.55             | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
        | LC    | ftblib                            | 5.4.4.5            | FTBLib-5.4.4.5.jar                                 | None                                     |
        | LC    | enderiomachines                   | 5.1.55             | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
        | LC    | enderiopowertools                 | 5.1.55             | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
        | LC    | enderioendergy                    | 5.1.55             | EnderIO-endergy-1.12.2-5.1.55.jar                  | None                                     |
        | LC    | extracells                        | 2.6.5              | ExtraCells-1.12.2-2.6.5.jar                        | None                                     |
        | LC    | forgemultipartcbe                 | 2.6.2.83           | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
        | LC    | microblockcbe                     | 2.6.2.83           | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
        | LC    | minecraftmultipartcbe             | 2.6.2.83           | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
        | LC    | ironchest                         | 1.12.2-7.0.67.844  | ironchest-1.12.2-7.0.72.847.jar                    | None                                     |
        | LC    | mysticalagriculture               | 1.7.5              | MysticalAgriculture-1.12.2-1.7.5.jar               | None                                     |
        | LC    | jaopcaagriculture                 | 1.12.2-1.2.1.16    | JAOPCAAgriculture-1.12.2-1.2.1.16.jar              | None                                     |
        | LC    | jaopca                            | 1.12.2-2.2.8.103   | JAOPCA-1.12.2-2.2.8.103.jar                        | None                                     |
        | LC    | oredictinit                       | 1.12.2-2.2.1.71    | JAOPCA-1.12.2-2.2.8.103.jar                        | None                                     |
        | LC    | journeymap                        | 1.12.2-5.5.7       | journeymap-1.12.2-5.5.7.jar                        | None                                     |
        | LC    | mcmultipart                       | 2.5.3              | MCMultiPart-2.5.3.jar                              | None                                     |
        | LC    | mekanism                          | 1.12.2-9.8.3.390   | Mekanism-1.12.2-9.8.3.390.jar                      | None                                     |
        | LC    | mekanismgenerators                | 1.12.2-9.8.3.390   | MekanismGenerators-1.12.2-9.8.3.390.jar            | None                                     |
        | LC    | mekanismtools                     | 1.12.2-9.8.3.390   | MekanismTools-1.12.2-9.8.3.390.jar                 | None                                     |
        | LC    | mekores                           | 2.0.12             | mekores-2.0.12.jar                                 | None                                     |
        | LC    | moreavaritia                      | 3.2                | moreavaritia-mc1.12.2-v3.2.jar                     | None                                     |
        | LC    | nei                               | 2.4.3              | NotEnoughItems-1.12.2-2.4.3.245-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
        | L     | planarartifice                    | 0.13               | planarartifice-0.13.jar                            | None                                     |
        | L     | refined_avaritia                  | 2.6                | refined_avaritia-1.12.2-2.6.jar                    | None                                     |
        | L     | tg                                | 0.1.5.0            | Thaumic_Gadgets_1.12.2_0.1.5.1_tb.26.jar           | None                                     |
        | L     | thaumicjei                        | 1.6.0              | ThaumicJEI-1.12.2-1.6.0-27.jar                     | None                                     |
        | L     | thaumicenergistics                | 2.2.3              | thaumicenergistics-2.2.3.jar                       | None                                     |
        | L     | thaumicequivalence                | 1.12.2-1.0.5       | ThaumicEquivalence-1.12.2-1.0.5.jar                | None                                     |
        | L     | tcinventoryscan                   | 2.0.10             | ThaumicInventoryScanning_1.12.2-2.0.10.jar         | None                                     |
        | L     | thaumictinkerer                   | 1.12.2-5.0-353c71c | thaumictinkerer-1.12.2-5.0-353c71c.jar             | None                                     |
        | L     | veinminer                         | 0.36.0             | VeinMiner-1.12-0.36.0.623%2Bcd640ee.jar            | None                                     |
        | L     | veinminermodsupport               | 0.36.0             | VeinMiner-1.12-0.36.0.623%2Bcd640ee.jar            | None                                     |
        | L     | wrapup                            | 1.12-1.1.3         | WrapUp-1.12-1.1.3.jar                              | None                                     |

        Loaded coremods (and transformers):
CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
  team.chisel.ctm.client.asm.CTMTransformer
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  mekanism.coremod.KeybindingMigrationHelper
EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
AstralCore (astralsorcery-1.12.2-1.10.21.jar)

        GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 430.39' Renderer: 'GeForce GTX 1660 Ti/PCIe/SSE2'
        AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
        Launched Version: HMCL 3.2.139
        LWJGL: 2.9.4
        OpenGL: GeForce GTX 1660 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 430.39, NVIDIA Corporation
        GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

        Using VBOs: Yes
        Is Modded: Definitely; Client brand changed to 'fml,forge,LiteLoader'
        Type: Client (map_client.txt)
        Resource Packs:
        Current Language: 简体中文 (中国)
        Profiler Position: N/A (disabled)
        CPU: 12x Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
        OptiFine Version: OptiFine_1.12.2_HD_U_F5
        OptiFine Build: 20191204-141934
        Render Distance Chunks: 64
        Mipmaps: 4
        Anisotropic Filtering: 1
        Antialiasing: 0
        Multitexture: false
        Shaders: null
        OpenGlVersion: 4.6.0 NVIDIA 430.39
        OpenGlRenderer: GeForce GTX 1660 Ti/PCIe/SSE2
        OpenGlVendor: NVIDIA Corporation
        CpuCount: 12

最佳答案

查看完整内容

安装这两个 mod https://c-t.work/s/a016741ea2f046
xmdhs 当前离线
积分
77170
帖子
主题
精华
贡献
爱心
钻石
人气
下界之星
最后登录
1970-1-1
注册时间
2016-4-24
查看详细资料

来自:湖南

发表于 2020-1-29 15:42:50 | 显示全部楼层
回复

使用道具 举报

ChenGuang001 当前离线
积分
92
帖子
主题
精华
贡献
爱心
钻石
人气
下界之星
最后登录
1970-1-1
注册时间
2017-8-8
查看详细资料

来自:河北

 楼主| 发表于 2020-1-29 15:48:18 | 显示全部楼层
xmdhs 发表于 2020-1-29 15:44
安装这两个 mod
https://c-t.work/s/a016741ea2f046

可以了
谢谢
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册(register)

本版积分规则

Archiver|小黑屋|Mcbbs.net ( 京ICP备15023768号-1 ) | 京公网安备 11010502037624号 | 手机版

GMT+8, 2022-7-28 21:30 , Processed in 0.228664 second(s), Total 16, Slave 14 queries, Release: Build.2022.07.28 1606, Gzip On, Redis On.

"Minecraft"以及"我的世界"为美国微软公司的商标 本站与微软公司没有从属关系

© 2010-2022 我的世界中文论坛 版权所有 本站内原创内容版权属于其原创作者,除作者或版规特别声明外未经许可不得转载