试了一下复制代码
,好像是自定义界面的问题,但是没有该配置文件之前加自定义界面好像是没问题的,求解,这是崩溃日志以及自定义界面的配置文件
- {
- "images":
- {
- "title":
- {
- "image" : "custommainmenu:textures/gui/minecraft.png",
- "posX" : -137,
- "posY" : 30,
- "width" : 512,
- "height" : 512,
- "alignment" : "top_center"
- }
- },
-
- "buttons":
- {
- "singleplayer":
- {
- "text" : "menu.singleplayer",
- "posX" : -100,
- "posY" : 48,
- "width" : 200,
- "height" : 20,
- "action" :
- {
- "type" : "openGui",
- "gui" : "singleplayer"
- }
- },
-
- "multiplayer":
- {
- "text" : "menu.multiplayer",
- "posX" : -100,
- "posY" : 72,
- "width" : 200,
- "height" : 20,
- "action" :
- {
- "type" : "openGui",
- "gui" : "multiplayer"
- }
- },
-
- "mods":
- {
- "text" : "Mods",
- "posX" : -100,
- "posY" : 96,
- "width" : 200,
- "height" : 20,
- "action" :
- {
- "type" : "openGui",
- "gui" : "mods"
- }
- },
-
- "options":
- {
- "text" : "menu.options",
- "posX" : -100,
- "posY" : 132,
- "width" : 98,
- "height" : 20,
- "action" :
- {
- "type" : "openGui",
- "gui" : "options"
- }
- },
-
- "quit":
- {
- "text" : "menu.quit",
- "posX" : 2,
- "posY" : 132,
- "width" : 98,
- "height" : 20,
- "action" :
- {
- "type" : "quit"
- }
- },
-
- "language":
- {
- "text" : "",
- "posX" : -124,
- "posY" : 132,
- "width" : 20,
- "height" : 20,
- "action" :
- {
- "type" : "openGui",
- "gui" : "languages"
- }
- },
-
- "refresh":
- {
- "text" : "",
- "posX" : -154,
- "posY" : 132,
- "width" : 20,
- "height" : 20,
- "texture" : "custommainmenu:textures/gui/buttons.png",
- "action" :
- {
- "type" : "refresh"
- }
- }
- },
-
- "texts":
- {
- "mojang":
- {
- "text" : "Copyright Mojang AB. Do not distribute!",
- "posX" : -197,
- "posY" : -10,
- "color" : -1,
- "alignment" : "bottom_right"
- },
-
- "fml":
- {
- "text" : "",
- "posX" : 2,
- "posY" : -50,
- "color" : -1,
- "alignment" : "bottom_left"
- }
- },
-
- "other":
- {
- "splash-text":
- {
- "posX" : 90,
- "posY" : 70,
- "color" : -256,
- "alignment" : "top_center",
- "file" : "texts/splashes.txt"
- },
-
- "background":
- {
- "image" : "custommainmenu:textures/gui/bg.png",
- "mode" : "stretch"
- }
,好像是自定义界面的问题,但是没有该配置文件之前加自定义界面好像是没问题的,求解,这是崩溃日志以及自定义界面的配置文件
lilinjie 发表于 2017-9-10 14:27
你这个我看过了,你可以更新CMM
https://minecraft.curseforge.com/projects/custom-main-menu
我网络不好 ...
是版本问题吗?
你更新下看看咯
对了,错误主要是cmm和配置文件没有关系,更新下应该可以解决
lilinjie 发表于 2017-9-10 15:08
对了,错误主要是cmm和配置文件没有关系,更新下应该可以解决
谢谢啊,只可惜我也下载不了