Skip to content

Commit

Permalink
v1.9.1 - Fix special/regular blaze burner fuel sources
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Jul 27, 2024
1 parent 690af4f commit b55b5d9
Show file tree
Hide file tree
Showing 3 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.9
mod_version = 1.9.1

minecraft_version = 1.20.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"garnished:dried_vermilion_kelp",
"garnished:dried_vermilion_kelp_block",
"garnished:bamboo_clod",
"garnished:bok_choy"
"garnished:bok_choy",
"garnished:dried_dulse_kelp",
"garnished:dried_dulse_kelp_block"
]
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"replace": false,
"values": [
"garnished:peanut_oil_bucket",
"garnished:dried_dulse_kelp",
"garnished:dried_dulse_kelp_block"
"garnished:peanut_oil_bucket"
]
}

0 comments on commit b55b5d9

Please sign in to comment.