修复取下物品/破坏方块后数据残留问题 Fixed the issue of data residue after taking items/destroying blocks
修复空手右键砧板直接破坏方块问题 Fixed the issue where right-clicking the cutting board with an empty hand directly destroys the block
修复物品偏移量过大导致无法定位物品问题 Fixed the issue where excessive item offset leads to inability to locate items
调整 | Adjusted
砧板/炒锅数据存储新增Input字段 (自动生成,无需手动配置),用于精准计算物品位置 Added the Input field (automatically generated, no manual configuration required) to the data storage of cutting boards/woks for accurately calculating item positions
重构砧板交互逻辑: 右键取物流程更合理,支持空手/手持物品两种取物场景 Refactored the interaction logic of the cutting board: the right-click item retrieval process is more reasonable, supporting two item retrieval scenarios (empty hand/holding items)
优化方块破坏时的数据清理逻辑,确保数据100%清理无残留 Optimized the data cleanup logic when blocks are destroyed to ensure 100% cleanup of data without residue