如题,请问怎么修改客户端进去游戏之后的登陆界面就是不让玩家开单人的那个图片我以前有后来电脑做系统没了
g530775 发表于 2019-3-24 18:52
http://www.mcbbs.net/thread-514791-1-1.html
这是模组
1.12.2的能用吗
g530775 发表于 2019-3-24 19:08
这MOD可能不支持1.12
好像现在1.12没有能支持改界面你的模组吧
我看别人的1.12.2也改了难道是插件?
就是这样的
换一个大一点的laofangkuai 发表于 2019-3-24 19:18
换一个大一点的
还是看不清 但是这就是1.12.2版本的
刚好发现收藏栏里有这个 你看看可不可以 兼容1.12.2版本的
站内帖:http://www.mcbbs.net/thread-299245-1-2.html
GitHub下载:https://github.com/huanghongxun/MyUI
站内帖:http://www.mcbbs.net/thread-299245-1-2.html
GitHub下载:https://github.com/huanghongxun/MyUI
[如果能帮到你 请给个最佳吧~]
laofangkuai 发表于 2019-3-24 19:11
我看别人的1.12.2也改了难道是插件?
支持 1.12.2
http://www.mcbbs.net/thread-812817-1-1.html
https://minecraft.curseforge.com/projects/custom-main-menu/files
xmdhs 发表于 2019-3-24 19:55
支持 1.12.2
http://www.mcbbs.net/thread-812817-1-1.html
那个教程看不明白呀大佬脑瓜子看的嗡嗡的
xmdhs 发表于 2019-3-24 19:55
支持 1.12.2
http://www.mcbbs.net/thread-812817-1-1.html
我装上之后启动客户端就崩溃
xmdhs 发表于 2019-3-24 19:55
支持 1.12.2
http://www.mcbbs.net/thread-812817-1-1.html
崩溃报告如下
---- Minecraft Crash Report ----
WARNING: coremods are present:
ForgePlugin (8.jar)
Inventory Tweaks Coremod (12.jar)
Contact their authors BEFORE contacting forge
// I'm sorry, Dave.
Time: 3/26/19 1:23 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Custom Main Menu (custommainmenu)
Caused by: java.lang.RuntimeException: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 171 column 2 path $.other.panorama
at lumien.custommainmenu.CustomMainMenu.preInit(CustomMainMenu.java:71)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
at sun.reflect.GeneratedMethodAccessor9.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.preinitializeMods(Loader.java:627)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
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: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 171 column 2 path $.other.panorama
at com.google.gson.internal.Streams.parse(Streams.java:60)
at com.google.gson.JsonParser.parse(JsonParser.java:84)
at lumien.custommainmenu.configuration.ConfigurationLoader.load(ConfigurationLoader.java:92)
at lumien.custommainmenu.CustomMainMenu.preInit(CustomMainMenu.java:66)
... 40 more
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 171 column 2 path $.other.panorama
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559)
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491)
at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414)
at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738)
at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739)
at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714)
at com.google.gson.internal.Streams.parse(Streams.java:48)
... 43 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_181, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 292796376 bytes (279 MB) / 1008205824 bytes (961 MB) up to 2173698048 bytes (2073 MB)
JVM Flags: 2 total; -Xmx2332m -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.2814 Optifine OptiFine_1.12.2_HD_U_C6 19 mods loaded, 19 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 |
|:----- |:------------------- |:------------------------ |:--------------------------------- |:---------------------------------------- |
| LCH | minecraft | 1.12.2 | minecraft.jar | None |
| LCH | mcp | 9.42 | minecraft.jar | None |
| LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2814.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | forge | 14.23.5.2814 | forge-1.12.2-14.23.5.2814.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | jei | 4.12.1.217 | 13.jar | None |
| LCH | codechickenlib | 3.2.2.353 | 14.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH | nei | 2.4.2 | 1.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH | wailaharvestability | 1.1.12 | 10.jar | None |
| LCH | recipehandler | 0.12 | 11.jar | None |
| LCH | inventorytweaks | 1.63+release.109.220f184 | 12.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCH | journeymap | 1.12.2-5.5.0rc1 | 15.jar | None |
| LCH | mobends | 0.24 | 16.jar | None |
| LCH | pixelmon | 7.0.5 | 19.jar | None |
| LCH | variedcommodities | 1.12.2 | 2.jar | None |
| LCH | customnpcs | 1.12 | 3.jar | None |
| LCH | waila | 1.8.26 | 7.jar | None |
| LCH | customskinloader | 14.9 | 8.jar | None |
| LCH | cfm | 6.2.0 | 9.jar | None |
| LCE | custommainmenu | 2.0.8 | CustomMainMenu-MC1.12.2-2.0.8.jar | None |
Loaded coremods (and transformers):
ForgePlugin (8.jar)
customskinloader.forge.TransformerManager
Inventory Tweaks Coremod (12.jar)
invtweaks.forge.asm.ContainerTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 390.77' Renderer: 'GeForce GT 610/PCIe/SSE2'
OptiFine Version: OptiFine_1.12.2_HD_U_C6
Render Distance Chunks: 8
Mipmaps: 1
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 390.77
OpenGlRenderer: GeForce GT 610/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 2
laofangkuai 发表于 2019-3-24 19:05
1.12.2的能用吗
1.12.2可以用的