🔧 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#

📘 Convention

Smithed’s convention to keep datapacks compatible together.

📗 Le guide du Map Making

This french guide presents the MCFunction part of Minecraft as well as good development practices.

📕 Minecraft Wiki

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.

📹 slicedlime

A youtuber and developer of Mojang who presents the technical features in video at each new snapshot.

🛠️ Tools#

🔨 Data-pack Helper Plus

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

MCStacker is a classic generator for many commands of the game such as: give, summon, data, fill…

⛏️ Minecraft JSON

Minecraft JSON is a website to generate JSON text component for all targets supporting this format (sign, tellraw, item name…).

🪛 Misode

The Misode’s website proposes many tools to generate aspects of the map making such as: loot tables, predicates, recipes, block display transformation…

🔧 NBT Viewer

VSCode extension to view Minecraft NBT files. For structure files, this shows a 3D block view.

📈 Performance Tool

This is a datapack to mesure performance of other datapacks or commands directly in game.