diff --git a/common/src/main/resources/data/c/tags/item/dough.json b/common/src/main/resources/data/c/tags/item/dough.json index a0b2ae1e..b2d6500c 100644 --- a/common/src/main/resources/data/c/tags/item/dough.json +++ b/common/src/main/resources/data/c/tags/item/dough.json @@ -1,6 +1,6 @@ { "replace": false, "values": [ - "farm_and_charm:dough" + "#c:doughs" ] } \ No newline at end of file diff --git a/common/src/main/resources/data/c/tags/item/doughs.json b/common/src/main/resources/data/c/tags/item/doughs.json new file mode 100644 index 00000000..a0b2ae1e --- /dev/null +++ b/common/src/main/resources/data/c/tags/item/doughs.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "farm_and_charm:dough" + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/c/tags/item/flour.json b/common/src/main/resources/data/c/tags/item/flour.json index 9ee03032..f08bc120 100644 --- a/common/src/main/resources/data/c/tags/item/flour.json +++ b/common/src/main/resources/data/c/tags/item/flour.json @@ -1,6 +1,6 @@ { "replace": false, "values": [ - "farm_and_charm:flour" + "#c:flours" ] } \ No newline at end of file diff --git a/common/src/main/resources/data/c/tags/item/flours.json b/common/src/main/resources/data/c/tags/item/flours.json new file mode 100644 index 00000000..9ee03032 --- /dev/null +++ b/common/src/main/resources/data/c/tags/item/flours.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "farm_and_charm:flour" + ] +} \ No newline at end of file