Skip to content

Commit 7f10d5b

Browse files
authoredNov 16, 2024
Create moss_block.json
1 parent c8b5f32 commit 7f10d5b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"pattern": [
4+
"AAA",
5+
"AAA",
6+
"AAA"
7+
],
8+
"key": {
9+
"A": {
10+
"item": "minecraft:moss_carpet"
11+
}
12+
},
13+
"result": {
14+
"item": "minecraft:moss_block",
15+
"count": 1
16+
}
17+
}

0 commit comments

Comments
 (0)
Please sign in to comment.