Skip to content

Commit f4b929e

Browse files
authored
Document only-merge-items-horizontally (#461)
1 parent 57350dc commit f4b929e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: config-specs/paper/paper-world-defaults.yml

+5
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,11 @@ entities:
250250
nerf-pigmen-from-nether-portals:
251251
default: "false"
252252
description: "Removes AI from pigmen spawned via nether portals "
253+
only-merge-items-horizontally:
254+
default: "false"
255+
description: >-
256+
Prevents merging items that are not on the same y level, preventing potential
257+
visual artifacts.
253258
parrots-are-unaffected-by-player-movement:
254259
default: "false"
255260
description: >-

Diff for: config-specs/paper/vanilla/paper-world-defaults.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ collisions:
1212
The actual default value would be infinity. 2147483647 is the closest to infinity.
1313
entities:
1414
behavior:
15+
only-merge-items-horizontally:
16+
default: "true"
1517
phantoms-do-not-spawn-on-creative-players:
1618
default: "false"
1719
phantoms-only-attack-insomniacs:

0 commit comments

Comments
 (0)