897987
试了一下
  1. {
  2.     "images":
  3.     {
  4.         "title":
  5.         {
  6.             "image" : "custommainmenu:textures/gui/minecraft.png",
  7.             "posX" : -137,
  8.             "posY" : 30,
  9.             "width" : 512,
  10.             "height" : 512,
  11.             "alignment" : "top_center"
  12.         }
  13.     },
  14.    
  15.     "buttons":
  16.     {
  17.         "singleplayer":
  18.         {
  19.             "text" : "menu.singleplayer",
  20.             "posX" : -100,
  21.             "posY" : 48,
  22.             "width" : 200,
  23.             "height" : 20,
  24.             "action" :
  25.             {
  26.                 "type" : "openGui",
  27.                 "gui" : "singleplayer"
  28.             }
  29.         },
  30.         
  31.         "multiplayer":
  32.         {
  33.             "text" : "menu.multiplayer",
  34.             "posX" : -100,
  35.             "posY" : 72,
  36.             "width" : 200,
  37.             "height" : 20,
  38.             "action" :
  39.             {
  40.                 "type" : "openGui",
  41.                 "gui" : "multiplayer"
  42.             }
  43.         },
  44.         
  45.         "mods":
  46.         {
  47.             "text" : "Mods",
  48.             "posX" : -100,
  49.             "posY" : 96,
  50.             "width" : 200,
  51.             "height" : 20,
  52.             "action" :
  53.             {
  54.                 "type" : "openGui",
  55.                 "gui" : "mods"
  56.             }
  57.         },
  58.             
  59.         "options":
  60.         {
  61.             "text" : "menu.options",
  62.             "posX" : -100,
  63.             "posY" : 132,
  64.             "width" : 98,
  65.             "height" : 20,
  66.             "action" :
  67.             {
  68.                 "type" : "openGui",
  69.                 "gui" : "options"
  70.             }
  71.         },
  72.         
  73.         "quit":
  74.         {
  75.             "text" : "menu.quit",
  76.             "posX" : 2,
  77.             "posY" : 132,
  78.             "width" : 98,
  79.             "height" : 20,
  80.             "action" :
  81.             {
  82.                 "type" : "quit"
  83.             }
  84.         },
  85.         
  86.         "language":
  87.         {
  88.             "text" : "",
  89.             "posX" : -124,
  90.             "posY" : 132,
  91.             "width" : 20,
  92.             "height" : 20,
  93.             "action" :
  94.             {
  95.                 "type" : "openGui",
  96.                 "gui" : "languages"
  97.             }
  98.         },
  99.         
  100.         "refresh":
  101.         {
  102.             "text" : "",
  103.             "posX" : -154,
  104.             "posY" : 132,
  105.             "width" : 20,
  106.             "height" : 20,
  107.             "texture" : "custommainmenu:textures/gui/buttons.png",
  108.             "action" :
  109.             {
  110.                 "type" : "refresh"
  111.             }
  112.         }
  113.     },
  114.    
  115.     "texts":
  116.     {
  117.         "mojang":
  118.         {
  119.             "text" : "Copyright Mojang AB. Do not distribute!",
  120.             "posX" : -197,
  121.             "posY" : -10,
  122.             "color" : -1,
  123.             "alignment" : "bottom_right"
  124.         },
  125.         
  126.         "fml":
  127.         {
  128.             "text" : "",
  129.             "posX" : 2,
  130.             "posY" : -50,
  131.             "color" : -1,
  132.             "alignment" : "bottom_left"
  133.         }
  134.     },
  135.    
  136.     "other":
  137.     {
  138.         "splash-text":
  139.         {
  140.             "posX" : 90,
  141.             "posY" : 70,
  142.             "color" : -256,
  143.             "alignment" : "top_center",
  144.             "file" : "texts/splashes.txt"
  145.         },
  146.         
  147.      "background":
  148.         {
  149. "image" : "custommainmenu:textures/gui/bg.png",
  150. "mode" : "stretch"
  151.         }     
复制代码

,好像是自定义界面的问题,但是没有该配置文件之前加自定义界面好像是没问题的,求解,这是崩溃日志以及自定义界面的配置文件

lilinjie
你这个我看过了,你可以更新CMM
https://minecraft.curseforge.com/projects/custom-main-menu
我网络不好,不然就帮你下载了

897987
lilinjie 发表于 2017-9-10 14:27
你这个我看过了,你可以更新CMM
https://minecraft.curseforge.com/projects/custom-main-menu
我网络不好 ...

是版本问题吗?

lilinjie
你更新下看看咯

lilinjie
对了,错误主要是cmm和配置文件没有关系,更新下应该可以解决

897987
lilinjie 发表于 2017-9-10 15:08
对了,错误主要是cmm和配置文件没有关系,更新下应该可以解决

谢谢啊,只可惜我也下载不了