This commit is contained in:
NTCat 2024-10-28 22:46:21 -07:00
parent 4132066a44
commit 81d4d4c876
267 changed files with 264 additions and 0 deletions

View 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

View 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
}

View 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
}

View 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
}

View 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
}

View File

@ -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
}

View 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
}

View 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
}

View 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
}

View 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
}

View File

@ -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
}

View 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"}

View 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"}

View File

@ -0,0 +1,5 @@
{ "packmenu.atm.discord": "Discord",
"packmenu.atm.akliz": "サーバーを作る",
"packmenu.atm.reddit": "Reddit",
"packmenu.atm.github": "Github",
"packmenu.atm.patreon": "寄付する"}

View File

@ -0,0 +1,6 @@
{ "packmenu.atm.discord": "Discord",
"packmenu.atm.akliz": "서버 만들기",
"packmenu.atm.reddit": "Reddit",
"packmenu.atm.github": "Github",
"packmenu.atm.patreon": "기부를"}

View File

@ -0,0 +1,5 @@
{ "packmenu.atm.discord": "Discord",
"packmenu.atm.akliz": "建服",
"packmenu.atm.reddit": "Reddit",
"packmenu.atm.github": "Github",
"packmenu.atm.patreon": "捐赠"}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 856 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 921 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Some files were not shown because too many files have changed in this diff Show More