|
1 | 1 | { |
2 | | - "geode": "4.6.1", |
3 | | - "gd": { |
4 | | - "win": "2.2074", |
5 | | - "android": "2.2074", |
6 | | - "mac": "2.2074", |
7 | | - "ios": "2.2074" |
8 | | - }, |
9 | | - "id": "alphii.gd-splash-text", |
10 | | - "name": "Splash Text!", |
11 | | - "version": "v1.3.0", |
12 | | - "developer": "Alphii", |
13 | | - "description": "Minecraft-style splashes in the main menu!", |
14 | | - "tags": ["enhancement", "offline"], |
15 | | - "links": { |
16 | | - "community": "https://discord.gg/tVPtwJexSX", |
17 | | - "source": "https://github.com/AlphiiGD/Splash-Text" |
18 | | - }, |
19 | | - "resources": { |
20 | | - "files": [ |
21 | | - "resources/*.splash" |
22 | | - ] |
23 | | - }, |
24 | | - "settings": { |
25 | | - "extra-splash-file": { |
26 | | - "type": "file", |
27 | | - "name": "Extra Splashes", |
28 | | - "platforms": ["android", "win", "mac"], |
29 | | - "description": "Additional splash texts, one per line. Restart your game to apply. See more info about writing these on the GitHub page!", |
30 | | - "default": { |
31 | | - "win": "", |
32 | | - "mac": "", |
33 | | - "android": "" |
34 | | - }, |
35 | | - "control": { |
36 | | - "dialog": "open", |
37 | | - "filters": [ |
38 | | - { |
39 | | - "files": ["*.splash", "*.txt", "*.text"], |
40 | | - "description": "Splash files." |
41 | | - } |
42 | | - ] |
43 | | - } |
44 | | - }, |
45 | | - "splash-rotation": { |
46 | | - "type": "float", |
47 | | - "name": "Splash Text Rotation", |
48 | | - "description": "The rotation for the splash in the main menu. Default is -20", |
49 | | - "default": -20, |
50 | | - "min": -180, |
51 | | - "max": 180, |
52 | | - "control": { |
53 | | - "slider": true |
54 | | - } |
55 | | - }, |
| 2 | + "geode": "4.10.0", |
| 3 | + "gd": { |
| 4 | + "win": "2.2074", |
| 5 | + "android": "2.2074", |
| 6 | + "mac": "2.2074", |
| 7 | + "ios": "2.2074" |
| 8 | + }, |
| 9 | + "id": "alphii.gd-splash-text", |
| 10 | + "name": "Splash Text!", |
| 11 | + "version": "v1.4.0", |
| 12 | + "developer": "Alphii", |
| 13 | + "description": "Minecraft-style splashes in the main menu!", |
| 14 | + "tags": ["enhancement", "offline"], |
| 15 | + "links": { |
| 16 | + "community": "https://discord.gg/tVPtwJexSX", |
| 17 | + "source": "https://github.com/AlphiiGD/Splash-Text" |
| 18 | + }, |
| 19 | + "resources": { |
| 20 | + "files": [ |
| 21 | + "resources/*.splash" |
| 22 | + ] |
| 23 | + }, |
| 24 | + "settings": { |
| 25 | + "extra-splash-file": { |
| 26 | + "type": "file", |
| 27 | + "name": "Extra Splashes", |
| 28 | + "platforms": ["android", "win", "mac"], |
| 29 | + "description": "Additional splash texts, one per line. Restart your game to apply. See more info about writing these on the GitHub page!", |
| 30 | + "default": { |
| 31 | + "win": "", |
| 32 | + "mac": "", |
| 33 | + "android": "" |
| 34 | + }, |
| 35 | + "control": { |
| 36 | + "dialog": "open", |
| 37 | + "filters": [ |
| 38 | + { |
| 39 | + "files": ["*.splash", "*.txt", "*.text"], |
| 40 | + "description": "Splash files." |
| 41 | + } |
| 42 | + ] |
| 43 | + } |
| 44 | + }, |
| 45 | + "splash-rotation": { |
| 46 | + "type": "float", |
| 47 | + "name": "Splash Text Rotation", |
| 48 | + "description": "The rotation for the splash in the main menu. Default is -20", |
| 49 | + "default": -20, |
| 50 | + "min": -180, |
| 51 | + "max": 180, |
| 52 | + "control": { |
| 53 | + "slider": true |
| 54 | + } |
| 55 | + }, |
| 56 | + "scaling-speed": { |
| 57 | + "type": "float", |
| 58 | + "name": "Splash Text Scaling Speed", |
| 59 | + "description": "The speed at which the splash text scales in the main menu. Default is 1", |
| 60 | + "default": 1, |
| 61 | + "min": 0.1, |
| 62 | + "max": 5, |
| 63 | + "control": { |
| 64 | + "slider": true |
| 65 | + } |
| 66 | + }, |
56 | 67 | "disable-default-splash": { |
57 | 68 | "type": "bool", |
58 | 69 | "name": "Disable Default Splashes", |
59 | 70 | "platforms": ["win", "android", "mac"], |
60 | 71 | "description": "Disabled the build-in splashes from appearing. Useful if you want only your custom splashes to appear. Requires restart.", |
61 | 72 | "default": false |
62 | 73 | } |
63 | | - } |
| 74 | + } |
64 | 75 | } |
0 commit comments