Skip to content

Conversation

@Doc94
Copy link
Member

@Doc94 Doc94 commented Dec 30, 2025

This PR closes #13265 where currently the anticheat-obfuscation in Paper make a sanitization of the item droped causing issues when in this case a texture pack try to check values in the item and the sanitization mess with that, the PR make the config for dont-obfuscate apply for this case then you can make like

unsupported-settings:
  allow-headless-pistons: false
  allow-permanent-block-break-exploits: false
  allow-piston-duplication: false
  allow-unsafe-end-portal-teleportation: false
  compression-format: ZLIB
  oversized-item-component-sanitizer:
    dont-sanitize:
      - minecraft:container

and avoid the issue for lose that info in the process.

@Doc94 Doc94 requested a review from a team as a code owner December 30, 2025 12:21
@github-project-automation github-project-automation bot moved this to Awaiting review in Paper PR Queue Dec 30, 2025
@kennytv kennytv merged commit 3ebc5b3 into PaperMC:main Jan 2, 2026
4 checks passed
@github-project-automation github-project-automation bot moved this from Awaiting review to Merged in Paper PR Queue Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Merged

Development

Successfully merging this pull request may close these issues.

Item model behavior is different between vanilla and paper.

2 participants