Skip to content

Commit

Permalink
v1.8 - Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed May 9, 2024
1 parent d41dffd commit 4d42ca8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "garnished:item/sweet_tea_bucket"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/main/resources/data/garnished/recipes/mixing/torrid_blend.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "garnished:brittle_dust"
},
{
"item": "garnished:senile_dust"
}
],
"results": [
{
"item": "garnished:torrid_blend"
}
]
}

0 comments on commit 4d42ca8

Please sign in to comment.