You are viewing a potentially older version of this package. View all versions.
soarqin-Dustbin-1.0.1 icon

Dustbin

Storages can destroy incoming items while capacity limited to zero

Date uploaded 3 years ago
Version 1.0.1
Download link soarqin-Dustbin-1.0.1.zip
Downloads 616
Dependency string soarqin-Dustbin-1.0.1

This mod requires the following mods to function

xiaoye97-BepInEx-5.4.17 icon
xiaoye97-BepInEx

BepInEx5.4.17 mod plugin framework, Mod框架

Preferred version: 5.4.17
CommonAPI-DSPModSave-1.1.4 icon
CommonAPI-DSPModSave

Library that allows to store mod save data separately from vanilla saves

Preferred version: 1.1.4
nebula-NebulaMultiplayerModApi-2.0.0 icon
nebula-NebulaMultiplayerModApi

API for other mods to work with the Nebula Multiplayer Mod. (Does NOT require Nebula)

Preferred version: 2.0.0

README

Dustbin

Storages can destroy incoming items while capacity limited to zero

  • Conditions to be dustbin: Storages with capacity limited to zero at top of stacks, and empty in 1st cell.
  • Items sent into dustbins are removed immediately.
  • Can get sands from destroyed items (with factors configurable):
    • Get 10/100 sands from each silicon/fractal silicon ore
    • Get 1 sand from any other normal item but fluid
  • Known bugs
    • Stack 1 more storage up on a zero limited one and remove it will cause dustbin stop working. Just put somethings in and take them out to make the dustbin working again.

      This is caused by a logic bug in original code where faulty set lastFullItem field of StorageComponent for empty storages.

Updates

  • 1.0.1
    • Remove a debug log