Skip to content

Commit 02bf2bd

Browse files
authored
Update experience_cake_slice.json (#266)
- Fixed `Farmer's Delight` cutting recipe format.
1 parent 2849dc8 commit 02bf2bd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/main/resources/data/create_enchantment_industry/recipe/cutting/farmersdelight/experience_cake_slice.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@
1313
],
1414
"result": [
1515
{
16-
"count": 4,
17-
"item": "create_enchantment_industry:experience_cake_slice"
16+
"item": {
17+
"count": 4,
18+
"id": "create_enchantment_industry:experience_cake_slice"
19+
}
1820
}
1921
],
2022
"tool": {
2123
"tag": "c:tools/knives"
2224
}
23-
}
25+
}

0 commit comments

Comments
 (0)