Files
meatballcraft/config/getittogetherdrops.cfg
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

14 lines
376 B
INI

# Configuration file
general {
# Set to true if you want dropped items to also check above and below them, set to false if not ("false" is vanilla behavior)
B:checkY=true
# The radius (in blocks) that dropped items should check around them for other dropped items to combine with. ("0.5" is vanilla behavior)
# Min: 0.5
# Max: 500.0
D:radius=2.0
}