克鲁鲁殿下
附件logcmm主菜单mod
疑似出问题:


2021.12 数据,可能有更多内容附件logcmm主菜单mod
疑似出问题:


{
    "images":
    {
  "title":
   {
   "image" : "custommainmenu:textures/gui/minecraft.png",
   "posX" : -137,
   "posY" : 30,
   "width" : 512,
   "height" : 512,
   "alignment" : "top_center"
  },
  "edition":
  {
   "image" : "custommainmenu:textures/gui/edition.png",
   "posX" : -64,
   "posY" : 190,
   "width" : 128,
   "height" : 16,
  }
    },
    "buttons":
    {
  "multiplayer":
  {
   "text" : "加入服务器",
   "posX" : -100,
   "posY" : 65,
   "width" : 200,
   "height" : 20,
   "action" :
   {
    "type" : "connectToServer",
    "ip" : "play.mclmrj.cn"
   }
  },
  "web":
  {
   "text": "连接官网",
   "posX": -100,
   "posY": 80,
   "width": 200,
   "height": 20,
   "action":
   {
    "type": "openLink",
    "link": "mclmrj.cn"
   }
  },
  "mods":
  {
   "text" : "加入群聊一起聊天",
   "posX" : -100,
   "posY" : 95,
   "width" : 200,
   "height" : 20,
   "action" :
   {
    "type" : "openLink",
    "link": "https://jq.qq.com/?_wv=1027&k=5SSs2vF"
   }
  },
  "refresh":
  {
   "text" : "",
   "posX" : -10,
   "posY" : 130,
   "width" : 20,
   "height" : 20,
   "texture" : "custommainmenu:textures/gui/buttons.png",
   "action" :
   {
    "type" : "refresh"
   }
  },
  "quit":
  {
   "text": "退出游戏",
   "posX": -25,
   "posY": 160,
   "width": 50,
   "height": 20,
   "action":
   {
    "type": "quit"
   }
  }
    },
    "labels":
    {
  "mojang":
  {
   "text" : "Copyright Mojang AB. Do not distribute!",
   "hoverText" : "?Copyright Mojang AB. Do not distribute!",
   "posX" : -197,
   "posY" : -10,
   "color" : -1,
   "alignment" : "bottom_right",
   "action" :
   {
    "type" : "openGui",
    "gui" : "credits"
   }
  },
  "fml":
  {
   "text" : "",
   "posX" : 2,
   "posY" : -40,
   "color" : -1,
   "alignment" : "bottom_left"
  }
    },
    "other":
    {
  "splash-text":
  {
   "posX" : 90,
   "posY" : 70,
   "color" : -256,
   "texts" : "edeedeuhfehedhwh"
  },
  "panorama":
  {
   "images" : "custommainmenu:textures/gui/transparent.png",
   "animate" : true,
   "animationSpeed" : 2,
   "blur" : false,
   "gradient" : false
  }
    }
}



strings
  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.         "edition":
  14.         {
  15.             "image" : "custommainmenu:textures/gui/edition.png",
  16.             "posX" : -64,
  17.             "posY" : 190,
  18.             "width" : 128,
  19.             "height" : 16
  20.         }
  21.     },
  22.     "buttons":
  23.     {
  24.         "multiplayer":
  25.         {
  26.             "text" : "加入服务器",
  27.             "posX" : -100,
  28.             "posY" : 65,
  29.             "width" : 200,
  30.             "height" : 20,
  31.             "action" :
  32.             {
  33.                 "type" : "connectToServer",
  34.                 "ip" : "play.mclmrj.cn"
  35.             }
  36.         },
  37.         "web":
  38.         {
  39.             "text": "连接官网",
  40.             "posX": -100,
  41.             "posY": 80,
  42.             "width": 200,
  43.             "height": 20,
  44.             "action":
  45.             {
  46.                 "type": "openLink",
  47.                 "link": "mclmrj.cn"
  48.             }
  49.         },
  50.         "mods":
  51.         {
  52.             "text" : "加入群聊一起聊天",
  53.             "posX" : -100,
  54.             "posY" : 95,
  55.             "width" : 200,
  56.             "height" : 20,
  57.             "action" :
  58.             {
  59.                 "type" : "openLink",
  60.                 "link": "https://jq.qq.com/?_wv=1027&k=5SSs2vF"
  61.             }
  62.         },
  63.         "refresh":
  64.         {
  65.             "text" : "",
  66.             "posX" : -10,
  67.             "posY" : 130,
  68.             "width" : 20,
  69.             "height" : 20,
  70.             "texture" : "custommainmenu:textures/gui/buttons.png",
  71.             "action" :
  72.             {
  73.                 "type" : "refresh"
  74.             }
  75.         },
  76.         "quit":
  77.         {
  78.             "text": "退出游戏",
  79.             "posX": -25,
  80.             "posY": 160,
  81.             "width": 50,
  82.             "height": 20,
  83.             "action":
  84.             {
  85.                 "type": "quit"
  86.             }
  87.         }
  88.     },
  89.     "labels":
  90.     {
  91.         "mojang":
  92.         {
  93.             "text" : "Copyright Mojang AB. Do not distribute!",
  94.             "hoverText" : "?Copyright Mojang AB. Do not distribute!",
  95.             "posX" : -197,
  96.             "posY" : -10,
  97.             "color" : -1,
  98.             "alignment" : "bottom_right",
  99.             "action" :
  100.             {
  101.                 "type" : "openGui",
  102.                 "gui" : "credits"
  103.             }
  104.         },
  105.         "fml":
  106.         {
  107.             "text" : "",
  108.             "posX" : 2,
  109.             "posY" : -40,
  110.             "color" : -1,
  111.             "alignment" : "bottom_left"
  112.         }
  113.     },
  114.     "other":
  115.     {
  116.         "splash-text":
  117.         {
  118.             "posX" : 90,
  119.             "posY" : 70,
  120.             "color" : -256,
  121.             "texts" : "edeedeuhfehedhwh"
  122.         },
  123.         "panorama":
  124.         {
  125.             "images" : "custommainmenu:textures/gui/transparent.png",
  126.             "animate" : true,
  127.             "animationSpeed" : 2,
  128.             "blur" : false,
  129.             "gradient" : false
  130.         }
  131.     }
  132. }
复制代码


克鲁鲁殿下

什么问题?

第一页 上一页 下一页 最后一页