MicrosoftDocs / minecraft-creator

This is the repository for Minecraft Bedrock documentation.
Creative Commons Attribution 4.0 International
184 stars 132 forks source link

Block Component "redstone_conductivity" not functional in Bedrock 1.21.41 #925

Open marcuscarausius opened 4 weeks ago

marcuscarausius commented 4 weeks ago

Describe the missing content

The recently added "minecraft:redstone_conductivity" documentation appears to be missing some detail, as it seems not to work in the current Bedrock version (1.21.41).

Are there other components that a block needs in order for the "redstone_conductivity" component to function? Is this functionality not yet live, and we need a future update of the game? Or is my usage of it simply broken?

Vanilla usage example

I've modified the 6-sided dice example from the documentation to produce the "simple:conductor" block:

{ 
  "format_version": "1.21.40", 
  "minecraft:block": { 
    "description": { 
      "identifier": "simple:conductor"
    },
    "components": {
      "minecraft:redstone_conductivity": {
        "allows_wire_to_step_down": true,
        "redstone_conductor": true
      }
    }
  }
} 

Additional context

Screenshots showing the "simple:conductor" block above not conducting redstone signal, as well as the Upcoming Creator Features being enabled on the world, and the Version/Build/Branch info of the local minecraft installation.

Minecraft 10_28_2024 7_16_37 AM Minecraft 10_28_2024 7_16_12 AM Minecraft 10_28_2024 7_15_32 AM