mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 15:33:31 +08:00
v1.2.0 release, close #1
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<TargetFramework>net472</TargetFramework>
|
<TargetFramework>net472</TargetFramework>
|
||||||
<BepInExPluginGuid>org.soardev.dustbin</BepInExPluginGuid>
|
<BepInExPluginGuid>org.soardev.dustbin</BepInExPluginGuid>
|
||||||
<Description>DSP MOD - Dustbin</Description>
|
<Description>DSP MOD - Dustbin</Description>
|
||||||
<Version>1.1.0</Version>
|
<Version>1.2.0</Version>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<PackageId>Dustbin</PackageId>
|
<PackageId>Dustbin</PackageId>
|
||||||
|
|||||||
@@ -5,6 +5,12 @@
|
|||||||
|
|
||||||
## Updates
|
## Updates
|
||||||
|
|
||||||
|
* 1.2.0
|
||||||
|
* Use [DSPModSave](https://dsp.thunderstore.io/package/CommonAPI/DSPModSave/) to save dustbin specified data now, which fixes [#1](https://github.com/soarqin/DSP_Mods/issues/1).
|
||||||
|
* Fix issue for storages on multiple planets.
|
||||||
|
* Fix issue for multi-level tanks.
|
||||||
|
* Add a note in README for known bug on tank.
|
||||||
|
|
||||||
* 1.1.0
|
* 1.1.0
|
||||||
* Rewrite whole plugin, make a checkbox on UI so that you can turn storages into dustbin by just ticking it.
|
* Rewrite whole plugin, make a checkbox on UI so that you can turn storages into dustbin by just ticking it.
|
||||||
* Can turn tank into dustbin now.
|
* Can turn tank into dustbin now.
|
||||||
@@ -19,6 +25,7 @@
|
|||||||
* Can get sands from destroyed items (with factors configurable):
|
* Can get sands from destroyed items (with factors configurable):
|
||||||
* Get 10/100 sands from each silicon/fractal silicon ore
|
* Get 10/100 sands from each silicon/fractal silicon ore
|
||||||
* Get 1 sand from any other normal item but fluid
|
* Get 1 sand from any other normal item but fluid
|
||||||
|
* Known bug: Tank with some fluids inside cannot output to belts if turned into dusbin, you can put a dustbin upon a normal tank to resolve this problem.
|
||||||
|
|
||||||
## 使用说明
|
## 使用说明
|
||||||
|
|
||||||
@@ -27,3 +34,4 @@
|
|||||||
* 可以从移除的物品中获得沙子(可配置,下为默认值):
|
* 可以从移除的物品中获得沙子(可配置,下为默认值):
|
||||||
* 从硅石和分形硅石中获得10/100个沙子。
|
* 从硅石和分形硅石中获得10/100个沙子。
|
||||||
* 从普通物品中获得1个沙子,但液体不会给沙子。
|
* 从普通物品中获得1个沙子,但液体不会给沙子。
|
||||||
|
* 已知问题:装有液体的储液罐变为垃圾桶后无法输出液体,可以在普通储液罐上面叠一个垃圾桶来解决这个问题。
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Dustbin",
|
"name": "Dustbin",
|
||||||
"version_number": "1.1.0",
|
"version_number": "1.2.0",
|
||||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/Dustbin",
|
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/Dustbin",
|
||||||
"description": "Can turn Storages and Tanks into Dustbin(Destroy incoming items) / 储物仓和储液罐可以转变为垃圾桶(销毁送进的物品)",
|
"description": "Can turn Storages and Tanks into Dustbin(Destroy incoming items) / 储物仓和储液罐可以转变为垃圾桶(销毁送进的物品)",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
|||||||
Reference in New Issue
Block a user