Skip to content

Commit 0e1fe2d

Browse files
committed
Add CraftingDecoratedPot recipe
1 parent 37d3638 commit 0e1fe2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)