mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-08 21:33:28 +08:00
Dustbin: bump version to 1.0.1
This commit is contained in:
@@ -49,7 +49,6 @@ public class Dustbin : BaseUnityPlugin
|
||||
out int remainInc, bool useBan = false)
|
||||
{
|
||||
remainInc = inc;
|
||||
Logger.LogInfo($"${__instance.id} ${__instance.top}");
|
||||
if (!useBan || count == 0 || __instance.id != __instance.top) return true;
|
||||
var size = __instance.size;
|
||||
if (size == 0 || size != __instance.bans || __instance.grids[0].count > 0) return true;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<BepInExPluginGuid>org.soardev.dustbin</BepInExPluginGuid>
|
||||
<Description>DSP MOD - Dustbin</Description>
|
||||
<Version>1.0.0</Version>
|
||||
<Version>1.0.1</Version>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<PackageId>Dustbin</PackageId>
|
||||
|
||||
@@ -13,3 +13,8 @@
|
||||
|
||||
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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Dustbin",
|
||||
"version_number": "1.0.0",
|
||||
"version_number": "1.0.1",
|
||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/Dustbin",
|
||||
"description": "Storages can destroy incoming items while capacity limited to zero",
|
||||
"dependencies": [
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
* Each type of tips/messages is configurable individually.
|
||||
|
||||
#### Updates
|
||||
|
||||
* 1.0.1
|
||||
* Hide 3 more random tutorial tips popup from bottom-right panel
|
||||
* Hide 3 more random tutorial tips popup from bottom-right panel
|
||||
Reference in New Issue
Block a user