|
1 | 1 | { |
2 | | - "geode": "4.6.1", |
| 2 | + "geode": "5.0.0", |
3 | 3 | "gd": { |
4 | | - "win": "2.2074", |
5 | | - "android": "2.2074", |
6 | | - "mac": "2.2074", |
7 | | - "ios": "2.2074" |
| 4 | + "win": "2.2081", |
| 5 | + "android": "2.2081", |
| 6 | + "mac": "2.2081", |
| 7 | + "ios": "2.2081" |
8 | 8 | }, |
9 | 9 | "id": "firee.object-workshop", |
10 | 10 | "name": "Object Workshop", |
11 | 11 | "version": "v1.4.8", |
12 | 12 | "developer": "Firee", |
13 | 13 | "description": "Download, upload, or find custom objects made by other creators!", |
14 | | - "resources": { |
15 | | - "sprites": [ |
16 | | - "resources/*.png" |
17 | | - ] |
18 | | - }, |
19 | | - "links": { |
20 | | - "community": "https://discord.gg/XGBMVVvJ7J", |
21 | | - "source": "https://github.com/FireMario211/Object-Workshop" |
22 | | - }, |
23 | | - "tags": ["online", "utility", "content", "editor", "interface"], |
24 | | - "settings": { |
25 | | - "token": { |
26 | | - "name": "Auth Token", |
27 | | - "description": "Authentication Token (DO NOT SHARE)", |
28 | | - "type": "string", |
29 | | - "default": "" |
30 | | - }, |
31 | | - "auth-server": { |
32 | | - "name": "Auth Server", |
33 | | - "description": "Authentication Server (-1 = None, 0 = DashAuth, 1 = Argon, 2 = Custom Auth (Ignores the test auth))", |
34 | | - "type": "int", |
35 | | - "default": -1, |
36 | | - "min": -1, |
37 | | - "max": 2 |
38 | | - }, |
39 | | - "object-bypass": { |
40 | | - "name": "Custom Object Bypass", |
41 | | - "description": "Removes the limit for 1000 objects and removes the limit of 750 maximum custom objects.", |
42 | | - "default": true, |
43 | | - "type": "bool" |
44 | | - }, |
45 | | - "render-objects": { |
46 | | - "name": "Render Objects", |
47 | | - "description": "The amount of objects that should be shown. Decrease for performance. (0 = Unlimited)", |
48 | | - "type": "int", |
49 | | - "default": 0, |
50 | | - "min": 0, |
51 | | - "max": 50000 |
52 | | - }, |
53 | | - "prerender-objects": { |
54 | | - "name": "Pre-Render Object Capacity", |
55 | | - "description": "The amount of objects needed before they are \"pre-rendered\" for faster performance. Will cause a stutter upon loading. This <cr>does not</c> count for viewing more information about the object. (0 = Always Enable)", |
56 | | - "type": "int", |
57 | | - "default": 5000, |
58 | | - "min": 0, |
59 | | - "max": 50000 |
60 | | - }, |
61 | | - "prerender-full": { |
62 | | - "name": "Pre-Render Full View", |
63 | | - "description": "Whether or not to also pre-render when viewing more information about the object. Do note this will disable particles. (When they get added)", |
64 | | - "type": "bool", |
65 | | - "default": false |
66 | | - }, |
67 | | - "cert-valid": { |
68 | | - "name": "Cert Validation", |
69 | | - "description": "Whether or not to validate the certificate when making web requests to Object Workshop. (Only disable if you know what this is for!)", |
70 | | - "type": "bool", |
71 | | - "default": true |
72 | | - } |
73 | | - }, |
74 | | - "dependentold": [ |
75 | | - { |
76 | | - "id": "fig.authentication", |
77 | | - "version": ">=v1.0.2", |
78 | | - "importance": "recommended" |
79 | | - } |
80 | | - ], |
81 | | - "dependencies": [ |
82 | | - { |
83 | | - "id": "alphalaneous.editortab_api", |
84 | | - "version": ">=v1.0.16", |
85 | | - "importance": "required" |
86 | | - }, |
87 | | - { |
88 | | - "id": "geode.node-ids", |
89 | | - "version": ">=1.21.1", |
90 | | - "importance": "required" |
91 | | - } |
92 | | - ] |
| 14 | + "resources": { |
| 15 | + "sprites": [ |
| 16 | + "resources/*.png" |
| 17 | + ] |
| 18 | + }, |
| 19 | + "links": { |
| 20 | + "community": "https://discord.gg/XGBMVVvJ7J", |
| 21 | + "source": "https://github.com/FireMario211/Object-Workshop" |
| 22 | + }, |
| 23 | + "tags": ["online", "utility", "content", "editor", "interface"], |
| 24 | + "settings": { |
| 25 | + "token": { |
| 26 | + "name": "Auth Token", |
| 27 | + "description": "Authentication Token (DO NOT SHARE)", |
| 28 | + "type": "string", |
| 29 | + "default": "" |
| 30 | + }, |
| 31 | + "auth-server": { |
| 32 | + "name": "Auth Server", |
| 33 | + "description": "Authentication Server (-1 = None, 0 = DashAuth, 1 = Argon, 2 = Custom Auth (Ignores the test auth))", |
| 34 | + "type": "int", |
| 35 | + "default": -1, |
| 36 | + "min": -1, |
| 37 | + "max": 2 |
| 38 | + }, |
| 39 | + "object-bypass": { |
| 40 | + "name": "Custom Object Bypass", |
| 41 | + "description": "Removes the limit for 1000 objects and removes the limit of 750 maximum custom objects.", |
| 42 | + "default": true, |
| 43 | + "type": "bool" |
| 44 | + }, |
| 45 | + "render-objects": { |
| 46 | + "name": "Render Objects", |
| 47 | + "description": "The amount of objects that should be shown. Decrease for performance. (0 = Unlimited)", |
| 48 | + "type": "int", |
| 49 | + "default": 0, |
| 50 | + "min": 0, |
| 51 | + "max": 50000 |
| 52 | + }, |
| 53 | + "prerender-objects": { |
| 54 | + "name": "Pre-Render Object Capacity", |
| 55 | + "description": "The amount of objects needed before they are \"pre-rendered\" for faster performance. Will cause a stutter upon loading. This <cr>does not</c> count for viewing more information about the object. (0 = Always Enable)", |
| 56 | + "type": "int", |
| 57 | + "default": 5000, |
| 58 | + "min": 0, |
| 59 | + "max": 50000 |
| 60 | + }, |
| 61 | + "prerender-full": { |
| 62 | + "name": "Pre-Render Full View", |
| 63 | + "description": "Whether or not to also pre-render when viewing more information about the object. Do note this will disable particles. (When they get added)", |
| 64 | + "type": "bool", |
| 65 | + "default": false |
| 66 | + }, |
| 67 | + "cert-valid": { |
| 68 | + "name": "Cert Validation", |
| 69 | + "description": "Whether or not to validate the certificate when making web requests to Object Workshop. (Only disable if you know what this is for!)", |
| 70 | + "type": "bool", |
| 71 | + "default": true |
| 72 | + } |
| 73 | + }, |
| 74 | + "dependencies": { |
| 75 | + "alphalaneous.editortab_api": ">=2.0.1", |
| 76 | + "geode.node-ids": ">=1.21.1" |
| 77 | + } |
93 | 78 | } |
0 commit comments