We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d3638 commit 0e1fe2dCopy full SHA for 0e1fe2d
JsonShapes/Recipes/CraftingDecoratedPot.cs
@@ -0,0 +1,5 @@
1
+using System.Text.Json.Serialization;
2
+
3
+public class CraftingDecoratedPot : CraftingSpecial {
4
+ new public string Type { get; set; } = "minecraft:crafting_decorated_pot";
5
+}
0 commit comments