More Delight (Fabric)

More Delight (Fabric)

115k Downloads

Carrot soup doesn't give bucket back

Disketaa opened this issue ยท 4 comments

commented

Image

The bucket disappeared after I crafted carrot soup

commented

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.

commented

Oh, the bucket is dropping on the ground after cooking.
I suppose, it just stock somewhere in the walls of my house.

Would be nice if the bucket stays in slots, but it's totally FarmersDelight request
Image

commented

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

commented

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:

Image

And I also tested using Minecraft 1.20.1 Fabric and More Delight moredelight-25.01.13-1.20-fabric, no issues at all:

Image

Could you please provide the version you're using?