fix recipes

This commit is contained in:
QuImUfu 2023-05-29 20:54:52 +02:00
parent 206422f8ae
commit 086cddfc5e
2 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
"tag": "c:pink_dyes" "tag": "c:pink_dyes"
}, },
{ {
"tag": "c:light_green_dyes" "tag": "c:lime_dyes"
}, },
{ {
"tag": "c:light_gray_dyes" "tag": "c:light_gray_dyes"
@ -24,7 +24,7 @@
"tag": "c:light_blue_dyes" "tag": "c:light_blue_dyes"
}, },
{ {
"tag": "c:purple_dyes" "tag": "c:magenta_dyes"
}, },
{ {
"tag": "c:slime_balls" "tag": "c:slime_balls"

View File

@ -14,15 +14,15 @@
{ {
"tag": "c:red_dyes" "tag": "c:red_dyes"
}, },
{
"tag": "c:magenta_dyes"
},
{ {
"tag": "c:brown_dyes" "tag": "c:brown_dyes"
}, },
{ {
"tag": "c:green_dyes" "tag": "c:green_dyes"
}, },
{
"tag": "c:purple_dyes"
},
{ {
"tag": "c:cyan_dyes" "tag": "c:cyan_dyes"
}, },