I have a question for all you block particle nerds out there, how do I change the particle of a block when you mine it to something else? (So it isn't the same is that block itself.)
5
Competing is pointless because literally both of you guys' solutions didn't work.
Ignore the other answer; Its actually as simple as adding a JSON file to a texture pack in block in models in minecraft in assets.
The JSON file should contain something to the effect of:
{
"parent": "minecraft:block/block",
"textures": {
"texture": "minecraft:block/stone",
"particle": "minecraft:item/slime_ball"
}
}
The JSON file should contain something to the effect of:
{
"parent": "minecraft:block/block",
"textures": {
"texture": "minecraft:block/stone",
"particle": "minecraft:item/slime_ball"
}
}
add a texture to a model in blockbench (the model doesn't have to use it in any parts of it) and right click it and select "use for particles"
https://imgur.com/a/0Uuov47
https://imgur.com/a/0Uuov47
Thanks bro, huge help!
you're welcome
