You are viewing a potentially older version of this package.
View all versions.
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
CommonAPI-DSPModSave
Library that allows to store mod save data separately from vanilla saves
Preferred version: 1.1.4nebula-NebulaMultiplayerModApi
API for other mods to work with the Nebula Multiplayer Mod. (Does NOT require Nebula)
Preferred version: 2.0.0README
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
lastFullItemfield ofStorageComponentfor empty storages.
-
Updates
- 1.0.1
- Remove a debug log