This project adds a feature to Minecraft that automatically clears dropped items at set intervals.
Automatic item clearing for Minecraft. Choose your format.
Minecraft 自动清理工具,提供两种形式。
/gamerule sweepintervalseconds <秒数>. / 可在游戏内用 /gamerule sweepintervalseconds <秒数> 配置清理间隔。.jar from "Files" tab, put it in mods folder..jar 文件,放入 mods 文件夹。/gamerule sweepintervalseconds <seconds>/gamerule sweepintervalseconds <秒数>/gamerule sweepintervalseconds 300 for 5-minute intervals./gamerule sweepintervalseconds 300 设置5分钟间隔。.zip from "Files" tab, put it in your world's datapacks folder..zip 文件,放入世界存档的 datapacks 文件夹。data/item_sweep/functions/load.mcfunction.data/item_sweep/functions/load.mcfunction 文件。scoreboard players set @a INTERVALSWEEP 120 and change 120 to your desired interval (in seconds).scoreboard players set @a INTERVALSWEEP 120 这一行,将 120 改为你想要的间隔秒数。/reload in-game./reload。Report issues or view source code on GitHub.
在 GitHub 报告问题或查看源代码。