Skip to content

Commit

Permalink
v1.8.6 - Fix Senile Sweet recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Jun 20, 2024
1 parent 913da21 commit b2827a6
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.8.5
mod_version = 1.8.6

minecraft_version = 1.19.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
}
],
"transitionalItem": {
"item": "garnished:incomplete_cashew_mixture"
"item": "garnished:incomplete_senile_sweet_basalt"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
}
],
"transitionalItem": {
"item": "garnished:incomplete_cashew_mixture"
"item": "garnished:incomplete_senile_sweet_blackstone"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
}
],
"transitionalItem": {
"item": "garnished:incomplete_cashew_mixture"
"item": "garnished:incomplete_senile_sweet_scorchia"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
}
],
"transitionalItem": {
"item": "garnished:incomplete_cashew_mixture"
"item": "garnished:incomplete_senile_sweet_scoria"
}
}

0 comments on commit b2827a6

Please sign in to comment.