feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#The radius (in blocks) that dropped items should check around them for other dropped items to combine with ("0.5" is vanilla behavior).
# Default: 2.0
# Range: 0.5 ~ 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