Skip to content

Commit

Permalink
Fix egg recipes on fabric using forge:eggs (Fixes #299)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Feb 1, 2022
1 parent affa5ac commit 959ba5e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "minecraft:campfire_cooking",
"ingredient": {
"tag": "forge:eggs"
"tag": "betteranimalsplus:eggs_common"
},
"result": "betteranimalsplus:fried_egg",
"experience": 0.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "smelting",
"ingredient": {
"tag": "forge:eggs"
"tag": "betteranimalsplus:eggs_common"
},
"result": "betteranimalsplus:fried_egg",
"experience": 0.3,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "minecraft:smoking",
"ingredient": {
"tag": "forge:eggs"
"tag": "betteranimalsplus:eggs_common"
},
"result": "betteranimalsplus:fried_egg",
"experience": 0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"#forge:eggs",
"#c:eggs"
]
}
1 change: 1 addition & 0 deletions common/src/main/resources/data/c/tags/items/eggs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"minecraft:egg",
"betteranimalsplus:pheasant_egg",
"betteranimalsplus:turkey_egg",
"betteranimalsplus:goose_egg"
Expand Down

0 comments on commit 959ba5e

Please sign in to comment.