The main objective of all this testing was to reproduce the fog effects of the Soul Sand Valley biome in a specific location within the Overworld using the /particle
command that we've been trying to get working.
Here are the two /particle
commands we tested:
Simple (for basic testing): /particle minecraft:soul_sand_dust ~ ~ ~
With a specific location and area (attempting to reproduce the fog effect): /particle minecraft:soul_sand_dust 18 ~ 5 5 5 5 0.1 20 force
"
I'm facing the same issue: the /testforblock command isn't working correctly after the Minecraft Bedrock 1.21.70 update. I heavily rely on it for activating various systems.
Specifically, the command is no longer detecting whether a button is pressed or not. For example, I use this command in a repeating, always active command block:
/testforblock ~ ~ 3 ~ stone_button [ "button_pressed_bit" = true ,"facing_direction" = 2 ]
This command used to identify when the button was pressed to activate a system. However, now it only detects the button itself, not its pressed state.