generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e3422e
commit 52a00a9
Showing
5 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
src/main/generated/.cache/c189bb4c92920ea572e0709157481155fe15e5dc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
"###" | ||
], | ||
"result": { | ||
"count": 3, | ||
"item": "caffeinated:ground_coffee" | ||
}, | ||
"show_notification": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
src/main/resources/data/caffeinated/recipes/cutting/coffee_beans.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"type": "farmersdelight:cutting", | ||
"ingredients": [ | ||
{ | ||
"item": "caffeinated:coffee_beans" | ||
} | ||
], | ||
"result": [ | ||
{ | ||
"item": "caffeinated:ground_coffee", | ||
"count": 2 | ||
} | ||
], | ||
"tool": { | ||
"tag": "c:tools/knives" | ||
} | ||
} |