Skip to content

Commit 9a643a0

Browse files
committed
Fix recipe
1 parent 65a24aa commit 9a643a0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/main/resources/data/craftingtableiifabric/recipe/crafting_table_ii.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
"type": "minecraft:crafting_shapeless",
33
"category": "building",
44
"ingredients": [
5-
{
6-
"item": "minecraft:crafting_table"
7-
},
8-
{
9-
"item": "minecraft:book"
10-
}
5+
"minecraft:crafting_table",
6+
"minecraft:book"
117
],
128
"result": {
139
"id": "craftingtableiifabric:crafting_table_ii",

0 commit comments

Comments
 (0)