File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,11 @@ entities:
250
250
nerf-pigmen-from-nether-portals :
251
251
default : " false"
252
252
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.
253
258
parrots-are-unaffected-by-player-movement :
254
259
default : " false"
255
260
description : >-
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ collisions:
12
12
The actual default value would be infinity. 2147483647 is the closest to infinity.
13
13
entities :
14
14
behavior :
15
+ only-merge-items-horizontally :
16
+ default : " true"
15
17
phantoms-do-not-spawn-on-creative-players :
16
18
default : " false"
17
19
phantoms-only-attack-insomniacs :
You can’t perform that action at this time.
0 commit comments