#Is it possible to add milk bucket to a custom crafting recipe?

1 messages · Page 1 of 1 (latest)

balmy shaleBOT
#

I have this json file:
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"c": "minecraft:apple",
"m": "minecraftminecraftmilk_bucket"
},
"pattern": [
" c ",
"cmc",
" c "
],
"result": {
"components": {},
"count": 2,
"id": "minecraft:diamond"
},
"show_notification": true
}

it works perfectly fine with "minecraft:dirt" instead of "minecraft:milk_bucket"

queen tundraBOT