e
11
client/packmenu/resources/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
All The Mods 9
|
||||
======
|
||||
All The Mods 9 is released on curseforge only, as All Rights Reserved,
|
||||
This covers the following files/folders
|
||||
- all Quests and rewards in `\instance\config\ftbquests\quests\`
|
||||
- all custom Kubejs scripts in `\instance\kubejs\`
|
||||
- all custom AllTheMods Packmenu assets in `\instance\packmenu\resources\`
|
||||
|
||||
What does All Rights Reserved Mean?
|
||||
For players, it means nothing, you are still permitted to play and film and stream the pack.
|
||||
For anyone else, it means you cannot redistribute any of the above folders or files in any publicly released packs without permission from Allthemods
|
21
client/packmenu/resources/assets/atm/buttons/akliz.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"x": 75,
|
||||
"y": -40,
|
||||
"width": 120,
|
||||
"height": 30,
|
||||
"langKey": "packmenu.atm.akliz",
|
||||
"action": "OPEN_URL",
|
||||
"data": "https://www.akliz.net/atmgravitas",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"hoverU": 0,
|
||||
"hoverV": 30,
|
||||
"texWidth": 120,
|
||||
"texHeight": 60,
|
||||
"texture": "atm:textures/akliz.png",
|
||||
"fontColor": 0,
|
||||
"hoverFontColor": 1140326,
|
||||
"dropShadow": false,
|
||||
"textXOffset": 5,
|
||||
"textYOffset": -6
|
||||
}
|
21
client/packmenu/resources/assets/atm/buttons/discord.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"x": 75,
|
||||
"y": -5,
|
||||
"width": 120,
|
||||
"height": 30,
|
||||
"langKey": "packmenu.atm.discord",
|
||||
"action": "OPEN_URL",
|
||||
"data": "https://discord.gg/3paFjuRfz9",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"hoverU": 0,
|
||||
"hoverV": 30,
|
||||
"texWidth": 120,
|
||||
"texHeight": 60,
|
||||
"texture": "atm:textures/discord.png",
|
||||
"fontColor": 0,
|
||||
"hoverFontColor": 1140326,
|
||||
"dropShadow": false,
|
||||
"textXOffset": 5,
|
||||
"textYOffset": -6
|
||||
}
|
21
client/packmenu/resources/assets/atm/buttons/github.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"x": 75,
|
||||
"y": 30,
|
||||
"width": 120,
|
||||
"height": 30,
|
||||
"langKey": "packmenu.atm.github",
|
||||
"action": "OPEN_URL",
|
||||
"data": "https://github.com/allthemods",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"hoverU": 0,
|
||||
"hoverV": 30,
|
||||
"texWidth": 120,
|
||||
"texHeight": 60,
|
||||
"texture": "atm:textures/github.png",
|
||||
"fontColor": 0,
|
||||
"hoverFontColor": 1140326,
|
||||
"dropShadow": false,
|
||||
"textXOffset": 5,
|
||||
"textYOffset": -6
|
||||
}
|
21
client/packmenu/resources/assets/atm/buttons/mods.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"x": -50,
|
||||
"y": 30,
|
||||
"width": 120,
|
||||
"height": 30,
|
||||
"langKey": "fml.menu.mods",
|
||||
"action": "OPEN_GUI",
|
||||
"data": "MODS",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"hoverU": 0,
|
||||
"hoverV": 30,
|
||||
"texWidth": 120,
|
||||
"texHeight": 60,
|
||||
"texture": "atm:textures/mods.png",
|
||||
"fontColor": 0,
|
||||
"hoverFontColor": 1140326,
|
||||
"dropShadow": false,
|
||||
"textXOffset": 5,
|
||||
"textYOffset": -6
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"x": 75,
|
||||
"y": -75,
|
||||
"width": 120,
|
||||
"height": 30,
|
||||
"langKey": "menu.multiplayer",
|
||||
"action": "OPEN_GUI",
|
||||
"data": "MULTIPLAYER",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"hoverU": 0,
|
||||
"hoverV": 30,
|
||||
"texWidth": 120,
|
||||
"texHeight": 60,
|
||||
"texture": "atm:textures/multiplayer.png",
|
||||
"fontColor": 0,
|
||||
"hoverFontColor": 1140326,
|
||||
"dropShadow": false,
|
||||
"textXOffset": 5,
|
||||
"textYOffset": -6
|
||||
}
|
21
client/packmenu/resources/assets/atm/buttons/options.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"x": -50,
|
||||
"y": 65,
|
||||
"width": 120,
|
||||
"height": 30,
|
||||
"langKey": "menu.options",
|
||||
"action": "OPEN_GUI",
|
||||
"data": "OPTIONS",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"hoverU": 0,
|
||||
"hoverV": 30,
|
||||
"texWidth": 120,
|
||||
"texHeight": 60,
|
||||
"texture": "atm:textures/settings.png",
|
||||
"fontColor": 0,
|
||||
"hoverFontColor": 1140326,
|
||||
"dropShadow": false,
|
||||
"textXOffset": 5,
|
||||
"textYOffset": -6
|
||||
}
|
21
client/packmenu/resources/assets/atm/buttons/patreon.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"x": -50,
|
||||
"y": -40,
|
||||
"width": 120,
|
||||
"height": 30,
|
||||
"langKey": "packmenu.atm.patreon",
|
||||
"action": "OPEN_URL",
|
||||
"data": "https://ko-fi.com/allthemods",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"hoverU": 0,
|
||||
"hoverV": 30,
|
||||
"texWidth": 120,
|
||||
"texHeight": 60,
|
||||
"texture": "atm:textures/patreon.png",
|
||||
"fontColor": 0,
|
||||
"hoverFontColor": 1140326,
|
||||
"dropShadow": false,
|
||||
"textXOffset": 5,
|
||||
"textYOffset": -6
|
||||
}
|
20
client/packmenu/resources/assets/atm/buttons/quit.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"x": 75,
|
||||
"y": 65,
|
||||
"width": 120,
|
||||
"height": 30,
|
||||
"langKey": "menu.quit",
|
||||
"action": "QUIT",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"hoverU": 0,
|
||||
"hoverV": 30,
|
||||
"texWidth": 120,
|
||||
"texHeight": 60,
|
||||
"texture": "atm:textures/quit.png",
|
||||
"fontColor": 0,
|
||||
"hoverFontColor": 1140326,
|
||||
"dropShadow": false,
|
||||
"textXOffset": 5,
|
||||
"textYOffset": -6
|
||||
}
|
21
client/packmenu/resources/assets/atm/buttons/reddit.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"x": -50,
|
||||
"y": -5,
|
||||
"width": 120,
|
||||
"height": 30,
|
||||
"langKey": "packmenu.atm.reddit",
|
||||
"action": "OPEN_URL",
|
||||
"data": "https://reddit.com/r/allthemods",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"hoverU": 0,
|
||||
"hoverV": 30,
|
||||
"texWidth": 120,
|
||||
"texHeight": 60,
|
||||
"texture": "atm:textures/reddit.png",
|
||||
"fontColor": 0,
|
||||
"hoverFontColor": 1140326,
|
||||
"dropShadow": false,
|
||||
"textXOffset": 5,
|
||||
"textYOffset": -6
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"x": -50,
|
||||
"y": -75,
|
||||
"width": 120,
|
||||
"height": 30,
|
||||
"langKey": "menu.singleplayer",
|
||||
"action": "OPEN_GUI",
|
||||
"data": "SINGLEPLAYER",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"hoverU": 0,
|
||||
"hoverV": 30,
|
||||
"texWidth": 120,
|
||||
"texHeight": 60,
|
||||
"texture": "atm:textures/singleplayer.png",
|
||||
"fontColor": 0,
|
||||
"hoverFontColor": 1140326,
|
||||
"dropShadow": false,
|
||||
"textXOffset": 5,
|
||||
"textYOffset": -6
|
||||
}
|
5
client/packmenu/resources/assets/atm/lang/en_us.json
Normal file
@ -0,0 +1,5 @@
|
||||
{ "packmenu.atm.discord": "Discord",
|
||||
"packmenu.atm.akliz": "Make A Server",
|
||||
"packmenu.atm.reddit": "Reddit",
|
||||
"packmenu.atm.github": "Github",
|
||||
"packmenu.atm.patreon": "Donate"}
|
5
client/packmenu/resources/assets/atm/lang/es_es.json
Normal file
@ -0,0 +1,5 @@
|
||||
{ "packmenu.atm.discord": "Discord",
|
||||
"packmenu.atm.akliz": "Crea Tú Servidor",
|
||||
"packmenu.atm.reddit": "Reddit",
|
||||
"packmenu.atm.github": "Github",
|
||||
"packmenu.atm.patreon": "Apóyanos"}
|
5
client/packmenu/resources/assets/atm/lang/ja_jp.json
Normal file
@ -0,0 +1,5 @@
|
||||
{ "packmenu.atm.discord": "Discord",
|
||||
"packmenu.atm.akliz": "サーバーを作る",
|
||||
"packmenu.atm.reddit": "Reddit",
|
||||
"packmenu.atm.github": "Github",
|
||||
"packmenu.atm.patreon": "寄付する"}
|
6
client/packmenu/resources/assets/atm/lang/ko_kr.json
Normal file
@ -0,0 +1,6 @@
|
||||
{ "packmenu.atm.discord": "Discord",
|
||||
"packmenu.atm.akliz": "서버 만들기",
|
||||
"packmenu.atm.reddit": "Reddit",
|
||||
"packmenu.atm.github": "Github",
|
||||
"packmenu.atm.patreon": "기부를"}
|
||||
|
5
client/packmenu/resources/assets/atm/lang/zh_cn.json
Normal file
@ -0,0 +1,5 @@
|
||||
{ "packmenu.atm.discord": "Discord",
|
||||
"packmenu.atm.akliz": "建服",
|
||||
"packmenu.atm.reddit": "Reddit",
|
||||
"packmenu.atm.github": "Github",
|
||||
"packmenu.atm.patreon": "捐赠"}
|
BIN
client/packmenu/resources/assets/atm/textures/akliz.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
client/packmenu/resources/assets/atm/textures/discord.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
client/packmenu/resources/assets/atm/textures/github.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
client/packmenu/resources/assets/atm/textures/logo.png
Normal file
After Width: | Height: | Size: 192 KiB |
BIN
client/packmenu/resources/assets/atm/textures/mods.png
Normal file
After Width: | Height: | Size: 9.0 KiB |
BIN
client/packmenu/resources/assets/atm/textures/multiplayer.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
client/packmenu/resources/assets/atm/textures/patreon.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 72 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 37 KiB |
After Width: | Height: | Size: 69 KiB |
After Width: | Height: | Size: 71 KiB |
After Width: | Height: | Size: 145 KiB |
After Width: | Height: | Size: 102 KiB |
After Width: | Height: | Size: 125 KiB |
After Width: | Height: | Size: 99 KiB |
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 60 KiB |
After Width: | Height: | Size: 152 KiB |
After Width: | Height: | Size: 127 KiB |
After Width: | Height: | Size: 85 KiB |
After Width: | Height: | Size: 95 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 856 KiB |
After Width: | Height: | Size: 88 KiB |
After Width: | Height: | Size: 76 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 119 KiB |
After Width: | Height: | Size: 78 KiB |
After Width: | Height: | Size: 84 KiB |
After Width: | Height: | Size: 117 KiB |
After Width: | Height: | Size: 200 KiB |
After Width: | Height: | Size: 168 KiB |
After Width: | Height: | Size: 210 KiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 291 KiB |
After Width: | Height: | Size: 523 KiB |
After Width: | Height: | Size: 875 KiB |
After Width: | Height: | Size: 921 KiB |
After Width: | Height: | Size: 1.8 MiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 471 KiB |
After Width: | Height: | Size: 534 KiB |
After Width: | Height: | Size: 211 KiB |
After Width: | Height: | Size: 592 KiB |
After Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 18 KiB |
BIN
client/packmenu/resources/assets/atm/textures/questpics/chp2.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 54 KiB |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 84 KiB |
After Width: | Height: | Size: 68 KiB |
After Width: | Height: | Size: 92 KiB |
After Width: | Height: | Size: 87 KiB |
After Width: | Height: | Size: 99 KiB |
After Width: | Height: | Size: 79 KiB |
After Width: | Height: | Size: 127 KiB |
After Width: | Height: | Size: 130 KiB |
After Width: | Height: | Size: 129 KiB |