Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
marcuscarausius opened this issue Oct 28, 2024 · 0 comments

Comments

@marcuscarausius
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant