Skip to content

Commit

Permalink
Document only-merge-items-horizontally (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxplay authored Aug 11, 2024
1 parent 57350dc commit f4b929e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config-specs/paper/paper-world-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@ entities:
nerf-pigmen-from-nether-portals:
default: "false"
description: "Removes AI from pigmen spawned via nether portals "
only-merge-items-horizontally:
default: "false"
description: >-
Prevents merging items that are not on the same y level, preventing potential
visual artifacts.
parrots-are-unaffected-by-player-movement:
default: "false"
description: >-
Expand Down
2 changes: 2 additions & 0 deletions config-specs/paper/vanilla/paper-world-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ collisions:
The actual default value would be infinity. 2147483647 is the closest to infinity.
entities:
behavior:
only-merge-items-horizontally:
default: "true"
phantoms-do-not-spawn-on-creative-players:
default: "false"
phantoms-only-attack-insomniacs:
Expand Down

0 comments on commit f4b929e

Please sign in to comment.