MicrosoftDocs / minecraft-creator

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

Opportunity for more clarity around the differences #826

Closed cqueern closed 2 weeks ago

cqueern commented 3 months ago

This paragraph is confusing:

There are also differences per version in the way that redstone works, and while the majority of redstone circuits work well between versions, more complex circuits may not. This is because Bedrock doesn't support quasi-connectivity, while Java does. Systems that utilize mechanics such as Block Update Detector (BUD) switches won't work. Pistons require one tick to retract and won't leave blocks behind if given a one-tick pulse.

In the following paragraph you can see my suggested edits as they're in bold. I don't know if it should read "in Bedrock" or "in Java", but I'm hoping one of those two options can be added in the places bolded below.

There are also differences per version in the way that redstone works, and while the majority of redstone circuits work well between versions, more complex circuits may not work well in Bedrock. This is because Bedrock doesn't support quasi-connectivity, while Java does. Systems that utilize mechanics such as Block Update Detector (BUD) switches won't work in Bedrock. Pistons require one tick to retract and won't leave blocks behind if given a one-tick pulse in Bedrock.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

iconicNurdle commented 2 weeks ago

I like your edits. I changed 'won't work well' to ' won't work the same way' - The new wording should be visible by the end of this week. Thank you so much!