Create
Create copied to clipboard
Fix Filters not Respecting 'Respect Data' option
Fixes #5780 This PR applies the same fix as #5971 which I've closed due to an accidentally introduced merge commit that'd clutter the git history. This PR further only edits the relevant line and doesn't randomly change some tabs for empty lines, which snuck in via Intellij.
Cause
The assignment for shouldRespectNBT has a negation applied to whether the defaults should be used, ensuring this is always set to false
Fix
Removed the negation