Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: TheRisingWorld_MainMenuCfg
Submitted by SnowShock35 on January 23, 2015

Section 1 (Text)

{
    "images": {
        "title": {
            "image": "the_rising_world:textures/gui/TheRisingWorld_Title.png",
            "posX": -180,
            "posY": 30,
            "width": 372,
            "height": 64,
            "alignment": "top_center"
        },
        "button_background": {
            "image": "the_rising_world:textures/gui/TheRisingWorld_ButtonBackground.png",
            "posX": -110,
            "posY": -32,
            "alignment": "center",
            "width": 220,
            "height": 108
        }
    },
    "buttons": {
        "singleplayer": {
            "text": "menu.singleplayer",
            "posX": -100,
            "posY": -24,
            "alignment": "center",
            "width": 98,
            "height": 20
        },
        "multiplayer": {
            "text": "menu.multiplayer",
            "posX": 2,
            "posY": -24,
            "alignment": "center",
            "width": 98,
            "height": 20
        },
        "mods": {
            "text": "fml.menu.mods",
            "posX": -100,
            "posY": 0,
            "alignment": "center",
            "width": 200,
            "height": 20
        },
        "options": {
            "text": "menu.options",
            "posX": -100,
            "posY": 24,
            "alignment": "center",
            "width": 98,
            "height": 20
        },
        "quit": {
            "text": "menu.quit",
            "posX": 2,
            "posY": 24,
            "alignment": "center",
            "width": 98,
            "height": 20
        },
        "language": {
            "text": "",
            "posX": -22,
            "posY": 48,
            "alignment": "center",
            "width": 20,
            "height": 20
        },
        "refresh": {
            "text": "",
            "posX": 2,
            "posY": 48,
            "alignment": "center",
            "width": 20,
            "height": 20
        },
        "forumPage": {
            "text": "Forum Page",
            "posX": -100,
            "posY": 48,
            "alignment": "center",
            "width": 74,
            "height": 20,
            "tooltip": "Link to the official Forum thread",
            "action": {
                "type": "openLink",
                "link": "http://forum.feed-the-beast.com/threads/1-7-10-the-rising-world-rise-or-fall-its-up-to-you-1-1-0-tech-magic-nature-server-version.57283/"
            }
        },
        "changeLog": {
            "text": "Changelog",
            "posX": 26,
            "posY": 48,
            "alignment": "center",
            "width": 74,
            "height": 20,
            "tooltip": "Link to the latest change log",
            "action": {
                "type": "openLink",
                "link": ""
            }
        }
    },
    "texts": {
        "mojang": {
            "text": "",
            "posX": -205,
            "posY": -10,
            "color": -1,
            "alignment": "bottom_right"
        },
        "packName": {
            "text": "§4The Rising World §e1.1.1_Beta",
            "posX": 2,
            "posY": -20,
            "color": -1,
            "alignment": "bottom_left"
        },
        "packAuthor": {
            "text": "§wBy SnowShock35",
            "posX": 2,
            "posY": -10,
            "color": -1,
            "alignment": "bottom_left"
        }
    },
    "other": {
        "background": {
            "image": "",
            "slideshow": {
                "images": [
                    "the_rising_world:textures/gui/background/background_1.png",
                    "the_rising_world:textures/gui/background/background_2.png",
                    "the_rising_world:textures/gui/background/background_3.png",
                    "the_rising_world:textures/gui/background/background_4.png",
                    "the_rising_world:textures/gui/background/background_5.png",
                    "the_rising_world:textures/gui/background/background_6.png",
                    "the_rising_world:textures/gui/background/background_7.png",
                    "the_rising_world:textures/gui/background/background_8.png",
                    "the_rising_world:textures/gui/background/background_9.png"
                ],
                "displayDuration": 50,
                "fadeDuration": 50,
                "shuffle": "true"
            }
        }
    }
}