You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A function to remove a specific amount of item from player inventory. For example under leftclicks.json;
[
{
"playerhelditem": {
"item": "minecraft:cookie",
},
"block": "minecraft:emerald_block", "consume": {
"item": "minecraft:cookie",
"amount": 5,
},
"random": 0.2,
"give": "minecraft:diamond_sword",
"result": "allow"
}
]
Player left clicks emerald block with 5 cookies. Cookies are consumed and player receives a diamond sword with a 20 percent chance.
The text was updated successfully, but these errors were encountered:
A function to remove a specific amount of item from player inventory. For example under leftclicks.json;
[
{
"playerhelditem": {
"item": "minecraft:cookie",
},
"block": "minecraft:emerald_block",
"consume": {
"item": "minecraft:cookie",
"amount": 5,
},
"random": 0.2,
"give": "minecraft:diamond_sword",
"result": "allow"
}
]
Player left clicks emerald block with 5 cookies. Cookies are consumed and player receives a diamond sword with a 20 percent chance.
The text was updated successfully, but these errors were encountered: