Skip to content

Commit

Permalink
v1.2-hotfix-2
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Nov 1, 2023
1 parent 4297a80 commit 3780732
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
# Mod Info
maven_group = net.dakotapride
archives_base_name = garnished
mod_version = 1.2-hotfix-1
mod_version = 1.2-hotfix-2

minecraft_version = 1.18.2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "create:sequenced_assembly",
"ingredient": {
"item": "c:cheese"
"tag": "c:cheese"
},
"loops": 1,
"results": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"item": "garnished:incomplete_tangle"
},
{
"item": "c:cheese"
"tag": "c:cheese"
}
],
"results": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"item": "garnished:incomplete_tangle"
},
{
"item": "c:cheese"
"tag": "c:cheese"
}
],
"results": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"item": "garnished:incomplete_tangle"
},
{
"item": "c:cheese"
"tag": "c:cheese"
}
],
"results": [
Expand Down

0 comments on commit 3780732

Please sign in to comment.