Skip to content

Commit

Permalink
fix(recipes): Meadow recipes not having a container
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjdai1 committed Aug 15, 2024
1 parent b7786df commit c527143
Show file tree
Hide file tree
Showing 1,417 changed files with 1,613 additions and 32,861 deletions.
26 changes: 0 additions & 26 deletions fabric/data/bakery/recipes/candlelight/pot_cooking/apple_jam.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions fabric/data/bakery/recipes/candlelight/pot_cooking/pudding.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 4 additions & 3 deletions fabric/data/bakery/recipes/meadow/cooking/apple_jam.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
},
{
"tag": "c:sugar"
},
{
"item": "bakery:jar"
}
],
"container": {
"item": "bakery:jar"
},
"container": null,
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
Expand Down
7 changes: 4 additions & 3 deletions fabric/data/bakery/recipes/meadow/cooking/beetroot_soup.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
"ingredients": [
{
"tag": "c:crops/beetroot"
},
{
"item": "minecraft:bowl"
}
],
"container": {
"item": "minecraft:bowl"
},
"container": null,
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
Expand Down
7 changes: 4 additions & 3 deletions fabric/data/bakery/recipes/meadow/cooking/chocolate_jam.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
},
{
"tag": "c:sugar"
},
{
"item": "bakery:jar"
}
],
"container": {
"item": "bakery:jar"
},
"container": null,
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
},
{
"tag": "bakery:milk"
},
{
"item": "minecraft:bowl"
}
],
"container": {
"item": "minecraft:bowl"
},
"container": null,
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
Expand Down
7 changes: 4 additions & 3 deletions fabric/data/bakery/recipes/meadow/cooking/glowberry_jam.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
},
{
"tag": "c:sugar"
},
{
"item": "bakery:jar"
}
],
"container": {
"item": "bakery:jar"
},
"container": null,
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
Expand Down
7 changes: 4 additions & 3 deletions fabric/data/bakery/recipes/meadow/cooking/pudding.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
},
{
"tag": "bakery:milk"
},
{
"item": "minecraft:bowl"
}
],
"container": {
"item": "minecraft:bowl"
},
"container": null,
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
Expand Down
7 changes: 4 additions & 3 deletions fabric/data/bakery/recipes/meadow/cooking/rabbit_stew.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
},
{
"tag": "c:foods/raw_rabbit"
},
{
"item": "minecraft:bowl"
}
],
"container": {
"item": "minecraft:bowl"
},
"container": null,
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
Expand Down
7 changes: 4 additions & 3 deletions fabric/data/bakery/recipes/meadow/cooking/strawberry_jam.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
},
{
"tag": "c:sugar"
},
{
"item": "bakery:jar"
}
],
"container": {
"item": "bakery:jar"
},
"container": null,
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
Expand Down
Loading

0 comments on commit c527143

Please sign in to comment.