mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-14 02:22:00 +00:00
6 lines
332 B
Plaintext
6 lines
332 B
Plaintext
{
|
|
// The radius (in blocks) that dropped items should check around them for other dropped items to combine with ("0.5" is vanilla behavior). Can be between 0.5 and 500.0
|
|
"radius": 2.0,
|
|
// Set to true if you want dropped items to also check above and below them, set to false if not ("false" is vanilla behavior)
|
|
"checkY": true
|
|
} |