I'm trying to edit the custom trade but I'm not sure how to make a villager give a specific potion for an emerald. Mcpe has a different way to summon potions than PC, and there isn't much information about it, because it's very new. While in game, the command to summon a specific potion goes like
/give Playername potion 1(amount) 10(potion id, 10 gives potion of leaping, unlike PC where the command is way different)
Below is the coding for the villager trade, and I'm not sure how to make a specific potion appear. Would I try something like "item": "minecraft:potion{10}", ?
I'm trying to edit the custom trade but I'm not sure how to make a villager give a specific potion for an emerald. Mcpe has a different way to summon potions than PC, and there isn't much information about it, because it's very new. While in game, the command to summon a specific potion goes like
/give Playername potion 1(amount) 10(potion id, 10 gives potion of leaping, unlike PC where the command is way different)
Below is the coding for the villager trade, and I'm not sure how to make a specific potion appear. Would I try something like "item": "minecraft:potion{10}", ?
"wants": [
{
"item": "minecraft:emerald",
"quantity": 3
}
}
],
"gives": [
{
"item": "minecraft:potion",
"quantity": 1
}
]
}
Minecraft Alpha Veteran!
Have you tried this?