Carrot soup doesn't give bucket back
Disketaa opened this issue ยท 4 comments
Hi, by looking at the texture, I think you're using an outdated version of More Delight, could you provide the current version you're using? And then, try updating to see if the bug persists.
Have a good day,
Axperty.
I changed the textures a bit, as well as carrot count in recipe
Original one:
{
"type": "farmersdelight:cooking",
"cookingtime": 400,
"experience": 1.0,
"ingredients": [
{
"tag": "c:foods/milk"
},
{
"item": "minecraft:carrot"
},
{
"item": "minecraft:carrot"
}
],
"recipe_book_tab": "meals",
"result": {
"count": 1,
"id": "moredelight:carrot_soup"
}
}
My one:
{
"type": "farmersdelight:cooking",
"recipe_book_tab": "meals",
"cookingtime": 400,
"experience": 1.0,
"ingredients": [
{
"tag": "c:foods/milk"
},
{
"item": "minecraft:carrot"
},
{
"item": "minecraft:carrot"
},
{
"item": "minecraft:carrot"
},
{
"item": "minecraft:carrot"
}
],
"result": {
"id": "moredelight:carrot_soup"
}
}
I'm playing on Fabric with latest MoreDelight version
I made some testing using Minecraft 1.21.1 Fabric and More Delight moredelight-25.03.27-1.21-fabric and as you can see on this screenshot it works perfectly:
And I also tested using Minecraft 1.20.1 Fabric and More Delight moredelight-25.01.13-1.20-fabric, no issues at all:
Could you please provide the version you're using?



