From 1e2211349f3c828d3e034869c49fc575ee5b258a Mon Sep 17 00:00:00 2001 From: SirWill Date: Sun, 16 Aug 2015 14:19:05 +0200 Subject: [PATCH] Added recipe for minecraft name tag --- src/scripts/customRecipes.zs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/scripts/customRecipes.zs b/src/scripts/customRecipes.zs index 7b8a4a9..03e0497 100644 --- a/src/scripts/customRecipes.zs +++ b/src/scripts/customRecipes.zs @@ -140,4 +140,12 @@ recipes.addShaped(, recipes.addShaped(, [[, , ], [, , ], - [, , ]]); \ No newline at end of file + [, , ]]); + +// ================================================================================ +// Minecraft Vanilla + +recipes.addShaped(, + [[null, , null], + [, , ], + [null, null, ]]); \ No newline at end of file