Skip to content

Commit

Permalink
Added recipe for minecraft name tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sir-Will committed Aug 16, 2015
1 parent 63a9e90 commit 1e22113
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/scripts/customRecipes.zs
Expand Up @@ -140,4 +140,12 @@ recipes.addShaped(<GalacticraftCore:tile.moonBlock:4>,
recipes.addShaped(<GalacticraftCore:tile.moonBlock:3>,
[[<ore:element_O>, <minechem:minechemElement:8>, <ore:element_O>],
[<ore:element_O>, <ore:element_Si>, <ore:element_O>],
[<minechem:minechemElement:8>, <ore:element_O>, <minechem:minechemElement:8>]]);
[<minechem:minechemElement:8>, <ore:element_O>, <minechem:minechemElement:8>]]);

// ================================================================================
// Minecraft Vanilla

recipes.addShaped(<minecraft:name_tag>,
[[null, <minecraft:string>, null],
[<minecraft:string>, <ore:slimeball>, <minecraft:string>],
[null, null, <minecraft:paper>]]);

0 comments on commit 1e22113

Please sign in to comment.