Skip to content

Commit

Permalink
v2.0.1 - Fix certain cooking recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Oct 13, 2024
1 parent 975f61b commit a0c01d9
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 4 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 = 2.0
mod_version = 2.0.1

minecraft_version = 1.19.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"type": "farmersdelight:cooking",
"container": {
"tag": "garnished:crimson_tusks"
"item": "garnished:crimson_tusk"
},
"cookingtime": 200,
"experience": 1.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"farmersdelight"
]
}
],
"type": "farmersdelight:cooking",
"container": {
"item": "garnished:empty_crimson_tusk"
},
"cookingtime": 200,
"experience": 1.0,
"ingredients": [
{
"item": "garnished:enflamed_mandible"
},
{
"tag": "c:ender_dusts"
},
{
"item": "garnished:crushed_shroomlight"
},
{
"item": "garnished:malodorous_mixture"
},
{
"item": "garnished:torrid_blend"
}
],
"recipe_book_tab": "meals",
"result": {
"item": "garnished:blazing_delight"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"item": "garnished:voltaic_sea_grass"
},
{
"item": "garnished:tube_coral_fan"
"item": "minecraft:tube_coral_fan"
},
{
"item": "garnished:tube_coral_fan"
"item": "minecraft:tube_coral_fan"
},
{
"item": "minecraft:lustrous_pearl"
Expand Down

0 comments on commit a0c01d9

Please sign in to comment.