Skip to content

Commit

Permalink
v1.9.6 - Fix Green Mastic Resin shaped recipes requiring lime dye
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Aug 6, 2024
1 parent e741c1e commit 23af312
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 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.9.5
mod_version = 1.9.6

minecraft_version = 1.19.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@
"#": {
"tag": "garnished:mastic_paste"
},
"X": [
{
"item": "minecraft:green_dye"
},
{
"item": "minecraft:lime_dye"
}
]
"X": {
"item": "minecraft:green_dye"
}
},
"result": {
"item": "garnished:mastic_paste_green",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@
"#": {
"tag": "garnished:mastic_resin"
},
"X": [
{
"item": "minecraft:green_dye"
},
{
"item": "minecraft:lime_dye"
}
]
"X": {
"item": "minecraft:green_dye"
}
},
"result": {
"item": "garnished:mastic_resin_green",
Expand Down

0 comments on commit 23af312

Please sign in to comment.