Skip to content

Commit b7f460a

Browse files
authored
Merge pull request #73 from SuperAnt220/main
Add several resources to resources page
2 parents bc642a5 + a9b6b46 commit b7f460a

2 files changed

Lines changed: 29 additions & 3 deletions

File tree

src/routes/credits/+page.svx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ These people have written or edited pages for the wiki or guides.
3030

3131
- Diamond
3232
- HeDeAn
33+
- SuperAnt_
3334

3435
:::note
3536
If you're contributing, feel free to add your username to this page! You can contribute by clicking the Edit

src/routes/resources/+page.svx

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,32 @@ This wiki is run by Datapack Hub. We aren't responsible for the content on exter
2424
- <Highlight color="#738ADB">Discord</Highlight> <a href="https://discord.gg/minecraft">Minecraft</a> - Discuss Minecraft generally with people from around the world.
2525
- <Highlight color="#738ADB">Discord</Highlight> <a href="https://animated-java.dev/discord">Animated Java</a> - Support for the Animated Java Blockbench plugin.
2626
- <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.
2728

2829
## 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.
3031
- <Highlight color="#DC2626">Website</Highlight> <a href="https://misode.github.io/">Misode</a> - Generate files such as advancements, predicates, recipes, worldgen, and more.
31-
- <Highlight color="#DC2626">Website</Highlight> <a href="https://crafting.thedestruc7i0n.ca/">TheDestruc7i0n Recipe Generator</a> - Generate simple recipes
32-
- <Highlight color="#DC2626">Website</Highlight> <a href="https://minecraftjson.com/">Minecraft JSON</a> - Generate JSON Text
32+
- <Highlight color="#DC2626">Website</Highlight> <a href="https://crafting.thedestruc7i0n.ca/">TheDestruc7i0n Recipe Generator</a> - Generate simple recipes.
33+
- <Highlight color="#DC2626">Website</Highlight> <a href="https://minecraftjson.com/">Minecraft JSON</a> - Generate JSON Text.
34+
- <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.
3340

3441
## Templates/Reference
3542
- <Highlight color="#DC2626">Website</Highlight> <a href="https://minecraft.wiki/">Minecraft Wiki</a> - A detailed technical wiki covering all Minecraft mechanics.
3643
- <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).
3744
- <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.
3847

3948
## Tutorials/Content Creation
4049
- <Highlight color="#FF0000">YouTube</Highlight> <a href="https://www.youtube.com/@Cl0udWolf">Cloud Wolf</a> - Datapack tutorials, especially advanced concepts.
50+
- <Highlight color="#FF0000">YouTube</Highlight> <a href="https://www.youtube.com/@slicedlime">Slicedlime</a> - Covers all the technical changes in recent snapshots.
51+
- <Highlight color="#FF0000">YouTube</Highlight> <a href="https://www.youtube.com/@conure512">Conure</a> - Small, but informative datapack tutorials.
52+
- <Highlight color="#FF0000">YouTube</Highlight> <a href="https://www.youtube.com/@Legitimoose">Legitimoose</a> - Easy to understand datapack and command tutorials.
4153
- <Highlight color="#11A488">PMC Guide</Highlight> <a href="https://www.planetminecraft.com/blog/custom-structure-gen-documentation/">Structure Generation Guide</a>
4254
- <Highlight color="#11A488">PMC Guide</Highlight> <a href="https://www.planetminecraft.com/blog/custom-world-generation-documentation/">World Generation Guide</a>
4355
- <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
4658
## Libraries
4759
- <Highlight color="#2ED141">Library</Highlight> <a href="https://github.com/HeDeAnTheonlyone/Taglib/">TagLib</a> - A curated list of useful tag files.
4860
- <Highlight color="#2ED141">Library</Highlight> <a href="https://docs.smithed.dev/libraries/">Smithed (Libraries)</a> - A collection of useful technical and compatibility libraries.
61+
- <Highlight color="#2ED141">Library</Highlight> <a href="https://github.com/MulverineX/player_motion">Player Motion</a> - Allows manipulating player's motion.
62+
- <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.
72+
- <Highlight color="#832161">Mod</Highlight> <a href="https://modrinth.com/mod/better-suggestions">Better Suggestions</a> - Provides more/better suggestions for Minecraft commands.
73+
- <Highlight color="#832161">Mod</Highlight> <a href="https://modrinth.com/mod/nbt-autocomplete">NBT Autocomplete</a> - Adds suggestions for NBT tags in commands.

0 commit comments

Comments
 (0)