1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 04:13:32 +08:00

UXAssist 1.2.9

This commit is contained in:
2024-11-26 17:44:10 +08:00
parent 99a6708d3f
commit 7c9b2f10d6
3 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
## Changlog ## Changlog
* 1.2.9
+ `Protect veins from exhaustion`:
- Fix a bug that vein protection causes crashes (#50).
- Fix a bug that minimum oil speed in config is not working (#50).
- Fix a bug that oil is not extracted when vein protection is enabled in infinite resource mode (#52).
* 1.2.8 * 1.2.8
+ New feature: `Fast fill in to and take out from tanks` + New feature: `Fast fill in to and take out from tanks`
- You can set multiplier for tanks' operation speed - You can set multiplier for tanks' operation speed
@@ -216,6 +221,11 @@
## 更新日志 ## 更新日志
* 1.2.9
+ `保护矿脉不会耗尽`
- 修复了矿脉保护导致崩溃的问题(#50)
- 修复了配置中的最小采油速度不起作用的问题(#50)
- 修复了无限资源模式下油井保护导致无法采油的问题(#52)
* 1.2.8 * 1.2.8
+ 新功能:`储液罐快速注入和抽取液体` + 新功能:`储液罐快速注入和抽取液体`
- 你可以设置储液罐操作速度的倍率 - 你可以设置储液罐操作速度的倍率

View File

@@ -4,7 +4,7 @@
<TargetFramework>net472</TargetFramework> <TargetFramework>net472</TargetFramework>
<BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid> <BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid>
<Description>DSP MOD - UXAssist</Description> <Description>DSP MOD - UXAssist</Description>
<Version>1.2.8</Version> <Version>1.2.9</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<PackageId>UXAssist</PackageId> <PackageId>UXAssist</PackageId>

View File

@@ -1,6 +1,6 @@
{ {
"name": "UXAssist", "name": "UXAssist",
"version_number": "1.2.8", "version_number": "1.2.9",
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UXAssist", "website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UXAssist",
"description": "Some functions and patches for better user experience / 一些提升用户体验的功能和补丁", "description": "Some functions and patches for better user experience / 一些提升用户体验的功能和补丁",
"dependencies": [ "dependencies": [