mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 03:33:29 +08:00
UXAssist 1.2.9
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
## 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
|
||||
+ New feature: `Fast fill in to and take out from tanks`
|
||||
- You can set multiplier for tanks' operation speed
|
||||
@@ -216,6 +221,11 @@
|
||||
|
||||
## 更新日志
|
||||
|
||||
* 1.2.9
|
||||
+ `保护矿脉不会耗尽`:
|
||||
- 修复了矿脉保护导致崩溃的问题(#50)
|
||||
- 修复了配置中的最小采油速度不起作用的问题(#50)
|
||||
- 修复了无限资源模式下油井保护导致无法采油的问题(#52)
|
||||
* 1.2.8
|
||||
+ 新功能:`储液罐快速注入和抽取液体`
|
||||
- 你可以设置储液罐操作速度的倍率
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net472</TargetFramework>
|
||||
<BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid>
|
||||
<Description>DSP MOD - UXAssist</Description>
|
||||
<Version>1.2.8</Version>
|
||||
<Version>1.2.9</Version>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<PackageId>UXAssist</PackageId>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "UXAssist",
|
||||
"version_number": "1.2.8",
|
||||
"version_number": "1.2.9",
|
||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UXAssist",
|
||||
"description": "Some functions and patches for better user experience / 一些提升用户体验的功能和补丁",
|
||||
"dependencies": [
|
||||
|
||||
Reference in New Issue
Block a user