-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlinks.py
More file actions
87 lines (85 loc) · 3.81 KB
/
links.py
File metadata and controls
87 lines (85 loc) · 3.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
LINKS = [
# Invite Links
{
"name": "Invite: Datapack Hub",
"about": "Datapack Hub is the #1 place to get help with and discuss datapacks. This bot was made by Datapack Hub, so you can join to get support with this bot and your datapacks!",
"link": "https://discord.gg/aEXsdjjdu4"
},
{
"name": "Invite: ShaderLABS",
"about": "ShaderLABS is a server for all kinds of Minecraft shaders, including vanilla (resource pack) shaders.",
"link": "https://discord.gg/Ayav9YPQra"
},
{
"name": "Invite: Smithed",
"about": "Smithed is a community project aiming to provide a platform to share datapacks and remove all compatibility issues with datapacks. Following Smithed's conventions on compatibility make it easier for datapacks to work together",
"link": "https://discord.gg/gkp6UqEUph"
},
{
"name": "Invite: Blockbench",
"about": "The Blockbench Discord is a server for support using the Blockbench app, as well as for 3D models, animation, and more.",
"link": "https://discord.gg/blockbench"
},
{
"name": "Invite: OptiFine",
"about": "The OptiFine discord is the best place if you need help creating resource packs with OptiFine (or just generally need support with OptiFine)",
"link": "https://discord.gg/optifine"
},
{
"name": "Invite: Fabric",
"about": "The Fabric Mod Loader has a support server, where you can get help with Fabric mods as well as making your own.",
"link": "https://discord.gg/DtevV9NmaR"
},
{
"name": "Invite: Animated Java",
"about": "Join the Animated Java Discord server for help with the Animated Java Blockbench plugin",
"link": "https://discord.gg/jFgY4PXZfp"
},
{
"name": "Invite: Datapack Jam",
"about": "Datapack Jam hosts mini week-long datapack competitions where you can compete with other datapackers to show your skills in a contest!",
"link": "https://discord.gg/2UcDE8JXvZ"
},
{
"name": "Invite: Dataworld (FR)",
"about": "Join DataWorld, a French-only Discord server, to get help with datapacks.",
"link": "https://discord.gg/5y5FBz5"
},
# Bots
{
"name": "Bot: Datapack Helper",
"about": "This is the invite link for Datapack Helper (this bot). Use this to add the bot to your own server",
"link": "https://discord.com/oauth2/authorize?client_id=1108074519308017734"
},
{
"name": "Bot: CommanderBot",
"about": "CommanderBot is the datapacking assistance bot created by the r/MinecraftCommands community.",
"link": "https://discord.com/oauth2/authorize?client_id=1044887754049327117"
},
# Tools
{
"name": "Tool: Misode",
"about": "Misode's Datapack Generators are useful when creating files such as loot tables, predicates, advancement, worldgen files, and more!",
"link": "https://misode.github.io"
},
{
"name": "Tool: MCStacker",
"about": "A Minecraft generator and converter for commands and loot tables with support for many Minecraft versions.",
"link": "https://misode.github.io"
},
{
"name": "Tool: Blockbench",
"about": "Blockbench is a model and texture editor for use in resource packs.",
"link": "https://blockbench.net"
},
{
"name": "Tool: Minecraft Text Editor",
"about": "Our Minecraft Text Editor lets you really easily create text components, tellraw commands, lore components, and more!",
"link": "https://text.datapackhub.net/"
},
{
"name": "Tool: Snowcapped",
"about": "A Minecraft dimension editor which exports a multi-noise dimension file and a spline configuration.",
"link": "https://snowcapped.jacobsjo.eu/"
}
]