Version 1.0.19b
11
minecraft/packmenu/resources/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
All The Mods 8
|
||||
======
|
||||
All The Mods 8 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
minecraft/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://akliz.net/allthemods",
|
||||
"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
minecraft/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
minecraft/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
minecraft/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
minecraft/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
minecraft/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
minecraft/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
minecraft/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
minecraft/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
minecraft/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": "寄付する"}
|
||||
5
minecraft/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
minecraft/packmenu/resources/assets/atm/textures/akliz.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
minecraft/packmenu/resources/assets/atm/textures/background.png
Normal file
|
After Width: | Height: | Size: 2.5 MiB |
BIN
minecraft/packmenu/resources/assets/atm/textures/discord.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
minecraft/packmenu/resources/assets/atm/textures/github.png
Normal file
|
After Width: | Height: | Size: 9.6 KiB |
BIN
minecraft/packmenu/resources/assets/atm/textures/logo.png
Normal file
|
After Width: | Height: | Size: 139 KiB |
BIN
minecraft/packmenu/resources/assets/atm/textures/mods.png
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
minecraft/packmenu/resources/assets/atm/textures/multiplayer.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
minecraft/packmenu/resources/assets/atm/textures/patreon.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 856 KiB |
|
After Width: | Height: | Size: 88 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 119 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 537 KiB |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 71 KiB |
|
After Width: | Height: | Size: 280 KiB |
|
After Width: | Height: | Size: 257 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 237 KiB |
|
After Width: | Height: | Size: 71 KiB |
|
After Width: | Height: | Size: 754 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 252 KiB |
|
After Width: | Height: | Size: 31 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: 591 KiB |
|
After Width: | Height: | Size: 592 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 94 KiB |
|
After Width: | Height: | Size: 85 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 474 KiB |
|
After Width: | Height: | Size: 346 KiB |
|
After Width: | Height: | Size: 220 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
After Width: | Height: | Size: 947 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 26 KiB |
BIN
minecraft/packmenu/resources/assets/atm/textures/quit.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
minecraft/packmenu/resources/assets/atm/textures/reddit.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
minecraft/packmenu/resources/assets/atm/textures/settings.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 670 B |
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"packmenu.custom_button": "Custom Button"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"packmenu.custom_button": "自定义按钮"
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.6 MiB |
|
After Width: | Height: | Size: 139 KiB |
|
After Width: | Height: | Size: 591 B |
|
After Width: | Height: | Size: 15 KiB |
6
minecraft/packmenu/resources/pack.mcmeta
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 5,
|
||||
"description": "PackMenu External Resources"
|
||||
}
|
||||
}
|
||||
BIN
minecraft/packmenu/resources/pack.png
Normal file
|
After Width: | Height: | Size: 27 KiB |