Add a Bedrock-specific Block mod element #6007
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a new Block mod element that is specific to the Bedrock Edition.
Same as with #5954, this simply creates the new MET without changing anything else. The only things I changed is setting the sliperinness (now friction) max value to 0.9 (Bedrock's max value) and removing support for tags inside the
blocksToReplacefield as they generated air. If they are possible, the template will changed accordingly in a future PR.Changelog: