You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/resources/+page.svx
+28-3Lines changed: 28 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,20 +24,32 @@ This wiki is run by Datapack Hub. We aren't responsible for the content on exter
24
24
- <Highlight color="#738ADB">Discord</Highlight> <a href="https://discord.gg/minecraft">Minecraft</a> - Discuss Minecraft generally with people from around the world.
25
25
- <Highlight color="#738ADB">Discord</Highlight> <a href="https://animated-java.dev/discord">Animated Java</a> - Support for the Animated Java Blockbench plugin.
26
26
- <Highlight color="#738ADB">Discord</Highlight> <a href="https://discord.gg/5y5FBz5">Dataworld (French)</a> - A French discord server for help with datapacks.
27
+
- <Highlight color="#738ADB">Discord</Highlight> <a href="https://discord.gg/anthill-914772142300749854">Anthill (Russian)</a> - A russian-speaking discord server for help with datapacks, resource packs and commands.
27
28
28
29
## Generators
29
-
- <Highlight color="#DC2626">Website</Highlight> <a href="https://mcstacker.net">MCStacker</a> - Generate commands such as `/summon`, `/give`, and more.
30
+
- <Highlight color="#DC2626">Website</Highlight> <a href="https://mcstacker.net">MCStacker</a> - Generate commands such as <code>/summon</code>, <code>/give</code>, and more.
30
31
- <Highlight color="#DC2626">Website</Highlight> <a href="https://misode.github.io/">Misode</a> - Generate files such as advancements, predicates, recipes, worldgen, and more.
- <Highlight color="#DC2626">Website</Highlight> <a href="https://bdengine.app/">Block Display Engine</a> - Create models with display entities and export as commands.
35
+
- <Highlight color="#DC2626">Website</Highlight> <a href="https://haselkern.com/Minecraft-ArmorStand/">haselkern's ArmorStand</a> - Generate summon commands for armor stands in any pose.
36
+
37
+
## Tools
38
+
- <Highlight color="#C44500">Tool</Highlight> <a href="https://github.com/StickyPiston-Hosting/Easy-Map-Updater">Easy Map Updater</a> - A toolset for automatically updating Minecraft maps (including datapacks) to the latest version.
39
+
- <Highlight color="#C44500">Tool</Highlight> <a href="https://weld.smithed.dev/">Weld</a> - The fastest data and resource pack merger in the west.
33
40
34
41
## Templates/Reference
35
42
- <Highlight color="#DC2626">Website</Highlight> <a href="https://minecraft.wiki/">Minecraft Wiki</a> - A detailed technical wiki covering all Minecraft mechanics.
36
43
- <Highlight color="#DC2626">Website</Highlight> <a href="https://github.com/misode/mcmeta/">Misode's MCMeta</a> - A GitHub repository with every vanilla file (compiled by Misode).
37
44
- <Highlight color="#DC2626">Website</Highlight> <a href="https://mcasset.cloud/">inventivetalent's Minecraft assets</a> - Website with every vanilla file.
45
+
- <Highlight color="#DC2626">Website</Highlight> <a href="https://cccode.pages.dev/version-diff/">CCCode's version-diff</a> - Shows all the differences in vanilla files between two versions.
46
+
- <Highlight color="#DC2626">Website</Highlight> <a href="https://gist.github.com/misode/77ee37217a69a3c74032679d8084d6c6">Misode's Tick Order</a> - A detailed sequence of events that occur during a Minecraft server tick.
- <Highlight color="#FF0000">YouTube</Highlight> <a href="https://www.youtube.com/@slicedlime">Slicedlime</a> - Covers all the technical changes in recent snapshots.
- <Highlight color="#DC2626">Website</Highlight> <a href="https://minecraftcommands.github.io/wiki/questions">MCC's FAQs</a> - A list of common questions along with tutorials for answers.
@@ -46,3 +58,16 @@ This wiki is run by Datapack Hub. We aren't responsible for the content on exter
46
58
## Libraries
47
59
- <Highlight color="#2ED141">Library</Highlight> <a href="https://github.com/HeDeAnTheonlyone/Taglib/">TagLib</a> - A curated list of useful tag files.
48
60
- <Highlight color="#2ED141">Library</Highlight> <a href="https://docs.smithed.dev/libraries/">Smithed (Libraries)</a> - A collection of useful technical and compatibility libraries.
- <Highlight color="#2ED141">Library</Highlight> <a href="https://github.com/Triton365/BlockState">Blockstate</a> - Extracts the BlockState data of any block at given position.
63
+
- <Highlight color="#2ED141">Library</Highlight> <a href="https://bookshelf.docs.gunivers.net/en/latest/">Bookshelf</a> - A user-friendly modular library datapack with lots of useful modules.
64
+
- <Highlight color="#2ED141">Library</Highlight> <a href="https://github.com/Aeldrion/Iris">Iris</a> - A raycasting library with micrometric precision and taking into account individual block geometries.
65
+
- <Highlight color="#2ED141">Library</Highlight> <a href="https://github.com/AjjMC/ajjgui">AjjGUI</a> - A Data-Driven GUI library.
66
+
- <Highlight color="#2ED141">Library</Highlight> <a href="https://github.com/MulverineX/mcfunction-logger">Mcfunction Logger</a> - A library for logging things to the server console.
67
+
- <Highlight color="#2ED141">Library</Highlight> <a href="https://github.com/moxvallix/moxlib">Moxvallix's Library</a> - The ultimate Minecraft Datapack Library, constantly updated with new helpful functions.
68
+
69
+
## Mods
70
+
- <Highlight color="#832161">Mod</Highlight> <a href="https://modrinth.com/mod/datamancer">Datamancer</a> - A tool for datapack devs with several features, such as function profiling & benchmarking, marker goggles, datapack autoreloading and more.
71
+
- <Highlight color="#832161">Mod</Highlight> <a href="https://modrinth.com/mod/datapack-debugger">Datapack debugger</a> - Set breakpoints in the functions to "freeze" the game when the breakpoint is reached.
0 commit comments