๐ง Guides & tools#
Map making is an aspect of Minecraft that becomes increasingly difficult with each new version of the game. To help beginner (and even advanced) map makers, the community provides numerous guides and tools. This page listes some of them.
๐ Guides & documentation#
Smithedโs convention to keep datapacks compatible together.
This french guide presents the MCFunction part of Minecraft as well as good development practices.
Minecraft Wiki is the most updated and used documentation for Minecraft map making. The Wiki also proposes some tutorials about creating different aspects of a datapack such as adding a new dimension or a new armor trim.
A youtuber and developer of Mojang who presents the technical features in video at each new snapshot.
๐ ๏ธ External Tools#
Data-pack Helper Plus is a VSCode plugin that can provide many heavy language features for documents in your datapack, including advancements, dimensions, dimension types, functions, loot tables, predicates, recipes, all kinds of tags, and worldgen settings.
MCStacker is a classic generator for many commands of the game such as: give, summon, data, fillโฆ
Minecraft JSON is a website to generate JSON text component for all targets supporting this format (sign, tellraw, item nameโฆ).
The Misodeโs website proposes many tools to generate aspects of the map making such as: loot tables, predicates, recipes, block display transformationโฆ
VSCode extension to view Minecraft NBT files. For structure files, this shows a 3D block view.
๐ฆ Mods and Datapacks#
Makes Minecraft command suggestions more useful.
Carpet is a mod for vanilla Minecraft that allows you to take full control of what matters from a technical perspective of the game.
Language Reload is a Fabric mod that adds quality of life changes related to languages. Useful for resource pack makers.
Increases the maximum length of chat history.
NBT Autocomplete is a client-side mod adding suggestions for NBT tags in commands.
This is a datapack to mesure performance of other datapacks or commands directly in game.
A mod that improves the way suggestions are filtered and sorted when writing a command.