Skip to content

Commit c38721b

Browse files
committed
添加了苹果汁的json,但是没有起作用
1 parent 85b97fb commit c38721b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"type": "minecraft:crafting_shapeless",
3+
"category": "food",
4+
"ingredients": [
5+
{ "item": "minecraft:apple" },
6+
{ "item": "minecraft:glass_bottle" }
7+
],
8+
"result": {
9+
"item": "minecraft:glass_bottle",
10+
"count": 1
11+
}
12+
}

0 commit comments

Comments
 (0)