Skip to content

Commit

Permalink
v1.8.2 - Fix Malodorous Mixture recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Jun 2, 2024
1 parent a778fe0 commit e0c04f6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
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.1
mod_version = 1.8.2

minecraft_version = 1.20.1

Expand Down
20 changes: 20 additions & 0 deletions src/main/resources/data/garnished/recipes/malodorous_mixture.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "garnished:torrid_blend"
},
{
"item": "create:cinder_flour"
},
{
"item": "garnished:molten_remnant"
},
{
"item": "minecraft:bone"
}
],
"result": {
"item": "garnished:malodorous_mixture"
}
}

0 comments on commit e0c04f6

Please sign in to comment.