Skip to content

Commit

Permalink
make the vegetables tag consistent with farmer's delight mod
Browse files Browse the repository at this point in the history
  • Loading branch information
macuguita authored May 2, 2024
1 parent a0ede11 commit 209a67c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/data/c/tags/items/foods/vegetables.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"values": [
"#c:foods/vegetables/asparragus",
"#c:foods/vegetables/sweet_potato",
"#c:foods/vegetables/chili_pepper"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"expandeddelight:asparagus"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"expandeddelight:chili_pepper"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"expandeddelight:sweet_potato"
]
}

0 comments on commit 209a67c

Please sign in to comment.