Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/content/docs/paper/admin/misc/paper-bug-fixes.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ unsupported-settings:
skip-tripwire-hook-placement-validation: true
```
Enabling this option does not guarantee that every tripwire hook duplicator design will work.
Designs that rely on a same-tick door update may still fail because of Paper's block physics handling. See
[the maintainer explanation](https://github.com/PaperMC/Paper/issues/12114#issuecomment-2660579220)
for more context. The [original implementation](https://github.com/PaperMC/Paper/pull/12091)
was tested using [this duplicator design](https://www.youtube.com/watch?v=sRYuZn4r9RY).
## Block breaking
We also fix the ability to break Bedrock and End Portal frames. We do also provide a config option to restore this
Expand Down