For the custom biomes you can make, there is an option for particles - almost every particle works except for falling_dust, block, and item.
No error message is given when these particles are not working, unless I shove a bracket to where it doesn't belong, it will tell me everything is working. I have tried multiple times and asked around the community for help, just to make sure I'm not doing it wrong and everyone agreed it wasn't any errors I was making. They too also had no errors come up, even when it did not work.
I have tried in various ways to make this work and try to get error reports. One of the strangest things I did was use a different particle such as end_rod and have the settings for the falling dust I wanted and the end rod particle effect worked with those extra settings! Yet, still no error even with this working effect with extra settings that shouldn't be with it.
There are only 4 particle effects that have additional information that needs to be added for them to work, but only 1 of those actually works and that's the dust particle. I had originally believed that it just couldn't work for more complex particles, but now after finding out that dust will work and the others won't, I'm dumbfounded.
Linked issues
is duplicated by 1
Attachments
Comments 11
I've uploaded my datapack from 21w41a that illustrates this not working. It's in the birch_forest.json biome file.
After some debugging that took me far longer than it should, I have solved this issue. You need to put the additional properties in a value
block, like so:
"particle": {
"probability": 0.25,
"options": {
"type": "minecraft:falling_dust",
"value": {
"Name": "minecraft:pink_concrete_powder",
"Properties": {}
}
}
}
Can confirm that your solution with the value block worked. Thank you. Seems as though the https://minecraft.fandom.com/wiki/Biome/JSON_format page needs to be updated to reflect the proper syntax.
[media]
⚠️ Please do not mark Unreleased Versions as affected. You don't have access to them yet.
-- I am a bot. This action was performed automatically! Please report any issues on Discord or Reddit