• Duyuru ve bilgilendirmeleri Discord sunucumuz konyacraft.com/discord konyacraft.com/discord adresinden takip edebilirsiniz.
  • Forumda tartışma yaratmak, hakaretlerde bulunmak kesinlikle yasaktır!

Minecraft Menü Değiştirme Modu!

Katılım
2 Mart 2019
Mesajlar
932
Beğeniler
979
Puanları
707
Konum
Niğde
#1
Merhaba,
Bugün ''Custom Main Menü'' Modunu inceleyip biraz bilgi vereceğim.
Biraz bilgi birikimi gerektiren bir mod öncelliklle.
Veya basit yolları da takip ederek de yapabilirsiniz.
.Minecraft klasöründen Config dosyasını açıyorsunuz.

Orada

Böyle bir menü ile karşılaşacaksınız.
Buna girip ''MainMenu'' Adlı klasöre girip direk basit bir yol izlemek istiyorsanız kendiniz yapmak istemiyorsanız.
Bu kod ile direkt oluşturabilirsiniz.
Menü hakkında bir kaç görüntü.
Ms4-0nADjUUumcTXFylqeFDNv7ObSLuF8r3wMnzS3XA.png
menu.jpg
Kod:
{
     "buttons":
    {
        "singleplayer":
        {
            "text" : "menu.singleplayer",
            "texture" : "KonyaCraft:images/button.png",
            "imageWidth" : 1,
            "imageHeight" : 1,
            "posX" : -250,
            "posY" : -48,
            "alignment" : "bottom_center",
            "width" : 200,
            "height" : 20,
            "action" :
            {
                "type" : "openGui",
                "gui" : "singleplayer"
            }
        },
     
 
        },
     
        "quit":
        {
            "text" : "menu.quit",
            "texture" : "KonyaCraft:images/button.png",
            "imageWidth" : 1,
            "imageHeight" : 1,
            "posX" : -102,
            "posY" : 25,
            "alignment" : "top_right",
            "width" : 100,
            "height" : 20,
            "action" :
            {
                "type" : "quit"
            }
        },
     
        "changelog":
        {
            "text" : "Changelog",
            "tooltip" : "View this menues changelog",
            "texture" : "KonyaCraftMenu:images/button.png",
            "imageWidth" : 1,
            "imageHeight" : 1,
            "posX" : -102,
            "posY" : 50,
            "alignment" : "top_right",
            "width" : 100,
            "height" : 20,
            "action" :
            {
                "type" : "openGui",
                "gui" : "custom.changelog"
            }
        },
         

        },
     
        "mods":
        {
            "text" : "fml.menu.mods",
            "texture" : KonyaCraftMenu:images/button.png",
            "imageWidth" : 1,
            "imageHeight" : 1,
            "posX" : -102,
            "posY" : 100,
            "alignment" : "top_right",
            "width" : 100,
            "height" : 20,
            "action" :
            {
                "type" : "openGui",
                "gui" : "mods"
            }
        },
         
        "options":
        {
            "text" : "menu.options",
            "texture" : "KonyaCraftMenu:images/button.png",
            "imageWidth" : 1,
            "imageHeight" : 1,
            "posX" : -102,
            "posY" : 125,
            "alignment" : "top_right",
            "width" : 100,
            "height" : 20,
            "action" :
            {
                "type" : "openGui",
                "gui" : "options"
            }
        },
  
        },
     
        "date":
        {
            "text" : "#date#",
            "posX" : 0,
            "posY" : 25,
            "alignment" : "center",
            "color" : -1,
            "fontSize" : 4
        }
    },
 
    "other":
    {
        "panorama":
        {
            "images" : "KonyaCraftMenu:panorama/panorama_%c.png",
            "animate" : true,
            "animationSpeed" : 2.5,
            "blur" : true,
            "gradient" : false,
            "synced" : true
        }
    }
}


 

Ekli dosyalar

Son düzenleme:
Forumda tartışma istemiyoruz, Saygı!
Sevgili üyemiz, İkonia Network büyük bir aileden oluşan saygın topluluktur. Bu toplulukta herkes birbirine saygılı olmalıdır. Forum tartışma ve fikir aktarımı üzerine kurulmuş olsada üzülerek kırıcı, rencide edici boyutta tartışmalar yaşandığına şahit oluyoruz. Lütfen mesaj yazarken kırıcı, rencide edici söylemlerden kaçınıp barışçıl olunuz. Kırıcı ve rencide edici boyuta ulaşan mesajlar için "Uyarılar ve Uyarı Puanları" kapsamında geçerli olmak üzere uyarı puanı ile cezalandırma uygulayacağız.