mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-03-22 13:03:23 +08:00
- 移除Dustbin.cs中CalcGetSands方法的调试日志输出 - 移除StoragePatch.cs中的调试方法(LogTranspilerInfo, LogReturnValue, LogInserterState) - 移除transpiler中对调试方法的调用 - 为StoragePatch.cs中的所有中文注释添加英文翻译 - 保持修复bug的核心逻辑完整性
Dustbin
Read me in English
Can turn Storages and Tanks into Dustbin(Destroy incoming items)
Usage
- A checkbox is added to Storages and Tanks UI, which turns them into dustbins.
- Items sent into dustbins are removed immediately.
- Can get soil piless from destroyed items, configurable through a json encoded config entry.
- You can get item ID list from dsp-wiki.
中文读我
储物仓和储液罐可以转变为垃圾桶(销毁送进的物品)
使用说明
- 在储物仓和储液罐上增加一个垃圾桶的勾选框。
- 送进垃圾桶的物品会立即被移除。
- 可以从移除的物品中获得沙子,可以通过json编码的设置项进行配置。
- 可以在这里获得物品ID列表。