A banner supports up to six pattern layers in addition to the base color, matching what the game allows you to combine at the loom. The tool respects this limit and blocks adding new layers once it is reached.
Design banners with pattern layers and generate the matching /give command
Minecraft banners are made at the loom, combining a base color with up to six layers of colored patterns. This tool reproduces that process in the browser: you pick the base color, stack patterns (stripes, crosses, triangles, circles, gradients and more) and see the result in a faithful vector preview, with layer order mattering, just like in the game. When you are done, the tool generates the ready-to-paste /give command, in either the modern component format (1.20.5 onward) or the legacy NBT format (1.13 to 1.20.4), so you get the exact banner without spending wool, dyes or time at the loom.
Paste the code into your HTML and the tool shows up on your page, without J-Kit's navigation and ads. It still runs in the browser of whoever visits your site.
<iframe
src="https://jkit.tools/embed/en-US/minecraft-banner-maker"
width="100%"
height="600"
style="border:0"
loading="lazy"
title="Minecraft Banner Maker"
></iframe>These references help contextualize formulas, standards, APIs and limitations used on this page. They do not replace professional validation when a result has legal, financial, medical or operational impact.
A banner supports up to six pattern layers in addition to the base color, matching what the game allows you to combine at the loom. The tool respects this limit and blocks adding new layers once it is reached.
/give @p white_banner[minecraft:banner_patterns=[{pattern:"minecraft:stripe_bottom",color:"red"},{pattern:"minecraft:cross",color:"blue"}]]The banner is built locally in the browser; nothing is sent to servers.